| 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 | Method and Description |
|---|---|
protected void |
JsonParser.composeInvoiceInvoiceLineItemComponent(String name,
Invoice.InvoiceLineItemComponent element) |
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) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.setLineItem(List<Invoice.InvoiceLineItemComponent> theLineItem) |
Copyright © 2014–2019 University Health Network. All rights reserved.