Uses of Class
com.ibm.fhir.model.type.code.AllergyIntoleranceCategory.ValueSet
-
Packages that use AllergyIntoleranceCategory.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of AllergyIntoleranceCategory.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return AllergyIntoleranceCategory.ValueSet Modifier and Type Method Description static AllergyIntoleranceCategory.ValueSetAllergyIntoleranceCategory.ValueSet. from(String value)Factory method for creating AllergyIntoleranceCategory.ValueSet values from a passed string value.AllergyIntoleranceCategory.ValueSetAllergyIntoleranceCategory. getValueAsEnumConstant()static AllergyIntoleranceCategory.ValueSetAllergyIntoleranceCategory.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntoleranceCategory.ValueSet[]AllergyIntoleranceCategory.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type AllergyIntoleranceCategory.ValueSet Modifier and Type Method Description static AllergyIntoleranceCategoryAllergyIntoleranceCategory. of(AllergyIntoleranceCategory.ValueSet value)Factory method for creating AllergyIntoleranceCategory objects from a passed enum value.AllergyIntoleranceCategory.BuilderAllergyIntoleranceCategory.Builder. value(AllergyIntoleranceCategory.ValueSet value)
-