
Uses of Class
org.hl7.fhir.r4.model.Invoice.InvoiceLineItemComponent
Packages that use Invoice.InvoiceLineItemComponent
-
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionprotected Invoice.InvoiceLineItemComponent
JsonParser.parseInvoiceInvoiceLineItemComponent
(com.google.gson.JsonObject json, Invoice owner) protected Invoice.InvoiceLineItemComponent
XmlParser.parseInvoiceInvoiceLineItemComponent
(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) Methods in org.hl7.fhir.r4.formats with parameters of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeInvoiceInvoiceLineItemComponent
(String name, Invoice.InvoiceLineItemComponent element) protected void
RdfParser.composeInvoiceInvoiceLineItemComponent
(Turtle.Complex parent, String parentType, String name, Invoice.InvoiceLineItemComponent element, int index) protected void
XmlParser.composeInvoiceInvoiceLineItemComponent
(String name, Invoice.InvoiceLineItemComponent element) protected void
XmlParser.composeInvoiceInvoiceLineItemComponentElements
(Invoice.InvoiceLineItemComponent element) protected void
JsonParser.composeInvoiceInvoiceLineItemComponentInner
(Invoice.InvoiceLineItemComponent element) protected boolean
XmlParser.parseInvoiceInvoiceLineItemComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceLineItemComponent res) protected void
JsonParser.parseInvoiceInvoiceLineItemComponentProperties
(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceLineItemComponent res) -
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Invoice.InvoiceLineItemComponentModifier and TypeFieldDescriptionprotected List
<Invoice.InvoiceLineItemComponent> Invoice.lineItem
Each line item represents one charge for goods and services rendered.Methods in org.hl7.fhir.r4.model that return Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.addLineItem()
Invoice.InvoiceLineItemComponent.addPriceComponent
(Invoice.InvoiceLineItemPriceComponentComponent t) Invoice.InvoiceLineItemComponent.copy()
Invoice.getLineItemFirstRep()
Invoice.InvoiceLineItemComponent.setChargeItem
(Type value) Invoice.InvoiceLineItemComponent.setPriceComponent
(List<Invoice.InvoiceLineItemPriceComponentComponent> thePriceComponent) Invoice.InvoiceLineItemComponent.setSequence
(int value) Invoice.InvoiceLineItemComponent.setSequenceElement
(PositiveIntType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Invoice.InvoiceLineItemComponentMethods in org.hl7.fhir.r4.model with parameters of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.addLineItem
(Invoice.InvoiceLineItemComponent t) void
Invoice.InvoiceLineItemComponent.copyValues
(Invoice.InvoiceLineItemComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.setLineItem
(List<Invoice.InvoiceLineItemComponent> theLineItem)