
Uses of Class
org.hl7.fhir.r5.model.Invoice.InvoiceParticipantComponent
Packages that use Invoice.InvoiceParticipantComponent
-
Uses of Invoice.InvoiceParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionprotected Invoice.InvoiceParticipantComponentJsonParser.parseInvoiceParticipantComponent(com.google.gson.JsonObject json) protected Invoice.InvoiceParticipantComponentXmlParser.parseInvoiceParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInvoiceParticipantComponent(String name, Invoice.InvoiceParticipantComponent element) protected voidRdfParser.composeInvoiceParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Invoice.InvoiceParticipantComponent element, int index) protected voidXmlParser.composeInvoiceParticipantComponent(String name, Invoice.InvoiceParticipantComponent element) protected voidXmlParser.composeInvoiceParticipantComponentElements(Invoice.InvoiceParticipantComponent element) protected voidJsonParser.composeInvoiceParticipantComponentProperties(Invoice.InvoiceParticipantComponent element) protected booleanXmlParser.parseInvoiceParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice.InvoiceParticipantComponent res) protected voidJsonParser.parseInvoiceParticipantComponentProperties(com.google.gson.JsonObject json, Invoice.InvoiceParticipantComponent res) -
Uses of Invoice.InvoiceParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionInvoice.addParticipant()Invoice.InvoiceParticipantComponent.copy()Invoice.getParticipantFirstRep()Invoice.InvoiceParticipantComponent.setRole(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Invoice.InvoiceParticipantComponentMethods in org.hl7.fhir.r5.model with parameters of type Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionvoidInvoice.InvoiceParticipantComponent.copyValues(Invoice.InvoiceParticipantComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Invoice.InvoiceParticipantComponentModifier and TypeMethodDescriptionInvoice.setParticipant(List<Invoice.InvoiceParticipantComponent> theParticipant)