
Uses of Class
org.hl7.fhir.r5.model.Procedure.ProcedurePerformerComponent
Packages that use Procedure.ProcedurePerformerComponent
-
Uses of Procedure.ProcedurePerformerComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Procedure.ProcedurePerformerComponentModifier and TypeMethodDescriptionprotected Procedure.ProcedurePerformerComponentJsonParser.parseProcedurePerformerComponent(com.google.gson.JsonObject json) protected Procedure.ProcedurePerformerComponentXmlParser.parseProcedurePerformerComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Procedure.ProcedurePerformerComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeProcedurePerformerComponent(String name, Procedure.ProcedurePerformerComponent element) protected voidRdfParser.composeProcedurePerformerComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Procedure.ProcedurePerformerComponent element, int index) protected voidXmlParser.composeProcedurePerformerComponent(String name, Procedure.ProcedurePerformerComponent element) protected voidXmlParser.composeProcedurePerformerComponentElements(Procedure.ProcedurePerformerComponent element) protected voidJsonParser.composeProcedurePerformerComponentProperties(Procedure.ProcedurePerformerComponent element) protected booleanXmlParser.parseProcedurePerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure.ProcedurePerformerComponent res) protected voidJsonParser.parseProcedurePerformerComponentProperties(com.google.gson.JsonObject json, Procedure.ProcedurePerformerComponent res) -
Uses of Procedure.ProcedurePerformerComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Procedure.ProcedurePerformerComponentModifier and TypeFieldDescriptionprotected List<Procedure.ProcedurePerformerComponent> Procedure.performerIndicates who or what performed the procedure and how they were involved.Methods in org.hl7.fhir.r5.model that return Procedure.ProcedurePerformerComponentModifier and TypeMethodDescriptionProcedure.addPerformer()Procedure.ProcedurePerformerComponent.copy()Procedure.getPerformerFirstRep()Procedure.ProcedurePerformerComponent.setFunction(CodeableConcept value) Procedure.ProcedurePerformerComponent.setOnBehalfOf(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Procedure.ProcedurePerformerComponentMethods in org.hl7.fhir.r5.model with parameters of type Procedure.ProcedurePerformerComponentModifier and TypeMethodDescriptionProcedure.addPerformer(Procedure.ProcedurePerformerComponent t) voidProcedure.ProcedurePerformerComponent.copyValues(Procedure.ProcedurePerformerComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Procedure.ProcedurePerformerComponentModifier and TypeMethodDescriptionProcedure.setPerformer(List<Procedure.ProcedurePerformerComponent> thePerformer)