| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ObservationDefinition.ObservationRangeCategory> |
ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.category
The category of interval of values for continuous or ordinal observations conforming to this ObservationDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationDefinition.ObservationRangeCategory |
ObservationDefinition.ObservationRangeCategory.fromCode(String codeString) |
ObservationDefinition.ObservationRangeCategory |
ObservationDefinition.ObservationRangeCategoryEnumFactory.fromCode(String codeString) |
ObservationDefinition.ObservationRangeCategory |
ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.getCategory() |
static ObservationDefinition.ObservationRangeCategory |
ObservationDefinition.ObservationRangeCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationDefinition.ObservationRangeCategory[] |
ObservationDefinition.ObservationRangeCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ObservationDefinition.ObservationRangeCategory> |
ObservationDefinition.ObservationRangeCategoryEnumFactory.fromType(Base code) |
Enumeration<ObservationDefinition.ObservationRangeCategory> |
ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.getCategoryElement() |
| Modifier and Type | Method and Description |
|---|---|
ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent |
ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setCategory(ObservationDefinition.ObservationRangeCategory value) |
String |
ObservationDefinition.ObservationRangeCategoryEnumFactory.toCode(ObservationDefinition.ObservationRangeCategory code) |
String |
ObservationDefinition.ObservationRangeCategoryEnumFactory.toSystem(ObservationDefinition.ObservationRangeCategory code) |
| Modifier and Type | Method and Description |
|---|---|
ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent |
ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setCategoryElement(Enumeration<ObservationDefinition.ObservationRangeCategory> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.