Uses of Enum
org.hl7.fhir.dstu3.model.AllergyIntolerance.AllergyIntoleranceVerificationStatus
-
Uses of AllergyIntolerance.AllergyIntoleranceVerificationStatus in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionAllergyIntolerance.verificationStatus
Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).Modifier and TypeMethodDescriptionAllergyIntolerance.getVerificationStatus()
Returns the enum constant of this type with the specified name.AllergyIntolerance.AllergyIntoleranceVerificationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceVerificationStatusEnumFactory.fromType
(PrimitiveType<?> code) AllergyIntolerance.getVerificationStatusElement()
Modifier and TypeMethodDescriptionAllergyIntolerance.setVerificationStatus
(AllergyIntolerance.AllergyIntoleranceVerificationStatus value) AllergyIntolerance.AllergyIntoleranceVerificationStatusEnumFactory.toCode
(AllergyIntolerance.AllergyIntoleranceVerificationStatus code) AllergyIntolerance.AllergyIntoleranceVerificationStatusEnumFactory.toSystem
(AllergyIntolerance.AllergyIntoleranceVerificationStatus code) Modifier and TypeMethodDescriptionAllergyIntolerance.setVerificationStatusElement
(Enumeration<AllergyIntolerance.AllergyIntoleranceVerificationStatus> value) ModifierConstructorDescriptionAllergyIntolerance
(Enumeration<AllergyIntolerance.AllergyIntoleranceVerificationStatus> verificationStatus, Reference patient) Constructor