| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>> |
AllergyIntolerance.category
Category of the identified substance.
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntolerance.AllergyIntoleranceCategory |
AllergyIntolerance.AllergyIntoleranceCategory.fromCode(String codeString) |
AllergyIntolerance.AllergyIntoleranceCategory |
AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.fromCode(String codeString) |
static AllergyIntolerance.AllergyIntoleranceCategory |
AllergyIntolerance.AllergyIntoleranceCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntolerance.AllergyIntoleranceCategory[] |
AllergyIntolerance.AllergyIntoleranceCategory.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.AllergyIntoleranceCategory> |
AllergyIntolerance.addCategoryElement() |
Enumeration<AllergyIntolerance.AllergyIntoleranceCategory> |
AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.fromType(Base code) |
List<Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>> |
AllergyIntolerance.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
AllergyIntolerance |
AllergyIntolerance.addCategory(AllergyIntolerance.AllergyIntoleranceCategory value) |
boolean |
AllergyIntolerance.hasCategory(AllergyIntolerance.AllergyIntoleranceCategory value) |
String |
AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.toCode(AllergyIntolerance.AllergyIntoleranceCategory code) |
String |
AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory.toSystem(AllergyIntolerance.AllergyIntoleranceCategory code) |
| Modifier and Type | Method and Description |
|---|---|
AllergyIntolerance |
AllergyIntolerance.setCategory(List<Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>> theCategory) |
Copyright © 2014–2021 Health Level 7. All rights reserved.