Uses of Enum
org.hl7.fhir.r4.model.Invoice.InvoiceStatus
-
Uses of Invoice.InvoiceStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Invoice.InvoiceStatus> Invoice.status
The current state of the Invoice.Modifier and TypeMethodDescriptionstatic Invoice.InvoiceStatus
Invoice.getStatus()
static Invoice.InvoiceStatus
Returns the enum constant of this type with the specified name.static Invoice.InvoiceStatus[]
Invoice.InvoiceStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionInvoice.InvoiceStatusEnumFactory.fromType
(PrimitiveType<?> code) Invoice.getStatusElement()
Modifier and TypeMethodDescriptionInvoice.setStatus
(Invoice.InvoiceStatus value) Invoice.InvoiceStatusEnumFactory.toCode
(Invoice.InvoiceStatus code) Invoice.InvoiceStatusEnumFactory.toSystem
(Invoice.InvoiceStatus code) Modifier and TypeMethodDescriptionInvoice.setStatusElement
(Enumeration<Invoice.InvoiceStatus> value)