Uses of Enum
org.hl7.fhir.dstu3.model.AllergyIntolerance.AllergyIntoleranceClinicalStatus
-
Uses of AllergyIntolerance.AllergyIntoleranceClinicalStatus in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionAllergyIntolerance.clinicalStatus
The clinical status of the allergy or intolerance.Modifier and TypeMethodDescriptionAllergyIntolerance.getClinicalStatus()
Returns the enum constant of this type with the specified name.AllergyIntolerance.AllergyIntoleranceClinicalStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceClinicalStatusEnumFactory.fromType
(PrimitiveType<?> code) AllergyIntolerance.getClinicalStatusElement()
Modifier and TypeMethodDescriptionAllergyIntolerance.setClinicalStatus
(AllergyIntolerance.AllergyIntoleranceClinicalStatus value) AllergyIntolerance.AllergyIntoleranceClinicalStatusEnumFactory.toCode
(AllergyIntolerance.AllergyIntoleranceClinicalStatus code) AllergyIntolerance.AllergyIntoleranceClinicalStatusEnumFactory.toSystem
(AllergyIntolerance.AllergyIntoleranceClinicalStatus code) Modifier and TypeMethodDescriptionAllergyIntolerance.setClinicalStatusElement
(Enumeration<AllergyIntolerance.AllergyIntoleranceClinicalStatus> value)