Uses of Class
org.linuxforhealth.fhir.model.resource.Invoice.LineItem
-
Packages that use Invoice.LineItem Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Invoice.LineItem in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Invoice.LineItem Modifier and Type Method Description Invoice.LineItem
Invoice.LineItem.Builder. build()
Build theInvoice.LineItem
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Invoice.LineItem Modifier and Type Method Description java.util.List<Invoice.LineItem>
Invoice. getLineItem()
Each line item represents one charge for goods and services rendered.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Invoice.LineItem Modifier and Type Method Description protected Invoice.LineItem.Builder
Invoice.LineItem.Builder. from(Invoice.LineItem lineItem)
Invoice.Builder
Invoice.Builder. lineItem(Invoice.LineItem... lineItem)
Each line item represents one charge for goods and services rendered.protected void
Invoice.LineItem.Builder. validate(Invoice.LineItem lineItem)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Invoice.LineItem Modifier and Type Method Description Invoice.Builder
Invoice.Builder. lineItem(java.util.Collection<Invoice.LineItem> lineItem)
Each line item represents one charge for goods and services rendered.
-