Uses of Class
ca.uhn.fhir.model.dstu2.resource.Immunization.Reaction
-
Packages that use Immunization.Reaction Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Immunization.Reaction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Immunization.Reaction Modifier and Type Method Description Immunization.ReactionImmunization. addReaction()Adds and returns a new value for reaction ()Immunization.ReactionImmunization. getReactionFirstRep()Gets the first repetition for reaction (), creating it if it does not already exist.Immunization.ReactionImmunization.Reaction. setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for date ()Immunization.ReactionImmunization.Reaction. setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for date ()Immunization.ReactionImmunization.Reaction. setDateWithSecondsPrecision(Date theDate)Sets the value for date ()Immunization.ReactionImmunization.Reaction. setDetail(ResourceReferenceDt theValue)Sets the value(s) for detail ()Immunization.ReactionImmunization.Reaction. setReported(boolean theBoolean)Sets the value for reported ()Immunization.ReactionImmunization.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.Reaction Modifier and Type Method Description List<Immunization.Reaction>Immunization. getReaction()Gets the value(s) for reaction ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Immunization.Reaction Modifier and Type Method Description ImmunizationImmunization. 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.Reaction Modifier and Type Method Description ImmunizationImmunization. setReaction(List<Immunization.Reaction> theValue)Sets the value(s) for reaction ()
-