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.addEducation(Immunization.ImmunizationEducationComponent t)Immunization.addIdentifier(Identifier t)Immunization.addInstantiatesCanonical(String value)Immunization.addInstantiatesUri(String value)Immunization.addNote(Annotation t)Immunization.addPerformer(Immunization.ImmunizationPerformerComponent t)Immunization.addProgramEligibility(CodeableConcept t)Immunization.addProtocolApplied(Immunization.ImmunizationProtocolAppliedComponent t)Immunization.addReaction(Immunization.ImmunizationReactionComponent t)Immunization.addReason(CodeableReference t)Immunization.addSubpotentReason(CodeableConcept t)Immunization.copy()Immunization.setBasedOn(List<Reference> theBasedOn)Immunization.setDoseQuantity(Quantity value)Immunization.setEducation(List<Immunization.ImmunizationEducationComponent> theEducation)Immunization.setEncounter(Reference value)Immunization.setExpirationDate(Date value)Immunization.setExpirationDateElement(DateType value)Immunization.setFundingSource(CodeableConcept value)Immunization.setIdentifier(List<Identifier> theIdentifier)Immunization.setInformationSource(DataType value)Immunization.setInstantiatesCanonical(List<CanonicalType> theInstantiatesCanonical)Immunization.setInstantiatesUri(List<UriType> theInstantiatesUri)Immunization.setIsSubpotent(boolean value)Immunization.setIsSubpotentElement(BooleanType value)Immunization.setLocation(Reference value)Immunization.setLotNumber(String value)Immunization.setLotNumberElement(StringType value)Immunization.setManufacturer(Reference 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<CodeableConcept> theProgramEligibility)Immunization.setProtocolApplied(List<Immunization.ImmunizationProtocolAppliedComponent> theProtocolApplied)Immunization.setReaction(List<Immunization.ImmunizationReactionComponent> theReaction)Immunization.setReason(List<CodeableReference> theReason)Immunization.setRecorded(Date value)Immunization.setRecordedElement(DateTimeType value)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.setVaccineCode(CodeableConcept value)protected ImmunizationImmunization.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Immunization