
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 MonetaryComponentJsonParser.parseMonetaryComponent(com.google.gson.JsonObject json) protected MonetaryComponentXmlParser.parseMonetaryComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MonetaryComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMonetaryComponent(String name, MonetaryComponent element) protected voidRdfParser.composeMonetaryComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MonetaryComponent element, int index) protected voidXmlParser.composeMonetaryComponent(String name, MonetaryComponent element) protected voidXmlParser.composeMonetaryComponentElements(MonetaryComponent element) protected voidJsonParser.composeMonetaryComponentProperties(MonetaryComponent element) protected booleanXmlParser.parseMonetaryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MonetaryComponent res) protected voidJsonParser.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 MonetaryComponentChargeItem.totalPriceComponentThe total price for the chargable item, accounting for the quantity.protected MonetaryComponentChargeItem.unitPriceComponentThe 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.priceComponentThe price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.protected List<MonetaryComponent> Invoice.InvoiceLineItemComponent.priceComponentThe price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.protected List<MonetaryComponent> Invoice.totalPriceComponentThe 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 MonetaryComponentTypeConvertor.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 MonetaryComponentMonetaryComponent.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) voidMonetaryComponent.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)