Uses of Class
org.linuxforhealth.fhir.model.resource.Invoice
-
Packages that use Invoice Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Invoice in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Invoice Modifier and Type Method Description Invoice
Invoice.Builder. build()
Build theInvoice
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Invoice Modifier and Type Method Description protected Invoice.Builder
Invoice.Builder. from(Invoice invoice)
protected void
Invoice.Builder. validate(Invoice invoice)
-
Uses of Invoice in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Invoice Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Invoice invoice)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Invoice invoice)
-