
Uses of Class
org.hl7.fhir.r5.model.MonetaryComponent
Packages that use MonetaryComponent
-
Uses of MonetaryComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MonetaryComponentModifier and TypeMethodDescriptionprotected MonetaryComponent
JsonParser.parseMonetaryComponent
(com.google.gson.JsonObject json) protected MonetaryComponent
XmlParser.parseMonetaryComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MonetaryComponentModifier 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
Fields in org.hl7.fhir.r5.model declared as MonetaryComponentModifier 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.Fields in org.hl7.fhir.r5.model with type parameters of type MonetaryComponentModifier 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.Methods in org.hl7.fhir.r5.model that return MonetaryComponentModifier 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()
Methods in org.hl7.fhir.r5.model that return types with arguments of type MonetaryComponentModifier and TypeMethodDescriptionChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.getPriceComponent()
Invoice.InvoiceLineItemComponent.getPriceComponent()
Invoice.getTotalPriceComponent()
Methods in org.hl7.fhir.r5.model with parameters of type MonetaryComponentModifier 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) Method parameters in org.hl7.fhir.r5.model with type arguments of type MonetaryComponentModifier and TypeMethodDescriptionChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.setPriceComponent
(List<MonetaryComponent> thePriceComponent) Invoice.InvoiceLineItemComponent.setPriceComponent
(List<MonetaryComponent> thePriceComponent) Invoice.setTotalPriceComponent
(List<MonetaryComponent> theTotalPriceComponent)