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