Uses of Class
org.hl7.fhir.r4.model.Invoice.InvoiceStatus
-
Packages that use Invoice.InvoiceStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Invoice.InvoiceStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Invoice.InvoiceStatus Modifier and Type Field Description protected Enumeration<Invoice.InvoiceStatus>Invoice. statusThe current state of the Invoice.Methods in org.hl7.fhir.r4.model that return Invoice.InvoiceStatus Modifier and Type Method Description static Invoice.InvoiceStatusInvoice.InvoiceStatus. fromCode(String codeString)Invoice.InvoiceStatusInvoice.InvoiceStatusEnumFactory. fromCode(String codeString)Invoice.InvoiceStatusInvoice. getStatus()static Invoice.InvoiceStatusInvoice.InvoiceStatus. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Invoice.InvoiceStatus Modifier and Type Method Description Enumeration<Invoice.InvoiceStatus>Invoice.InvoiceStatusEnumFactory. fromType(Base code)Enumeration<Invoice.InvoiceStatus>Invoice. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Invoice.InvoiceStatus Modifier and Type Method Description InvoiceInvoice. setStatus(Invoice.InvoiceStatus value)StringInvoice.InvoiceStatusEnumFactory. toCode(Invoice.InvoiceStatus code)StringInvoice.InvoiceStatusEnumFactory. toSystem(Invoice.InvoiceStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceStatus Modifier and Type Method Description InvoiceInvoice. setStatusElement(Enumeration<Invoice.InvoiceStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Invoice.InvoiceStatus Constructor Description Invoice(Enumeration<Invoice.InvoiceStatus> status)Constructor
-