Uses of Class
org.hl7.fhir.r4.model.codesystems.AllergyIntoleranceType
-
Packages that use AllergyIntoleranceType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of AllergyIntoleranceType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return AllergyIntoleranceType Modifier and Type Method Description static AllergyIntoleranceTypeAllergyIntoleranceType. fromCode(String codeString)AllergyIntoleranceTypeAllergyIntoleranceTypeEnumFactory. fromCode(String codeString)static AllergyIntoleranceTypeAllergyIntoleranceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntoleranceType[]AllergyIntoleranceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type AllergyIntoleranceType Modifier and Type Method Description StringAllergyIntoleranceTypeEnumFactory. toCode(AllergyIntoleranceType code)StringAllergyIntoleranceTypeEnumFactory. toSystem(AllergyIntoleranceType code)
-