Uses of Class
org.hl7.fhir.dstu2.model.AllergyIntolerance.AllergyIntoleranceType
-
Packages that use AllergyIntolerance.AllergyIntoleranceType Package Description org.hl7.fhir.dstu2.model -
-
Uses of AllergyIntolerance.AllergyIntoleranceType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type AllergyIntolerance.AllergyIntoleranceType Modifier and Type Field Description protected Enumeration<AllergyIntolerance.AllergyIntoleranceType>AllergyIntolerance. typeIdentification of the underlying physiological mechanism for the reaction risk.Methods in org.hl7.fhir.dstu2.model that return AllergyIntolerance.AllergyIntoleranceType Modifier and Type Method Description static AllergyIntolerance.AllergyIntoleranceTypeAllergyIntolerance.AllergyIntoleranceType. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceTypeAllergyIntolerance.AllergyIntoleranceTypeEnumFactory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceTypeAllergyIntolerance. getType()static AllergyIntolerance.AllergyIntoleranceTypeAllergyIntolerance.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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceType Modifier and Type Method Description Enumeration<AllergyIntolerance.AllergyIntoleranceType>AllergyIntolerance.AllergyIntoleranceTypeEnumFactory. fromType(Base code)Enumeration<AllergyIntolerance.AllergyIntoleranceType>AllergyIntolerance. getTypeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type AllergyIntolerance.AllergyIntoleranceType Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setType(AllergyIntolerance.AllergyIntoleranceType value)StringAllergyIntolerance.AllergyIntoleranceTypeEnumFactory. toCode(AllergyIntolerance.AllergyIntoleranceType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type AllergyIntolerance.AllergyIntoleranceType Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setTypeElement(Enumeration<AllergyIntolerance.AllergyIntoleranceType> value)
-