public enum BundleTypeEnum extends Enum<BundleTypeEnum>
| Enum Constant and Description |
|---|
BATCH
Display: Batch
Code Value: batch The bundle is a transaction - intended to be processed by a server as a group of actions. |
BATCH_RESPONSE
Display: Batch Response
Code Value: batch-response The bundle is a batch response. |
COLLECTION
Display: Collection
Code Value: collection The bundle is a set of resources collected into a single document for ease of distribution. |
DOCUMENT
Display: Document
Code Value: document The bundle is a document. |
HISTORY_LIST
Display: History List
Code Value: history The bundle is a list of resources from a history interaction on a server. |
MESSAGE
Display: Message
Code Value: message The bundle is a message. |
SEARCH_RESULTS
Display: Search Results
Code Value: searchset The bundle is a list of resources returned as a result of a search/query interaction, operation, or message. |
TRANSACTION
Display: Transaction
Code Value: transaction The bundle is a transaction - intended to be processed by a server as an atomic commit. |
TRANSACTION_RESPONSE
Display: Transaction Response
Code Value: transaction-response The bundle is a transaction response. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<BundleTypeEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
BundleType
|
| Modifier and Type | Method and Description |
|---|---|
static BundleTypeEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static BundleTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleTypeEnum DOCUMENT
public static final BundleTypeEnum MESSAGE
public static final BundleTypeEnum TRANSACTION
public static final BundleTypeEnum TRANSACTION_RESPONSE
public static final BundleTypeEnum BATCH
public static final BundleTypeEnum BATCH_RESPONSE
public static final BundleTypeEnum HISTORY_LIST
public static final BundleTypeEnum SEARCH_RESULTS
public static final BundleTypeEnum COLLECTION
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<BundleTypeEnum> VALUESET_BINDER
public static BundleTypeEnum[] values()
for (BundleTypeEnum c : BundleTypeEnum.values()) System.out.println(c);
public static BundleTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static BundleTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.