Uses of Class
org.hl7.fhir.dstu2.model.AllergyIntolerance.AllergyIntoleranceCategory
-
Packages that use AllergyIntolerance.AllergyIntoleranceCategory Package Description org.hl7.fhir.dstu2.model -
-
Uses of AllergyIntolerance.AllergyIntoleranceCategory in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type AllergyIntolerance.AllergyIntoleranceCategory Modifier and Type Field Description protected Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>AllergyIntolerance. categoryCategory of the identified Substance.Methods in org.hl7.fhir.dstu2.model that return AllergyIntolerance.AllergyIntoleranceCategory Modifier and Type Method Description static AllergyIntolerance.AllergyIntoleranceCategoryAllergyIntolerance.AllergyIntoleranceCategory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceCategoryAllergyIntolerance.AllergyIntoleranceCategoryEnumFactory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceCategoryAllergyIntolerance. getCategory()static AllergyIntolerance.AllergyIntoleranceCategoryAllergyIntolerance.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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceCategory Modifier and Type Method Description Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>AllergyIntolerance.AllergyIntoleranceCategoryEnumFactory. fromType(Base code)Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>AllergyIntolerance. getCategoryElement()Methods in org.hl7.fhir.dstu2.model with parameters of type AllergyIntolerance.AllergyIntoleranceCategory Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setCategory(AllergyIntolerance.AllergyIntoleranceCategory value)StringAllergyIntolerance.AllergyIntoleranceCategoryEnumFactory. toCode(AllergyIntolerance.AllergyIntoleranceCategory code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type AllergyIntolerance.AllergyIntoleranceCategory Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setCategoryElement(Enumeration<AllergyIntolerance.AllergyIntoleranceCategory> value)
-