Uses of Class
org.hl7.fhir.r5.model.Invoice.InvoiceLineItemComponent
Packages that use Invoice.InvoiceLineItemComponent
-
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionprotected Invoice.InvoiceLineItemComponentJsonParser.parseInvoiceLineItemComponent(com.google.gson.JsonObject json)protected Invoice.InvoiceLineItemComponentXmlParser.parseInvoiceLineItemComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInvoiceLineItemComponent(String name, Invoice.InvoiceLineItemComponent element)protected voidRdfParser.composeInvoiceLineItemComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Invoice.InvoiceLineItemComponent element, int index)protected voidXmlParser.composeInvoiceLineItemComponent(String name, Invoice.InvoiceLineItemComponent element)protected voidXmlParser.composeInvoiceLineItemComponentElements(Invoice.InvoiceLineItemComponent element)protected voidJsonParser.composeInvoiceLineItemComponentProperties(Invoice.InvoiceLineItemComponent element)protected booleanXmlParser.parseInvoiceLineItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice.InvoiceLineItemComponent res)protected voidJsonParser.parseInvoiceLineItemComponentProperties(com.google.gson.JsonObject json, Invoice.InvoiceLineItemComponent res) -
Uses of Invoice.InvoiceLineItemComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.addLineItem()Invoice.InvoiceLineItemComponent.addPriceComponent(Invoice.InvoiceLineItemPriceComponentComponent t)Invoice.InvoiceLineItemComponent.copy()Invoice.getLineItemFirstRep()Invoice.InvoiceLineItemComponent.setChargeItem(DataType value)Invoice.InvoiceLineItemComponent.setPriceComponent(List<Invoice.InvoiceLineItemPriceComponentComponent> thePriceComponent)Invoice.InvoiceLineItemComponent.setSequence(int value)Invoice.InvoiceLineItemComponent.setSequenceElement(PositiveIntType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type Invoice.InvoiceLineItemComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type Invoice.InvoiceLineItemComponentModifier and TypeMethodDescriptionInvoice.setLineItem(List<Invoice.InvoiceLineItemComponent> theLineItem)