
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Immunization.Reaction
Packages that use Immunization.Reaction
-
Uses of Immunization.Reaction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Immunization.ReactionModifier and TypeMethodDescriptionImmunization.addReaction()
Adds and returns a new value for reaction ()Immunization.getReactionFirstRep()
Gets the first repetition for reaction (), creating it if it does not already exist.Immunization.Reaction.setDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date ()Immunization.Reaction.setDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for date ()Immunization.Reaction.setDateWithSecondsPrecision
(Date theDate) Sets the value for date ()Immunization.Reaction.setDetail
(ResourceReferenceDt theValue) Sets the value(s) for detail ()Immunization.Reaction.setReported
(boolean theBoolean) Sets the value for reported ()Immunization.Reaction.setReported
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for reported ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Immunization.ReactionMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Immunization.ReactionModifier and TypeMethodDescriptionImmunization.addReaction
(Immunization.Reaction theValue) Adds a given new value for reaction ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Immunization.ReactionModifier and TypeMethodDescriptionImmunization.setReaction
(List<Immunization.Reaction> theValue) Sets the value(s) for reaction ()