Interface Hl7v2TransactionOptions
- All Superinterfaces:
Serializable
,TransactionOptions<String>
- All Known Implementing Classes:
Iti30Options
,Iti31Options
- Author:
- Christian Ohr
-
Method Summary
Modifier and TypeMethodDescriptionconcat
(Hl7v2TransactionOptions options, List<String> suffix) concat
(Hl7v2TransactionOptions option, Hl7v2TransactionOptions otherOption, List<String> suffix) static <T extends Hl7v2TransactionOptions>
StringconcatAllToString
(List<? extends T> options) Provides a concatenated string with all things the options support, separated with spacesMethods inherited from interface org.openehealth.ipf.commons.ihe.core.TransactionOptions
getSupportedThings
-
Method Details
-
concat
-
concat
static List<String> concat(Hl7v2TransactionOptions option, Hl7v2TransactionOptions otherOption, List<String> suffix) -
concatAllToString
Provides a concatenated string with all things the options support, separated with spaces- Type Parameters:
T
- TransactionOptions type- Parameters:
options
- transaction options- Returns:
- concatenated string
-