
Uses of Class
org.hl7.fhir.r5.model.Invoice.InvoiceLineItemComponent
Packages that use Invoice.InvoiceLineItemComponent
-
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionprotected Invoice.InvoiceLineItemComponent
JsonParser.parseInvoiceLineItemComponent
(com.google.gson.JsonObject json) protected Invoice.InvoiceLineItemComponent
XmlParser.parseInvoiceLineItemComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeInvoiceLineItemComponent
(String name, Invoice.InvoiceLineItemComponent element) protected void
RdfParser.composeInvoiceLineItemComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Invoice.InvoiceLineItemComponent element, int index) protected void
XmlParser.composeInvoiceLineItemComponent
(String name, Invoice.InvoiceLineItemComponent element) protected void
XmlParser.composeInvoiceLineItemComponentElements
(Invoice.InvoiceLineItemComponent element) protected void
JsonParser.composeInvoiceLineItemComponentProperties
(Invoice.InvoiceLineItemComponent element) protected boolean
XmlParser.parseInvoiceLineItemComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice.InvoiceLineItemComponent res) protected void
JsonParser.parseInvoiceLineItemComponentProperties
(com.google.gson.JsonObject json, Invoice.InvoiceLineItemComponent res) -
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.addLineItem()
Invoice.InvoiceLineItemComponent.addPriceComponent
(MonetaryComponent t) Invoice.InvoiceLineItemComponent.copy()
Invoice.getLineItemFirstRep()
Invoice.InvoiceLineItemComponent.setChargeItem
(DataType value) Invoice.InvoiceLineItemComponent.setPriceComponent
(List<MonetaryComponent> thePriceComponent) Invoice.InvoiceLineItemComponent.setSequence
(int value) Invoice.InvoiceLineItemComponent.setSequenceElement
(PositiveIntType value) Invoice.InvoiceLineItemComponent.setServiced
(DataType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Invoice.InvoiceLineItemComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.setLineItem
(List<Invoice.InvoiceLineItemComponent> theLineItem)