
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 voidJsonParser.composeImmunizationImmunizationPerformerComponent(String name, Immunization.ImmunizationPerformerComponent element) protected voidRdfParser.composeImmunizationImmunizationPerformerComponent(Turtle.Complex parent, String parentType, String name, Immunization.ImmunizationPerformerComponent element, int index) protected voidXmlParser.composeImmunizationImmunizationPerformerComponent(String name, Immunization.ImmunizationPerformerComponent element) protected voidXmlParser.composeImmunizationImmunizationPerformerComponentElements(Immunization.ImmunizationPerformerComponent element) protected voidJsonParser.composeImmunizationImmunizationPerformerComponentInner(Immunization.ImmunizationPerformerComponent element) protected booleanXmlParser.parseImmunizationImmunizationPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationPerformerComponent res) protected voidJsonParser.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.performerIndicates 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) voidImmunization.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)