Uses of Class
com.ibm.fhir.model.type.code.AllergyIntoleranceType.ValueSet
-
Packages that use AllergyIntoleranceType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of AllergyIntoleranceType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return AllergyIntoleranceType.ValueSet Modifier and Type Method Description static AllergyIntoleranceType.ValueSetAllergyIntoleranceType.ValueSet. from(String value)Factory method for creating AllergyIntoleranceType.ValueSet values from a passed string value.AllergyIntoleranceType.ValueSetAllergyIntoleranceType. getValueAsEnumConstant()static AllergyIntoleranceType.ValueSetAllergyIntoleranceType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntoleranceType.ValueSet[]AllergyIntoleranceType.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 AllergyIntoleranceType.ValueSet Modifier and Type Method Description static AllergyIntoleranceTypeAllergyIntoleranceType. of(AllergyIntoleranceType.ValueSet value)Factory method for creating AllergyIntoleranceType objects from a passed enum value.AllergyIntoleranceType.BuilderAllergyIntoleranceType.Builder. value(AllergyIntoleranceType.ValueSet value)
-