Uses of Class
ca.uhn.fhir.model.dstu2.resource.Immunization.Explanation
-
Uses of Immunization.Explanation in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionImmunization.Explanation.addReason
(CodeableConceptDt theValue) Adds a given new value for reason ()Immunization.Explanation.addReasonNotGiven
(CodeableConceptDt theValue) Adds a given new value for reasonNotGiven ()Immunization.getExplanation()
Gets the value(s) for explanation ().Immunization.Explanation.setReason
(List<CodeableConceptDt> theValue) Sets the value(s) for reason ()Immunization.Explanation.setReasonNotGiven
(List<CodeableConceptDt> theValue) Sets the value(s) for reasonNotGiven ()Modifier and TypeMethodDescriptionImmunization.setExplanation
(Immunization.Explanation theValue) Sets the value(s) for explanation ()