
Uses of Class
org.hl7.fhir.dstu3.model.Immunization
Packages that use Immunization
-
Uses of Immunization in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImmunizationModifier and TypeMethodDescriptionprotected ImmunizationJsonParser.parseImmunization(com.google.gson.JsonObject json) protected ImmunizationXmlParser.parseImmunization(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type ImmunizationModifier and TypeMethodDescriptionprotected voidJsonParser.composeImmunization(String name, Immunization element) protected voidRdfParser.composeImmunization(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Immunization element, int index) protected voidXmlParser.composeImmunization(String name, Immunization element) protected voidXmlParser.composeImmunizationElements(Immunization element) protected voidJsonParser.composeImmunizationInner(Immunization element) protected booleanXmlParser.parseImmunizationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization res) JsonParser.parseImmunizationImmunizationExplanationComponent(com.google.gson.JsonObject json, Immunization owner) XmlParser.parseImmunizationImmunizationExplanationComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) protected booleanXmlParser.parseImmunizationImmunizationExplanationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationExplanationComponent res) protected voidJsonParser.parseImmunizationImmunizationExplanationComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationExplanationComponent res) JsonParser.parseImmunizationImmunizationPractitionerComponent(com.google.gson.JsonObject json, Immunization owner) XmlParser.parseImmunizationImmunizationPractitionerComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) protected booleanXmlParser.parseImmunizationImmunizationPractitionerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationPractitionerComponent res) protected voidJsonParser.parseImmunizationImmunizationPractitionerComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationPractitionerComponent res) JsonParser.parseImmunizationImmunizationReactionComponent(com.google.gson.JsonObject json, Immunization owner) XmlParser.parseImmunizationImmunizationReactionComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) protected booleanXmlParser.parseImmunizationImmunizationReactionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationReactionComponent res) protected voidJsonParser.parseImmunizationImmunizationReactionComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationReactionComponent res) JsonParser.parseImmunizationImmunizationVaccinationProtocolComponent(com.google.gson.JsonObject json, Immunization owner) XmlParser.parseImmunizationImmunizationVaccinationProtocolComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) protected booleanXmlParser.parseImmunizationImmunizationVaccinationProtocolComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationVaccinationProtocolComponent res) protected voidJsonParser.parseImmunizationImmunizationVaccinationProtocolComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationVaccinationProtocolComponent res) protected voidJsonParser.parseImmunizationProperties(com.google.gson.JsonObject json, Immunization res) -
Uses of Immunization in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImmunizationModifier and TypeFieldDescriptionprotected 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.dstu3.model that return ImmunizationModifier and TypeMethodDescriptionImmunization.addIdentifier(Identifier t) Immunization.addNote(Annotation t) Immunization.addPractitioner(Immunization.ImmunizationPractitionerComponent t) Immunization.addReaction(Immunization.ImmunizationReactionComponent t) Immunization.copy()Immunization.setDateElement(DateTimeType value) Immunization.setDoseQuantity(SimpleQuantity value) Immunization.setEncounter(Reference value) Immunization.setEncounterTarget(Encounter value) Immunization.setExpirationDate(Date value) Immunization.setExpirationDateElement(DateType value) Immunization.setExplanation(Immunization.ImmunizationExplanationComponent value) Immunization.setIdentifier(List<Identifier> theIdentifier) Immunization.setLocation(Reference value) Immunization.setLocationTarget(Location value) Immunization.setLotNumber(String value) Immunization.setLotNumberElement(StringType value) Immunization.setManufacturer(Reference value) Immunization.setManufacturerTarget(Organization value) Immunization.setNote(List<Annotation> theNote) Immunization.setNotGiven(boolean value) Immunization.setNotGivenElement(BooleanType value) Immunization.setPatient(Reference value) Immunization.setPatientTarget(Patient value) Immunization.setPractitioner(List<Immunization.ImmunizationPractitionerComponent> thePractitioner) Immunization.setPrimarySource(boolean value) Immunization.setPrimarySourceElement(BooleanType value) Immunization.setReaction(List<Immunization.ImmunizationReactionComponent> theReaction) Immunization.setReportOrigin(CodeableConcept value) Immunization.setRoute(CodeableConcept value) Immunization.setSite(CodeableConcept value) Immunization.setStatus(Immunization.ImmunizationStatus value) Immunization.setStatusElement(Enumeration<Immunization.ImmunizationStatus> value) Immunization.setVaccinationProtocol(List<Immunization.ImmunizationVaccinationProtocolComponent> theVaccinationProtocol) Immunization.setVaccineCode(CodeableConcept value) protected ImmunizationImmunization.typedCopy()