Uses of Class
com.ibm.fhir.model.type.code.AllergyIntoleranceCategory
-
Packages that use AllergyIntoleranceCategory Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AllergyIntoleranceCategory in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return types with arguments of type AllergyIntoleranceCategory Modifier and Type Method Description List<AllergyIntoleranceCategory>AllergyIntolerance. getCategory()Category of the identified substance.Methods in com.ibm.fhir.model.resource with parameters of type AllergyIntoleranceCategory Modifier and Type Method Description AllergyIntolerance.BuilderAllergyIntolerance.Builder. category(AllergyIntoleranceCategory... category)Category of the identified substance.Method parameters in com.ibm.fhir.model.resource with type arguments of type AllergyIntoleranceCategory Modifier and Type Method Description AllergyIntolerance.BuilderAllergyIntolerance.Builder. category(Collection<AllergyIntoleranceCategory> category)Category of the identified substance. -
Uses of AllergyIntoleranceCategory in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AllergyIntoleranceCategory Modifier and Type Field Description static AllergyIntoleranceCategoryAllergyIntoleranceCategory. BIOLOGICBiologicstatic AllergyIntoleranceCategoryAllergyIntoleranceCategory. ENVIRONMENTEnvironmentstatic AllergyIntoleranceCategoryAllergyIntoleranceCategory. FOODFoodstatic AllergyIntoleranceCategoryAllergyIntoleranceCategory. MEDICATIONMedicationMethods in com.ibm.fhir.model.type.code that return AllergyIntoleranceCategory Modifier and Type Method Description AllergyIntoleranceCategoryAllergyIntoleranceCategory.Builder. build()static AllergyIntoleranceCategoryAllergyIntoleranceCategory. of(AllergyIntoleranceCategory.ValueSet value)Factory method for creating AllergyIntoleranceCategory objects from a passed enum value.static AllergyIntoleranceCategoryAllergyIntoleranceCategory. of(String value)Factory method for creating AllergyIntoleranceCategory objects from a passed string value.
-