| Package | Description |
|---|---|
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.terminologies |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CodeSystem.PropertyType> |
CodeSystem.PropertyComponent.type
The type of the property value.
|
| Modifier and Type | Method and Description |
|---|---|
static CodeSystem.PropertyType |
CodeSystem.PropertyType.fromCode(String codeString) |
CodeSystem.PropertyType |
CodeSystem.PropertyTypeEnumFactory.fromCode(String codeString) |
CodeSystem.PropertyType |
CodeSystem.PropertyComponent.getType() |
static CodeSystem.PropertyType |
CodeSystem.PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeSystem.PropertyType[] |
CodeSystem.PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<CodeSystem.PropertyType> |
CodeSystem.PropertyTypeEnumFactory.fromType(Base code) |
Enumeration<CodeSystem.PropertyType> |
CodeSystem.PropertyComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem.PropertyComponent |
CodeSystem.PropertyComponent.setType(CodeSystem.PropertyType value) |
String |
CodeSystem.PropertyTypeEnumFactory.toCode(CodeSystem.PropertyType code) |
String |
CodeSystem.PropertyTypeEnumFactory.toSystem(CodeSystem.PropertyType code) |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem.PropertyComponent |
CodeSystem.PropertyComponent.setTypeElement(Enumeration<CodeSystem.PropertyType> value) |
| Constructor and Description |
|---|
PropertyComponent(CodeType code,
Enumeration<CodeSystem.PropertyType> type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static CodeSystem.PropertyComponent |
CodeSystemUtilities.defineCodeSystemProperty(CodeSystem cs,
String code,
String description,
CodeSystem.PropertyType type) |
Copyright © 2014–2021 Health Level 7. All rights reserved.