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