
Uses of Class
org.hl7.fhir.r4.model.Invoice.InvoiceLineItemComponent
Packages that use Invoice.InvoiceLineItemComponent
- 
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionprotected Invoice.InvoiceLineItemComponentJsonParser.parseInvoiceInvoiceLineItemComponent(com.google.gson.JsonObject json, Invoice owner) protected Invoice.InvoiceLineItemComponentXmlParser.parseInvoiceInvoiceLineItemComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) Methods in org.hl7.fhir.r4.formats with parameters of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInvoiceInvoiceLineItemComponent(String name, Invoice.InvoiceLineItemComponent element) protected voidRdfParser.composeInvoiceInvoiceLineItemComponent(Turtle.Complex parent, String parentType, String name, Invoice.InvoiceLineItemComponent element, int index) protected voidXmlParser.composeInvoiceInvoiceLineItemComponent(String name, Invoice.InvoiceLineItemComponent element) protected voidXmlParser.composeInvoiceInvoiceLineItemComponentElements(Invoice.InvoiceLineItemComponent element) protected voidJsonParser.composeInvoiceInvoiceLineItemComponentInner(Invoice.InvoiceLineItemComponent element) protected booleanXmlParser.parseInvoiceInvoiceLineItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceLineItemComponent res) protected voidJsonParser.parseInvoiceInvoiceLineItemComponentProperties(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceLineItemComponent res)  - 
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Invoice.InvoiceLineItemComponentModifier and TypeFieldDescriptionprotected 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.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.addLineItem()Invoice.InvoiceLineItemComponent.addPriceComponent(Invoice.InvoiceLineItemPriceComponentComponent t) Invoice.InvoiceLineItemComponent.copy()Invoice.getLineItemFirstRep()Invoice.InvoiceLineItemComponent.setChargeItem(Type value) Invoice.InvoiceLineItemComponent.setPriceComponent(List<Invoice.InvoiceLineItemPriceComponentComponent> thePriceComponent) Invoice.InvoiceLineItemComponent.setSequence(int value) Invoice.InvoiceLineItemComponent.setSequenceElement(PositiveIntType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Invoice.InvoiceLineItemComponentMethods in org.hl7.fhir.r4.model with parameters of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.addLineItem(Invoice.InvoiceLineItemComponent t) voidInvoice.InvoiceLineItemComponent.copyValues(Invoice.InvoiceLineItemComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.setLineItem(List<Invoice.InvoiceLineItemComponent> theLineItem)