
Uses of Class
org.hl7.fhir.r5.model.Immunization
Packages that use Immunization
-
Uses of Immunization in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.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.composeImmunizationProperties(Immunization element) protected booleanXmlParser.parseImmunizationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization res) protected voidJsonParser.parseImmunizationProperties(com.google.gson.JsonObject json, Immunization res) -
Uses of Immunization in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ImmunizationModifier and TypeMethodDescriptionImmunization.addBasedOn(Reference t) Immunization.addIdentifier(Identifier t) Immunization.addNote(Annotation t) Immunization.addPerformer(Immunization.ImmunizationPerformerComponent t) Immunization.addProtocolApplied(Immunization.ImmunizationProtocolAppliedComponent t) Immunization.addReaction(Immunization.ImmunizationReactionComponent t) Immunization.addReason(CodeableReference t) Immunization.addSubpotentReason(CodeableConcept t) Immunization.addSupportingInformation(Reference t) Immunization.copy()Immunization.setAdministeredProduct(CodeableReference value) Immunization.setBasedOn(List<Reference> theBasedOn) Immunization.setDoseQuantity(Quantity value) Immunization.setEncounter(Reference value) Immunization.setExpirationDate(Date value) Immunization.setExpirationDateElement(DateType value) Immunization.setFundingSource(CodeableConcept value) Immunization.setIdentifier(List<Identifier> theIdentifier) Immunization.setInformationSource(CodeableReference value) Immunization.setIsSubpotent(boolean value) Immunization.setIsSubpotentElement(BooleanType value) Immunization.setLocation(Reference value) Immunization.setLotNumber(String value) Immunization.setLotNumberElement(StringType value) Immunization.setManufacturer(CodeableReference value) Immunization.setNote(List<Annotation> theNote) Immunization.setOccurrence(DataType value) Immunization.setPatient(Reference value) Immunization.setPerformer(List<Immunization.ImmunizationPerformerComponent> thePerformer) Immunization.setPrimarySource(boolean value) Immunization.setPrimarySourceElement(BooleanType value) Immunization.setProgramEligibility(List<Immunization.ImmunizationProgramEligibilityComponent> theProgramEligibility) Immunization.setProtocolApplied(List<Immunization.ImmunizationProtocolAppliedComponent> theProtocolApplied) Immunization.setReaction(List<Immunization.ImmunizationReactionComponent> theReaction) Immunization.setReason(List<CodeableReference> theReason) Immunization.setRoute(CodeableConcept value) Immunization.setSite(CodeableConcept value) Immunization.setStatus(Immunization.ImmunizationStatusCodes value) Immunization.setStatusElement(Enumeration<Immunization.ImmunizationStatusCodes> value) Immunization.setStatusReason(CodeableConcept value) Immunization.setSubpotentReason(List<CodeableConcept> theSubpotentReason) Immunization.setSupportingInformation(List<Reference> theSupportingInformation) Immunization.setVaccineCode(CodeableConcept value) protected ImmunizationImmunization.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Immunization