Uses of Class
org.hl7.fhir.r4.model.Invoice.InvoiceLineItemPriceComponentComponent
-
Uses of Invoice.InvoiceLineItemPriceComponentComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseInvoiceInvoiceLineItemPriceComponentComponent
(com.google.gson.JsonObject json, Invoice owner) XmlParser.parseInvoiceInvoiceLineItemPriceComponentComponent
(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInvoiceInvoiceLineItemPriceComponentComponent
(String name, Invoice.InvoiceLineItemPriceComponentComponent element) protected void
RdfParser.composeInvoiceInvoiceLineItemPriceComponentComponent
(Turtle.Complex parent, String parentType, String name, Invoice.InvoiceLineItemPriceComponentComponent element, int index) protected void
XmlParser.composeInvoiceInvoiceLineItemPriceComponentComponent
(String name, Invoice.InvoiceLineItemPriceComponentComponent element) protected void
XmlParser.composeInvoiceInvoiceLineItemPriceComponentComponentElements
(Invoice.InvoiceLineItemPriceComponentComponent element) protected void
JsonParser.composeInvoiceInvoiceLineItemPriceComponentComponentInner
(Invoice.InvoiceLineItemPriceComponentComponent element) protected boolean
XmlParser.parseInvoiceInvoiceLineItemPriceComponentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceLineItemPriceComponentComponent res) protected void
JsonParser.parseInvoiceInvoiceLineItemPriceComponentComponentProperties
(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceLineItemPriceComponentComponent res) -
Uses of Invoice.InvoiceLineItemPriceComponentComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionInvoice.InvoiceLineItemComponent.priceComponent
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.Invoice.totalPriceComponent
The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions.Modifier and TypeMethodDescriptionInvoice.InvoiceLineItemComponent.addPriceComponent()
Invoice.addTotalPriceComponent()
Invoice.InvoiceLineItemPriceComponentComponent.copy()
Invoice.InvoiceLineItemComponent.getPriceComponentFirstRep()
Invoice.getTotalPriceComponentFirstRep()
Invoice.InvoiceLineItemPriceComponentComponent.setCode
(CodeableConcept value) Invoice.InvoiceLineItemPriceComponentComponent.setFactor
(double value) Invoice.InvoiceLineItemPriceComponentComponent.setFactor
(long value) Invoice.InvoiceLineItemPriceComponentComponent.setFactor
(BigDecimal value) Invoice.InvoiceLineItemPriceComponentComponent.setFactorElement
(DecimalType value) Invoice.InvoiceLineItemPriceComponentComponent.setType
(Invoice.InvoicePriceComponentType value) Invoice.InvoiceLineItemPriceComponentComponent.setTypeElement
(Enumeration<Invoice.InvoicePriceComponentType> value) Modifier and TypeMethodDescriptionInvoice.InvoiceLineItemComponent.getPriceComponent()
Invoice.getTotalPriceComponent()
Modifier and TypeMethodDescriptionInvoice.InvoiceLineItemComponent.addPriceComponent
(Invoice.InvoiceLineItemPriceComponentComponent t) void
Invoice.InvoiceLineItemPriceComponentComponent.copyValues
(Invoice.InvoiceLineItemPriceComponentComponent dst) Modifier and TypeMethodDescriptionInvoice.InvoiceLineItemComponent.setPriceComponent
(List<Invoice.InvoiceLineItemPriceComponentComponent> thePriceComponent) Invoice.setTotalPriceComponent
(List<Invoice.InvoiceLineItemPriceComponentComponent> theTotalPriceComponent)