Uses of Class
org.hl7.fhir.r4.model.Immunization.ImmunizationPerformerComponent
-
Packages that use Immunization.ImmunizationPerformerComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Immunization.ImmunizationPerformerComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Immunization.ImmunizationPerformerComponent Modifier and Type Method Description protected Immunization.ImmunizationPerformerComponentJsonParser. parseImmunizationImmunizationPerformerComponent(com.google.gson.JsonObject json, Immunization owner)protected Immunization.ImmunizationPerformerComponentXmlParser. parseImmunizationImmunizationPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) -
Uses of Immunization.ImmunizationPerformerComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Immunization.ImmunizationPerformerComponent Modifier and Type Field Description protected List<Immunization.ImmunizationPerformerComponent>Immunization. performerIndicates who performed the immunization event.Methods in org.hl7.fhir.r4.model that return Immunization.ImmunizationPerformerComponent Modifier and Type Method Description Immunization.ImmunizationPerformerComponentImmunization. addPerformer()Immunization.ImmunizationPerformerComponentImmunization.ImmunizationPerformerComponent. copy()Immunization.ImmunizationPerformerComponentImmunization. getPerformerFirstRep()Immunization.ImmunizationPerformerComponentImmunization.ImmunizationPerformerComponent. setActor(Reference value)Immunization.ImmunizationPerformerComponentImmunization.ImmunizationPerformerComponent. setActorTarget(Resource value)Immunization.ImmunizationPerformerComponentImmunization.ImmunizationPerformerComponent. setFunction(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Immunization.ImmunizationPerformerComponent Modifier and Type Method Description List<Immunization.ImmunizationPerformerComponent>Immunization. getPerformer()Methods in org.hl7.fhir.r4.model with parameters of type Immunization.ImmunizationPerformerComponent Modifier and Type Method Description ImmunizationImmunization. addPerformer(Immunization.ImmunizationPerformerComponent t)voidImmunization.ImmunizationPerformerComponent. copyValues(Immunization.ImmunizationPerformerComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Immunization.ImmunizationPerformerComponent Modifier and Type Method Description ImmunizationImmunization. setPerformer(List<Immunization.ImmunizationPerformerComponent> thePerformer)
-