| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CompartmentDefinition.CompartmentType> |
CompartmentDefinition.code
Which compartment this definition describes.
|
| Modifier and Type | Method and Description |
|---|---|
static CompartmentDefinition.CompartmentType |
CompartmentDefinition.CompartmentType.fromCode(String codeString) |
CompartmentDefinition.CompartmentType |
CompartmentDefinition.CompartmentTypeEnumFactory.fromCode(String codeString) |
CompartmentDefinition.CompartmentType |
CompartmentDefinition.getCode() |
static CompartmentDefinition.CompartmentType |
CompartmentDefinition.CompartmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompartmentDefinition.CompartmentType[] |
CompartmentDefinition.CompartmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<CompartmentDefinition.CompartmentType> |
CompartmentDefinition.CompartmentTypeEnumFactory.fromType(Base code) |
Enumeration<CompartmentDefinition.CompartmentType> |
CompartmentDefinition.getCodeElement() |
| Modifier and Type | Method and Description |
|---|---|
CompartmentDefinition |
CompartmentDefinition.setCode(CompartmentDefinition.CompartmentType value) |
String |
CompartmentDefinition.CompartmentTypeEnumFactory.toCode(CompartmentDefinition.CompartmentType code) |
String |
CompartmentDefinition.CompartmentTypeEnumFactory.toSystem(CompartmentDefinition.CompartmentType code) |
| Modifier and Type | Method and Description |
|---|---|
CompartmentDefinition |
CompartmentDefinition.setCodeElement(Enumeration<CompartmentDefinition.CompartmentType> value) |
| Constructor and Description |
|---|
CompartmentDefinition(UriType url,
StringType name,
Enumeration<Enumerations.PublicationStatus> status,
Enumeration<CompartmentDefinition.CompartmentType> code,
BooleanType search)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.