public enum BundleTypeEnum extends Enum<BundleTypeEnum>
| Enum Constant and Description |
|---|
COLLECTION |
DOCUMENT |
HISTORY |
MESSAGE |
SEARCHSET |
TRANSACTION |
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:
http://hl7.org/fhir/vs/address-use
|
static String |
VALUESET_NAME
Name for this Value Set:
AddressUse
|
| Modifier and Type | Method and Description |
|---|---|
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 TRANSACTION
public static final BundleTypeEnum DOCUMENT
public static final BundleTypeEnum MESSAGE
public static final BundleTypeEnum TRANSACTION_RESPONSE
public static final BundleTypeEnum HISTORY
public static final BundleTypeEnum SEARCHSET
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 BundleTypeEnum forCode(String theCode)
Copyright © 2014–2017 University Health Network. All rights reserved.