| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Bundle.BundleType> |
Bundle.type
Indicates the purpose of this bundle - how it is intended to be used.
|
| Modifier and Type | Method and Description |
|---|---|
static Bundle.BundleType |
Bundle.BundleType.fromCode(String codeString) |
Bundle.BundleType |
Bundle.BundleTypeEnumFactory.fromCode(String codeString) |
Bundle.BundleType |
Bundle.getType() |
static Bundle.BundleType |
Bundle.BundleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bundle.BundleType[] |
Bundle.BundleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Bundle.BundleType> |
Bundle.BundleTypeEnumFactory.fromType(Base code) |
Enumeration<Bundle.BundleType> |
Bundle.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.setType(Bundle.BundleType value) |
String |
Bundle.BundleTypeEnumFactory.toCode(Bundle.BundleType code) |
String |
Bundle.BundleTypeEnumFactory.toSystem(Bundle.BundleType code) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.setTypeElement(Enumeration<Bundle.BundleType> value) |
| Constructor and Description |
|---|
Bundle(Enumeration<Bundle.BundleType> type)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.