Uses of Class
org.hl7.fhir.r4.model.Invoice.InvoiceParticipantComponent
-
Packages that use Invoice.InvoiceParticipantComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Invoice.InvoiceParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Invoice.InvoiceParticipantComponent Modifier and Type Method Description protected Invoice.InvoiceParticipantComponentJsonParser. parseInvoiceInvoiceParticipantComponent(com.google.gson.JsonObject json, Invoice owner)protected Invoice.InvoiceParticipantComponentXmlParser. parseInvoiceInvoiceParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) -
Uses of Invoice.InvoiceParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Invoice.InvoiceParticipantComponent Modifier and Type Field Description protected List<Invoice.InvoiceParticipantComponent>Invoice. participantIndicates who or what performed or participated in the charged service.Methods in org.hl7.fhir.r4.model that return Invoice.InvoiceParticipantComponent Modifier and Type Method Description Invoice.InvoiceParticipantComponentInvoice. addParticipant()Invoice.InvoiceParticipantComponentInvoice.InvoiceParticipantComponent. copy()Invoice.InvoiceParticipantComponentInvoice. getParticipantFirstRep()Invoice.InvoiceParticipantComponentInvoice.InvoiceParticipantComponent. setActor(Reference value)Invoice.InvoiceParticipantComponentInvoice.InvoiceParticipantComponent. setActorTarget(Resource value)Invoice.InvoiceParticipantComponentInvoice.InvoiceParticipantComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Invoice.InvoiceParticipantComponent Modifier and Type Method Description List<Invoice.InvoiceParticipantComponent>Invoice. getParticipant()Methods in org.hl7.fhir.r4.model with parameters of type Invoice.InvoiceParticipantComponent Modifier and Type Method Description InvoiceInvoice. addParticipant(Invoice.InvoiceParticipantComponent t)voidInvoice.InvoiceParticipantComponent. copyValues(Invoice.InvoiceParticipantComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceParticipantComponent Modifier and Type Method Description InvoiceInvoice. setParticipant(List<Invoice.InvoiceParticipantComponent> theParticipant)
-