Uses of Class
org.linuxforhealth.fhir.model.resource.Invoice.LineItem.PriceComponent
-
Packages that use Invoice.LineItem.PriceComponent Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Invoice.LineItem.PriceComponent in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Invoice.LineItem.PriceComponent Modifier and Type Method Description Invoice.LineItem.PriceComponent
Invoice.LineItem.PriceComponent.Builder. build()
Build theInvoice.LineItem.PriceComponent
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Invoice.LineItem.PriceComponent Modifier and Type Method Description java.util.List<Invoice.LineItem.PriceComponent>
Invoice.LineItem. getPriceComponent()
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.java.util.List<Invoice.LineItem.PriceComponent>
Invoice. getTotalPriceComponent()
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.linuxforhealth.fhir.model.resource with parameters of type Invoice.LineItem.PriceComponent Modifier and Type Method Description protected Invoice.LineItem.PriceComponent.Builder
Invoice.LineItem.PriceComponent.Builder. from(Invoice.LineItem.PriceComponent priceComponent)
Invoice.LineItem.Builder
Invoice.LineItem.Builder. priceComponent(Invoice.LineItem.PriceComponent... priceComponent)
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.Invoice.Builder
Invoice.Builder. totalPriceComponent(Invoice.LineItem.PriceComponent... 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.protected void
Invoice.LineItem.PriceComponent.Builder. validate(Invoice.LineItem.PriceComponent priceComponent)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Invoice.LineItem.PriceComponent Modifier and Type Method Description Invoice.LineItem.Builder
Invoice.LineItem.Builder. priceComponent(java.util.Collection<Invoice.LineItem.PriceComponent> priceComponent)
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.Invoice.Builder
Invoice.Builder. totalPriceComponent(java.util.Collection<Invoice.LineItem.PriceComponent> 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.
-