Uses of Class
org.hl7.fhir.dstu2.model.AllergyIntolerance.AllergyIntoleranceStatus
-
Packages that use AllergyIntolerance.AllergyIntoleranceStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of AllergyIntolerance.AllergyIntoleranceStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type AllergyIntolerance.AllergyIntoleranceStatus Modifier and Type Field Description protected Enumeration<AllergyIntolerance.AllergyIntoleranceStatus>AllergyIntolerance. statusAssertion about certainty associated with the propensity, or potential risk, of a reaction to the identified Substance.Methods in org.hl7.fhir.dstu2.model that return AllergyIntolerance.AllergyIntoleranceStatus Modifier and Type Method Description static AllergyIntolerance.AllergyIntoleranceStatusAllergyIntolerance.AllergyIntoleranceStatus. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceStatusAllergyIntolerance.AllergyIntoleranceStatusEnumFactory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceStatusAllergyIntolerance. getStatus()static AllergyIntolerance.AllergyIntoleranceStatusAllergyIntolerance.AllergyIntoleranceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntolerance.AllergyIntoleranceStatus[]AllergyIntolerance.AllergyIntoleranceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceStatus Modifier and Type Method Description Enumeration<AllergyIntolerance.AllergyIntoleranceStatus>AllergyIntolerance.AllergyIntoleranceStatusEnumFactory. fromType(Base code)Enumeration<AllergyIntolerance.AllergyIntoleranceStatus>AllergyIntolerance. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type AllergyIntolerance.AllergyIntoleranceStatus Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setStatus(AllergyIntolerance.AllergyIntoleranceStatus value)StringAllergyIntolerance.AllergyIntoleranceStatusEnumFactory. toCode(AllergyIntolerance.AllergyIntoleranceStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type AllergyIntolerance.AllergyIntoleranceStatus Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setStatusElement(Enumeration<AllergyIntolerance.AllergyIntoleranceStatus> value)
-