Uses of Class
ca.uhn.fhir.model.dstu2.resource.Immunization.Explanation
-
Packages that use Immunization.Explanation Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Immunization.Explanation in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Immunization.Explanation Modifier and Type Method Description Immunization.ExplanationImmunization.Explanation. addReason(CodeableConceptDt theValue)Adds a given new value for reason ()Immunization.ExplanationImmunization.Explanation. addReasonNotGiven(CodeableConceptDt theValue)Adds a given new value for reasonNotGiven ()Immunization.ExplanationImmunization. getExplanation()Gets the value(s) for explanation ().Immunization.ExplanationImmunization.Explanation. setReason(List<CodeableConceptDt> theValue)Sets the value(s) for reason ()Immunization.ExplanationImmunization.Explanation. setReasonNotGiven(List<CodeableConceptDt> theValue)Sets the value(s) for reasonNotGiven ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Immunization.Explanation Modifier and Type Method Description ImmunizationImmunization. setExplanation(Immunization.Explanation theValue)Sets the value(s) for explanation ()
-