Uses of Class
org.hl7.fhir.r4.model.Invoice.InvoiceParticipantComponent
-
Uses of Invoice.InvoiceParticipantComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Invoice.InvoiceParticipantComponent
JsonParser.parseInvoiceInvoiceParticipantComponent
(com.google.gson.JsonObject json, Invoice owner) protected Invoice.InvoiceParticipantComponent
XmlParser.parseInvoiceInvoiceParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInvoiceInvoiceParticipantComponent
(String name, Invoice.InvoiceParticipantComponent element) protected void
RdfParser.composeInvoiceInvoiceParticipantComponent
(Turtle.Complex parent, String parentType, String name, Invoice.InvoiceParticipantComponent element, int index) protected void
XmlParser.composeInvoiceInvoiceParticipantComponent
(String name, Invoice.InvoiceParticipantComponent element) protected void
XmlParser.composeInvoiceInvoiceParticipantComponentElements
(Invoice.InvoiceParticipantComponent element) protected void
JsonParser.composeInvoiceInvoiceParticipantComponentInner
(Invoice.InvoiceParticipantComponent element) protected boolean
XmlParser.parseInvoiceInvoiceParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceParticipantComponent res) protected void
JsonParser.parseInvoiceInvoiceParticipantComponentProperties
(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceParticipantComponent res) -
Uses of Invoice.InvoiceParticipantComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Invoice.InvoiceParticipantComponent> Invoice.participant
Indicates who or what performed or participated in the charged service.Modifier and TypeMethodDescriptionInvoice.addParticipant()
Invoice.InvoiceParticipantComponent.copy()
Invoice.getParticipantFirstRep()
Invoice.InvoiceParticipantComponent.setActorTarget
(Resource value) Invoice.InvoiceParticipantComponent.setRole
(CodeableConcept value) Modifier and TypeMethodDescriptionvoid
Invoice.InvoiceParticipantComponent.copyValues
(Invoice.InvoiceParticipantComponent dst) Modifier and TypeMethodDescriptionInvoice.setParticipant
(List<Invoice.InvoiceParticipantComponent> theParticipant)