Uses of Class
org.hl7.fhir.dstu2.model.AllergyIntolerance.AllergyIntoleranceCertainty
-
Packages that use AllergyIntolerance.AllergyIntoleranceCertainty Package Description org.hl7.fhir.dstu2.model -
-
Uses of AllergyIntolerance.AllergyIntoleranceCertainty in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type AllergyIntolerance.AllergyIntoleranceCertainty Modifier and Type Field Description protected Enumeration<AllergyIntolerance.AllergyIntoleranceCertainty>AllergyIntolerance.AllergyIntoleranceReactionComponent. certaintyStatement about the degree of clinical certainty that the specific substance was the cause of the manifestation in this reaction event.Methods in org.hl7.fhir.dstu2.model that return AllergyIntolerance.AllergyIntoleranceCertainty Modifier and Type Method Description static AllergyIntolerance.AllergyIntoleranceCertaintyAllergyIntolerance.AllergyIntoleranceCertainty. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceCertaintyAllergyIntolerance.AllergyIntoleranceCertaintyEnumFactory. fromCode(String codeString)AllergyIntolerance.AllergyIntoleranceCertaintyAllergyIntolerance.AllergyIntoleranceReactionComponent. getCertainty()static AllergyIntolerance.AllergyIntoleranceCertaintyAllergyIntolerance.AllergyIntoleranceCertainty. valueOf(String name)Returns the enum constant of this type with the specified name.static AllergyIntolerance.AllergyIntoleranceCertainty[]AllergyIntolerance.AllergyIntoleranceCertainty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceCertainty Modifier and Type Method Description Enumeration<AllergyIntolerance.AllergyIntoleranceCertainty>AllergyIntolerance.AllergyIntoleranceCertaintyEnumFactory. fromType(Base code)Enumeration<AllergyIntolerance.AllergyIntoleranceCertainty>AllergyIntolerance.AllergyIntoleranceReactionComponent. getCertaintyElement()Methods in org.hl7.fhir.dstu2.model with parameters of type AllergyIntolerance.AllergyIntoleranceCertainty Modifier and Type Method Description AllergyIntolerance.AllergyIntoleranceReactionComponentAllergyIntolerance.AllergyIntoleranceReactionComponent. setCertainty(AllergyIntolerance.AllergyIntoleranceCertainty value)StringAllergyIntolerance.AllergyIntoleranceCertaintyEnumFactory. toCode(AllergyIntolerance.AllergyIntoleranceCertainty code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type AllergyIntolerance.AllergyIntoleranceCertainty Modifier and Type Method Description AllergyIntolerance.AllergyIntoleranceReactionComponentAllergyIntolerance.AllergyIntoleranceReactionComponent. setCertaintyElement(Enumeration<AllergyIntolerance.AllergyIntoleranceCertainty> value)
-