Uses of Class
org.hl7.fhir.dstu2.model.Immunization
-
Packages that use Immunization Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Immunization in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Immunization Modifier and Type Method Description protected ImmunizationJsonParser. parseImmunization(com.google.gson.JsonObject json)protected ImmunizationXmlParser. parseImmunization(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Immunization in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Immunization Modifier and Type Field Description protected List<Immunization>ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent. supportingImmunizationTargetThe actual objects that are the target of the reference (Immunization event history that supports the status and recommendation.)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Immunization Modifier and Type Method Description List<Immunization>ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent. getSupportingImmunizationTarget()
-