Uses of Class
org.hl7.fhir.r4.model.Invoice
-
Packages that use Invoice Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Invoice in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Invoice Modifier and Type Method Description protected InvoiceJsonParser. parseInvoice(com.google.gson.JsonObject json)protected InvoiceXmlParser. parseInvoice(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Invoice Modifier and Type Method Description protected voidJsonParser. composeInvoice(String name, Invoice element)protected voidRdfParser. composeInvoice(Turtle.Complex parent, String parentType, String name, Invoice element, int index)protected voidXmlParser. composeInvoice(String name, Invoice element)protected voidXmlParser. composeInvoiceElements(Invoice element)protected voidJsonParser. composeInvoiceInner(Invoice element)protected booleanXmlParser. parseInvoiceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice res)protected Invoice.InvoiceLineItemComponentJsonParser. parseInvoiceInvoiceLineItemComponent(com.google.gson.JsonObject json, Invoice owner)protected Invoice.InvoiceLineItemComponentXmlParser. parseInvoiceInvoiceLineItemComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner)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)protected Invoice.InvoiceLineItemPriceComponentComponentJsonParser. parseInvoiceInvoiceLineItemPriceComponentComponent(com.google.gson.JsonObject json, Invoice owner)protected Invoice.InvoiceLineItemPriceComponentComponentXmlParser. parseInvoiceInvoiceLineItemPriceComponentComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner)protected booleanXmlParser. parseInvoiceInvoiceLineItemPriceComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceLineItemPriceComponentComponent res)protected voidJsonParser. parseInvoiceInvoiceLineItemPriceComponentComponentProperties(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceLineItemPriceComponentComponent res)protected Invoice.InvoiceParticipantComponentJsonParser. parseInvoiceInvoiceParticipantComponent(com.google.gson.JsonObject json, Invoice owner)protected Invoice.InvoiceParticipantComponentXmlParser. parseInvoiceInvoiceParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner)protected booleanXmlParser. parseInvoiceInvoiceParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceParticipantComponent res)protected voidJsonParser. parseInvoiceInvoiceParticipantComponentProperties(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceParticipantComponent res)protected voidJsonParser. parseInvoiceProperties(com.google.gson.JsonObject json, Invoice res) -
Uses of Invoice in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type Invoice Modifier and Type Method Description voidInvoice. copyValues(Invoice dst)
-