Uses of Class
org.hl7.fhir.r4.model.Invoice.InvoiceLineItemComponent
-
Packages that use Invoice.InvoiceLineItemComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Invoice.InvoiceLineItemComponent Modifier and Type Method Description protected Invoice.InvoiceLineItemComponentJsonParser. parseInvoiceInvoiceLineItemComponent(com.google.gson.JsonObject json, Invoice owner)protected Invoice.InvoiceLineItemComponentXmlParser. parseInvoiceInvoiceLineItemComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) -
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Invoice.InvoiceLineItemComponent Modifier and Type Field Description protected List<Invoice.InvoiceLineItemComponent>Invoice. lineItemEach line item represents one charge for goods and services rendered.Methods in org.hl7.fhir.r4.model that return Invoice.InvoiceLineItemComponent Modifier and Type Method Description Invoice.InvoiceLineItemComponentInvoice. addLineItem()Invoice.InvoiceLineItemComponentInvoice.InvoiceLineItemComponent. addPriceComponent(Invoice.InvoiceLineItemPriceComponentComponent t)Invoice.InvoiceLineItemComponentInvoice.InvoiceLineItemComponent. copy()Invoice.InvoiceLineItemComponentInvoice. getLineItemFirstRep()Invoice.InvoiceLineItemComponentInvoice.InvoiceLineItemComponent. setChargeItem(Type value)Invoice.InvoiceLineItemComponentInvoice.InvoiceLineItemComponent. setPriceComponent(List<Invoice.InvoiceLineItemPriceComponentComponent> thePriceComponent)Invoice.InvoiceLineItemComponentInvoice.InvoiceLineItemComponent. setSequence(int value)Invoice.InvoiceLineItemComponentInvoice.InvoiceLineItemComponent. setSequenceElement(PositiveIntType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Invoice.InvoiceLineItemComponent Modifier and Type Method Description List<Invoice.InvoiceLineItemComponent>Invoice. getLineItem()Methods in org.hl7.fhir.r4.model with parameters of type Invoice.InvoiceLineItemComponent Modifier and Type Method Description InvoiceInvoice. addLineItem(Invoice.InvoiceLineItemComponent t)voidInvoice.InvoiceLineItemComponent. copyValues(Invoice.InvoiceLineItemComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceLineItemComponent Modifier and Type Method Description InvoiceInvoice. setLineItem(List<Invoice.InvoiceLineItemComponent> theLineItem)
-