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