Uses of Enum
org.hl7.fhir.r4.model.PaymentNotice.PaymentNoticeStatus
-
Uses of PaymentNotice.PaymentNoticeStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<PaymentNotice.PaymentNoticeStatus> PaymentNotice.status
The status of the resource instance.Modifier and TypeMethodDescriptionPaymentNotice.getStatus()
Returns the enum constant of this type with the specified name.static PaymentNotice.PaymentNoticeStatus[]
PaymentNotice.PaymentNoticeStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPaymentNotice.PaymentNoticeStatusEnumFactory.fromType
(PrimitiveType<?> code) PaymentNotice.getStatusElement()
Modifier and TypeMethodDescriptionPaymentNotice.setStatus
(PaymentNotice.PaymentNoticeStatus value) PaymentNotice.PaymentNoticeStatusEnumFactory.toCode
(PaymentNotice.PaymentNoticeStatus code) PaymentNotice.PaymentNoticeStatusEnumFactory.toSystem
(PaymentNotice.PaymentNoticeStatus code) Modifier and TypeMethodDescriptionPaymentNotice.setStatusElement
(Enumeration<PaymentNotice.PaymentNoticeStatus> value) ModifierConstructorDescriptionPaymentNotice
(Enumeration<PaymentNotice.PaymentNoticeStatus> status, DateTimeType created, Reference payment, Reference recipient, Money amount) Constructor