| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<AllergyIntolerance.AllergyIntoleranceType> |
AllergyIntolerance.type
Identification of the underlying physiological mechanism for the reaction risk.
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntolerance.AllergyIntoleranceType |
AllergyIntolerance.AllergyIntoleranceType.fromCode(String codeString) |
AllergyIntolerance.AllergyIntoleranceType |
AllergyIntolerance.AllergyIntoleranceTypeEnumFactory.fromCode(String codeString) |
AllergyIntolerance.AllergyIntoleranceType |
AllergyIntolerance.getType() |
static AllergyIntolerance.AllergyIntoleranceType |
AllergyIntolerance.AllergyIntoleranceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntolerance.AllergyIntoleranceType[] |
AllergyIntolerance.AllergyIntoleranceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<AllergyIntolerance.AllergyIntoleranceType> |
AllergyIntolerance.AllergyIntoleranceTypeEnumFactory.fromType(Base code) |
Enumeration<AllergyIntolerance.AllergyIntoleranceType> |
AllergyIntolerance.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
AllergyIntolerance |
AllergyIntolerance.setType(AllergyIntolerance.AllergyIntoleranceType value) |
String |
AllergyIntolerance.AllergyIntoleranceTypeEnumFactory.toCode(AllergyIntolerance.AllergyIntoleranceType code) |
String |
AllergyIntolerance.AllergyIntoleranceTypeEnumFactory.toSystem(AllergyIntolerance.AllergyIntoleranceType code) |
| Modifier and Type | Method and Description |
|---|---|
AllergyIntolerance |
AllergyIntolerance.setTypeElement(Enumeration<AllergyIntolerance.AllergyIntoleranceType> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.