
Uses of Class
org.hl7.fhir.r5.model.Invoice
Packages that use Invoice
-
Uses of Invoice in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return InvoiceModifier and TypeMethodDescriptionstatic Invoice
Extensions.addEpisodeOfCare
(Invoice context, Reference value) Methods in org.hl7.fhir.r5.extensions with parameters of type InvoiceModifier and TypeMethodDescriptionstatic Invoice
Extensions.addEpisodeOfCare
(Invoice context, Reference value) Extensions.getEpisodeOfCareList
(Invoice context) -
Uses of Invoice in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InvoiceModifier and TypeMethodDescriptionprotected Invoice
JsonParser.parseInvoice
(com.google.gson.JsonObject json) protected Invoice
XmlParser.parseInvoice
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InvoiceModifier and TypeMethodDescriptionprotected void
JsonParser.composeInvoice
(String name, Invoice element) protected void
RdfParser.composeInvoice
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Invoice element, int index) protected void
XmlParser.composeInvoice
(String name, Invoice element) protected void
XmlParser.composeInvoiceElements
(Invoice element) protected void
JsonParser.composeInvoiceProperties
(Invoice element) protected boolean
XmlParser.parseInvoiceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice res) protected void
JsonParser.parseInvoiceProperties
(com.google.gson.JsonObject json, Invoice res) -
Uses of Invoice in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return InvoiceModifier and TypeMethodDescriptionInvoice.addIdentifier
(Identifier t) Invoice.addLineItem
(Invoice.InvoiceLineItemComponent t) Invoice.addNote
(Annotation t) Invoice.addTotalPriceComponent
(MonetaryComponent t) Invoice.copy()
Invoice.setAccount
(Reference value) Invoice.setCancelledReason
(String value) Invoice.setCancelledReasonElement
(StringType value) Invoice.setCreation
(Date value) Invoice.setCreationElement
(DateTimeType value) Invoice.setDateElement
(DateTimeType value) Invoice.setIdentifier
(List<Identifier> theIdentifier) Invoice.setLineItem
(List<Invoice.InvoiceLineItemComponent> theLineItem) Invoice.setNote
(List<Annotation> theNote) Invoice.setParticipant
(List<Invoice.InvoiceParticipantComponent> theParticipant) Invoice.setPaymentTerms
(String value) Invoice.setPaymentTermsElement
(MarkdownType value) Invoice.setRecipient
(Reference value) Invoice.setStatus
(Invoice.InvoiceStatus value) Invoice.setStatusElement
(Enumeration<Invoice.InvoiceStatus> value) Invoice.setSubject
(Reference value) Invoice.setTotalGross
(Money value) Invoice.setTotalNet
(Money value) Invoice.setTotalPriceComponent
(List<MonetaryComponent> theTotalPriceComponent) Invoice.setType
(CodeableConcept value) protected Invoice
Invoice.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Invoice