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.LineItemInvoice.LineItem.Builder. build()Build theInvoice.LineItemMethods 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.BuilderInvoice.LineItem.Builder. from(Invoice.LineItem lineItem)Invoice.BuilderInvoice.Builder. lineItem(Invoice.LineItem... lineItem)Each line item represents one charge for goods and services rendered.protected voidInvoice.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.BuilderInvoice.Builder. lineItem(java.util.Collection<Invoice.LineItem> lineItem)Each line item represents one charge for goods and services rendered.
-