Uses of Class
org.hl7.fhir.r5.model.MonetaryComponent
-
Uses of MonetaryComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected MonetaryComponent
JsonParser.parseMonetaryComponent
(com.google.gson.JsonObject json) protected MonetaryComponent
XmlParser.parseMonetaryComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMonetaryComponent
(String name, MonetaryComponent element) protected void
RdfParser.composeMonetaryComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MonetaryComponent element, int index) protected void
XmlParser.composeMonetaryComponent
(String name, MonetaryComponent element) protected void
XmlParser.composeMonetaryComponentElements
(MonetaryComponent element) protected void
JsonParser.composeMonetaryComponentProperties
(MonetaryComponent element) protected boolean
XmlParser.parseMonetaryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MonetaryComponent res) protected void
JsonParser.parseMonetaryComponentProperties
(com.google.gson.JsonObject json, MonetaryComponent res) -
Uses of MonetaryComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected MonetaryComponent
ChargeItem.totalPriceComponent
The total price for the chargable item, accounting for the quantity.protected MonetaryComponent
ChargeItem.unitPriceComponent
The unit price of the chargable item.Modifier and TypeFieldDescriptionprotected List
<MonetaryComponent> ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.priceComponent
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.protected List
<MonetaryComponent> Invoice.InvoiceLineItemComponent.priceComponent
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.protected List
<MonetaryComponent> 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 TypeMethodDescriptionChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.addPriceComponent()
Invoice.InvoiceLineItemComponent.addPriceComponent()
Invoice.addTotalPriceComponent()
static MonetaryComponent
TypeConvertor.castToMonetaryComponent
(Base b) MonetaryComponent.copy()
ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.getPriceComponentFirstRep()
Invoice.InvoiceLineItemComponent.getPriceComponentFirstRep()
ChargeItem.getTotalPriceComponent()
Invoice.getTotalPriceComponentFirstRep()
ChargeItem.getUnitPriceComponent()
MonetaryComponent.setCode
(CodeableConcept value) MonetaryComponent.setFactor
(double value) MonetaryComponent.setFactor
(long value) MonetaryComponent.setFactor
(BigDecimal value) MonetaryComponent.setFactorElement
(DecimalType value) MonetaryComponent.setType
(MonetaryComponent.PriceComponentType value) MonetaryComponent.setTypeElement
(Enumeration<MonetaryComponent.PriceComponentType> value) protected MonetaryComponent
MonetaryComponent.typedCopy()
Modifier and TypeMethodDescriptionChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.getPriceComponent()
Invoice.InvoiceLineItemComponent.getPriceComponent()
Invoice.getTotalPriceComponent()
Modifier and TypeMethodDescriptionChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.addPriceComponent
(MonetaryComponent t) Invoice.InvoiceLineItemComponent.addPriceComponent
(MonetaryComponent t) Invoice.addTotalPriceComponent
(MonetaryComponent t) void
MonetaryComponent.copyValues
(MonetaryComponent dst) ChargeItem.setTotalPriceComponent
(MonetaryComponent value) ChargeItem.setUnitPriceComponent
(MonetaryComponent value) Modifier and TypeMethodDescriptionChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.setPriceComponent
(List<MonetaryComponent> thePriceComponent) Invoice.InvoiceLineItemComponent.setPriceComponent
(List<MonetaryComponent> thePriceComponent) Invoice.setTotalPriceComponent
(List<MonetaryComponent> theTotalPriceComponent)