
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 voidJsonParser.composeImmunizationPerformerComponent(String name, Immunization.ImmunizationPerformerComponent element) protected voidRdfParser.composeImmunizationPerformerComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Immunization.ImmunizationPerformerComponent element, int index) protected voidXmlParser.composeImmunizationPerformerComponent(String name, Immunization.ImmunizationPerformerComponent element) protected voidXmlParser.composeImmunizationPerformerComponentElements(Immunization.ImmunizationPerformerComponent element) protected voidJsonParser.composeImmunizationPerformerComponentProperties(Immunization.ImmunizationPerformerComponent element) protected booleanXmlParser.parseImmunizationPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization.ImmunizationPerformerComponent res) protected voidJsonParser.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.performerIndicates 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) voidImmunization.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)