Uses of Class
org.hl7.fhir.dstu3.model.AllergyIntolerance.AllergyIntoleranceVerificationStatus
-
Packages that use AllergyIntolerance.AllergyIntoleranceVerificationStatus Package Description org.hl7.fhir.dstu3.model -
-
Uses of AllergyIntolerance.AllergyIntoleranceVerificationStatus in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type AllergyIntolerance.AllergyIntoleranceVerificationStatus Modifier and Type Field Description protected Enumeration<AllergyIntolerance.AllergyIntoleranceVerificationStatus>AllergyIntolerance. verificationStatusAssertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).Methods in org.hl7.fhir.dstu3.model that return AllergyIntolerance.AllergyIntoleranceVerificationStatus Modifier and Type Method Description static AllergyIntolerance.AllergyIntoleranceVerificationStatusAllergyIntolerance.AllergyIntoleranceVerificationStatus. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceVerificationStatusAllergyIntolerance.AllergyIntoleranceVerificationStatusEnumFactory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceVerificationStatusAllergyIntolerance. getVerificationStatus()static AllergyIntolerance.AllergyIntoleranceVerificationStatusAllergyIntolerance.AllergyIntoleranceVerificationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntolerance.AllergyIntoleranceVerificationStatus[]AllergyIntolerance.AllergyIntoleranceVerificationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceVerificationStatus Modifier and Type Method Description Enumeration<AllergyIntolerance.AllergyIntoleranceVerificationStatus>AllergyIntolerance.AllergyIntoleranceVerificationStatusEnumFactory. fromType(PrimitiveType<?> code)Enumeration<AllergyIntolerance.AllergyIntoleranceVerificationStatus>AllergyIntolerance. getVerificationStatusElement()Methods in org.hl7.fhir.dstu3.model with parameters of type AllergyIntolerance.AllergyIntoleranceVerificationStatus Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setVerificationStatus(AllergyIntolerance.AllergyIntoleranceVerificationStatus value)StringAllergyIntolerance.AllergyIntoleranceVerificationStatusEnumFactory. toCode(AllergyIntolerance.AllergyIntoleranceVerificationStatus code)StringAllergyIntolerance.AllergyIntoleranceVerificationStatusEnumFactory. toSystem(AllergyIntolerance.AllergyIntoleranceVerificationStatus code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type AllergyIntolerance.AllergyIntoleranceVerificationStatus Modifier and Type Method Description AllergyIntoleranceAllergyIntolerance. setVerificationStatusElement(Enumeration<AllergyIntolerance.AllergyIntoleranceVerificationStatus> value)Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type AllergyIntolerance.AllergyIntoleranceVerificationStatus Constructor Description AllergyIntolerance(Enumeration<AllergyIntolerance.AllergyIntoleranceVerificationStatus> verificationStatus, Reference patient)Constructor
-