
Uses of Class
org.hl7.fhir.r5.model.Immunization.ImmunizationPerformerComponent
Packages that use Immunization.ImmunizationPerformerComponent
-
Uses of Immunization.ImmunizationPerformerComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionJsonParser.parseImmunizationPerformerComponent
(com.google.gson.JsonObject json) XmlParser.parseImmunizationPerformerComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeImmunizationPerformerComponent
(String name, Immunization.ImmunizationPerformerComponent element) protected void
RdfParser.composeImmunizationPerformerComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Immunization.ImmunizationPerformerComponent element, int index) protected void
XmlParser.composeImmunizationPerformerComponent
(String name, Immunization.ImmunizationPerformerComponent element) protected void
XmlParser.composeImmunizationPerformerComponentElements
(Immunization.ImmunizationPerformerComponent element) protected void
JsonParser.composeImmunizationPerformerComponentProperties
(Immunization.ImmunizationPerformerComponent element) protected boolean
XmlParser.parseImmunizationPerformerComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization.ImmunizationPerformerComponent res) protected void
JsonParser.parseImmunizationPerformerComponentProperties
(com.google.gson.JsonObject json, Immunization.ImmunizationPerformerComponent res) -
Uses of Immunization.ImmunizationPerformerComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionImmunization.addPerformer()
Immunization.ImmunizationPerformerComponent.copy()
Immunization.getPerformerFirstRep()
Immunization.ImmunizationPerformerComponent.setFunction
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Immunization.ImmunizationPerformerComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type Immunization.ImmunizationPerformerComponentModifier and TypeMethodDescriptionImmunization.setPerformer
(List<Immunization.ImmunizationPerformerComponent> thePerformer)