
Uses of Class
org.hl7.fhir.r4.model.Immunization.ImmunizationPerformerComponent
Packages that use Immunization.ImmunizationPerformerComponent
-
Uses of Immunization.ImmunizationPerformerComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionJsonParser.parseImmunizationImmunizationPerformerComponent
(com.google.gson.JsonObject json, Immunization owner) XmlParser.parseImmunizationImmunizationPerformerComponent
(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) Methods in org.hl7.fhir.r4.formats with parameters of type Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeImmunizationImmunizationPerformerComponent
(String name, Immunization.ImmunizationPerformerComponent element) protected void
RdfParser.composeImmunizationImmunizationPerformerComponent
(Turtle.Complex parent, String parentType, String name, Immunization.ImmunizationPerformerComponent element, int index) protected void
XmlParser.composeImmunizationImmunizationPerformerComponent
(String name, Immunization.ImmunizationPerformerComponent element) protected void
XmlParser.composeImmunizationImmunizationPerformerComponentElements
(Immunization.ImmunizationPerformerComponent element) protected void
JsonParser.composeImmunizationImmunizationPerformerComponentInner
(Immunization.ImmunizationPerformerComponent element) protected boolean
XmlParser.parseImmunizationImmunizationPerformerComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationPerformerComponent res) protected void
JsonParser.parseImmunizationImmunizationPerformerComponentProperties
(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationPerformerComponent res) -
Uses of Immunization.ImmunizationPerformerComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Immunization.ImmunizationPerformerComponentModifier and TypeFieldDescriptionprotected List
<Immunization.ImmunizationPerformerComponent> Immunization.performer
Indicates who performed the immunization event.Methods in org.hl7.fhir.r4.model that return Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionImmunization.addPerformer()
Immunization.ImmunizationPerformerComponent.copy()
Immunization.getPerformerFirstRep()
Immunization.ImmunizationPerformerComponent.setActorTarget
(Resource value) Immunization.ImmunizationPerformerComponent.setFunction
(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Immunization.ImmunizationPerformerComponentMethods in org.hl7.fhir.r4.model with parameters of type Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionImmunization.addPerformer
(Immunization.ImmunizationPerformerComponent t) void
Immunization.ImmunizationPerformerComponent.copyValues
(Immunization.ImmunizationPerformerComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionImmunization.setPerformer
(List<Immunization.ImmunizationPerformerComponent> thePerformer)