Uses of Class
org.hl7.fhir.dstu3.model.AllergyIntolerance.AllergyIntoleranceClinicalStatus
-
Packages that use AllergyIntolerance.AllergyIntoleranceClinicalStatus Package Description org.hl7.fhir.dstu3.model -
-
Uses of AllergyIntolerance.AllergyIntoleranceClinicalStatus in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type AllergyIntolerance.AllergyIntoleranceClinicalStatus Modifier and Type Field Description protected Enumeration<AllergyIntolerance.AllergyIntoleranceClinicalStatus>AllergyIntolerance. clinicalStatusThe clinical status of the allergy or intolerance.Methods in org.hl7.fhir.dstu3.model that return AllergyIntolerance.AllergyIntoleranceClinicalStatus Modifier and Type Method Description static AllergyIntolerance.AllergyIntoleranceClinicalStatusAllergyIntolerance.AllergyIntoleranceClinicalStatus. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceClinicalStatusAllergyIntolerance.AllergyIntoleranceClinicalStatusEnumFactory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceClinicalStatusAllergyIntolerance. getClinicalStatus()static AllergyIntolerance.AllergyIntoleranceClinicalStatusAllergyIntolerance.AllergyIntoleranceClinicalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntolerance.AllergyIntoleranceClinicalStatus[]AllergyIntolerance.AllergyIntoleranceClinicalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceClinicalStatus Modifier and Type Method Description Enumeration<AllergyIntolerance.AllergyIntoleranceClinicalStatus>AllergyIntolerance.AllergyIntoleranceClinicalStatusEnumFactory. fromType(PrimitiveType<?> code)Enumeration<AllergyIntolerance.AllergyIntoleranceClinicalStatus>AllergyIntolerance. getClinicalStatusElement()Methods in org.hl7.fhir.dstu3.model with parameters of type AllergyIntolerance.AllergyIntoleranceClinicalStatus Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setClinicalStatus(AllergyIntolerance.AllergyIntoleranceClinicalStatus value)StringAllergyIntolerance.AllergyIntoleranceClinicalStatusEnumFactory. toCode(AllergyIntolerance.AllergyIntoleranceClinicalStatus code)StringAllergyIntolerance.AllergyIntoleranceClinicalStatusEnumFactory. toSystem(AllergyIntolerance.AllergyIntoleranceClinicalStatus code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type AllergyIntolerance.AllergyIntoleranceClinicalStatus Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setClinicalStatusElement(Enumeration<AllergyIntolerance.AllergyIntoleranceClinicalStatus> value)
-