
Uses of Class
ca.uhn.fhir.model.dstu2.resource.AllergyIntolerance.Reaction
Packages that use AllergyIntolerance.Reaction
-
Uses of AllergyIntolerance.Reaction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AllergyIntolerance.ReactionModifier and TypeMethodDescriptionAllergyIntolerance.Reaction.addManifestation
(CodeableConceptDt theValue) Adds a given new value for manifestation ()AllergyIntolerance.addReaction()
Adds and returns a new value for reaction ()AllergyIntolerance.getReactionFirstRep()
Gets the first repetition for reaction (), creating it if it does not already exist.AllergyIntolerance.Reaction.setCertainty
(AllergyIntoleranceCertaintyEnum theValue) Sets the value(s) for certainty ()AllergyIntolerance.Reaction.setCertainty
(ca.uhn.fhir.model.primitive.BoundCodeDt<AllergyIntoleranceCertaintyEnum> theValue) Sets the value(s) for certainty ()AllergyIntolerance.Reaction.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()AllergyIntolerance.Reaction.setDescription
(String theString) Sets the value for description ()AllergyIntolerance.Reaction.setExposureRoute
(CodeableConceptDt theValue) Sets the value(s) for exposureRoute ()AllergyIntolerance.Reaction.setManifestation
(List<CodeableConceptDt> theValue) Sets the value(s) for manifestation ()AllergyIntolerance.Reaction.setNote
(AnnotationDt theValue) Sets the value(s) for note ()AllergyIntolerance.Reaction.setOnset
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for onset ()AllergyIntolerance.Reaction.setOnset
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for onset ()AllergyIntolerance.Reaction.setOnsetWithSecondsPrecision
(Date theDate) Sets the value for onset ()AllergyIntolerance.Reaction.setSeverity
(AllergyIntoleranceSeverityEnum theValue) Sets the value(s) for severity ()AllergyIntolerance.Reaction.setSeverity
(ca.uhn.fhir.model.primitive.BoundCodeDt<AllergyIntoleranceSeverityEnum> theValue) Sets the value(s) for severity ()AllergyIntolerance.Reaction.setSubstance
(CodeableConceptDt theValue) Sets the value(s) for substance ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type AllergyIntolerance.ReactionModifier and TypeMethodDescriptionAllergyIntolerance.getReaction()
Gets the value(s) for reaction ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AllergyIntolerance.ReactionModifier and TypeMethodDescriptionAllergyIntolerance.addReaction
(AllergyIntolerance.Reaction theValue) Adds a given new value for reaction ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type AllergyIntolerance.ReactionModifier and TypeMethodDescriptionAllergyIntolerance.setReaction
(List<AllergyIntolerance.Reaction> theValue) Sets the value(s) for reaction ()