Uses of Class
org.hl7.fhir.r4.model.Invoice.InvoiceParticipantComponent
Packages that use Invoice.InvoiceParticipantComponent
-
Uses of Invoice.InvoiceParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionprotected Invoice.InvoiceParticipantComponentJsonParser.parseInvoiceInvoiceParticipantComponent(com.google.gson.JsonObject json, Invoice owner)protected Invoice.InvoiceParticipantComponentXmlParser.parseInvoiceInvoiceParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner)Methods in org.hl7.fhir.r4.formats with parameters of type Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInvoiceInvoiceParticipantComponent(String name, Invoice.InvoiceParticipantComponent element)protected voidRdfParser.composeInvoiceInvoiceParticipantComponent(Turtle.Complex parent, String parentType, String name, Invoice.InvoiceParticipantComponent element, int index)protected voidXmlParser.composeInvoiceInvoiceParticipantComponent(String name, Invoice.InvoiceParticipantComponent element)protected voidXmlParser.composeInvoiceInvoiceParticipantComponentElements(Invoice.InvoiceParticipantComponent element)protected voidJsonParser.composeInvoiceInvoiceParticipantComponentInner(Invoice.InvoiceParticipantComponent element)protected booleanXmlParser.parseInvoiceInvoiceParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceParticipantComponent res)protected voidJsonParser.parseInvoiceInvoiceParticipantComponentProperties(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceParticipantComponent res) -
Uses of Invoice.InvoiceParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Invoice.InvoiceParticipantComponentModifier and TypeFieldDescriptionprotected 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.InvoiceParticipantComponentModifier and TypeMethodDescriptionInvoice.addParticipant()Invoice.InvoiceParticipantComponent.copy()Invoice.getParticipantFirstRep()Invoice.InvoiceParticipantComponent.setActorTarget(Resource value)Invoice.InvoiceParticipantComponent.setRole(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Invoice.InvoiceParticipantComponentMethods in org.hl7.fhir.r4.model with parameters of type Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionInvoice.addParticipant(Invoice.InvoiceParticipantComponent t)voidInvoice.InvoiceParticipantComponent.copyValues(Invoice.InvoiceParticipantComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionInvoice.setParticipant(List<Invoice.InvoiceParticipantComponent> theParticipant)