| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Invoice.InvoiceLineItemComponent |
JsonParser.parseInvoiceInvoiceLineItemComponent(com.google.gson.JsonObject json,
Invoice owner) |
protected Invoice.InvoiceLineItemComponent |
XmlParser.parseInvoiceInvoiceLineItemComponent(org.xmlpull.v1.XmlPullParser xpp,
Invoice owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Invoice.InvoiceLineItemComponent> |
Invoice.lineItem
Each line item represents one charge for goods and services rendered.
|
| Modifier and Type | Method and Description |
|---|---|
Invoice.InvoiceLineItemComponent |
Invoice.addLineItem() |
Invoice.InvoiceLineItemComponent |
Invoice.InvoiceLineItemComponent.addPriceComponent(Invoice.InvoiceLineItemPriceComponentComponent t) |
Invoice.InvoiceLineItemComponent |
Invoice.InvoiceLineItemComponent.copy() |
Invoice.InvoiceLineItemComponent |
Invoice.getLineItemFirstRep() |
Invoice.InvoiceLineItemComponent |
Invoice.InvoiceLineItemComponent.setChargeItem(Type value) |
Invoice.InvoiceLineItemComponent |
Invoice.InvoiceLineItemComponent.setPriceComponent(List<Invoice.InvoiceLineItemPriceComponentComponent> thePriceComponent) |
Invoice.InvoiceLineItemComponent |
Invoice.InvoiceLineItemComponent.setSequence(int value) |
Invoice.InvoiceLineItemComponent |
Invoice.InvoiceLineItemComponent.setSequenceElement(PositiveIntType value) |
| Modifier and Type | Method and Description |
|---|---|
List<Invoice.InvoiceLineItemComponent> |
Invoice.getLineItem() |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.addLineItem(Invoice.InvoiceLineItemComponent t) |
void |
Invoice.InvoiceLineItemComponent.copyValues(Invoice.InvoiceLineItemComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.setLineItem(List<Invoice.InvoiceLineItemComponent> theLineItem) |
Copyright © 2014–2021 Health Level 7. All rights reserved.