Uses of Enum
org.hl7.fhir.r4.model.PaymentNotice.PaymentNoticeStatus
Packages that use PaymentNotice.PaymentNoticeStatus
-
Uses of PaymentNotice.PaymentNoticeStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PaymentNotice.PaymentNoticeStatusModifier and TypeFieldDescriptionprotected Enumeration<PaymentNotice.PaymentNoticeStatus>PaymentNotice.statusThe status of the resource instance.Methods in org.hl7.fhir.r4.model that return PaymentNotice.PaymentNoticeStatusModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type PaymentNotice.PaymentNoticeStatusMethods in org.hl7.fhir.r4.model with parameters of type PaymentNotice.PaymentNoticeStatusModifier and TypeMethodDescriptionPaymentNotice.setStatus(PaymentNotice.PaymentNoticeStatus value) PaymentNotice.PaymentNoticeStatusEnumFactory.toCode(PaymentNotice.PaymentNoticeStatus code) PaymentNotice.PaymentNoticeStatusEnumFactory.toSystem(PaymentNotice.PaymentNoticeStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type PaymentNotice.PaymentNoticeStatusModifier and TypeMethodDescriptionPaymentNotice.setStatusElement(Enumeration<PaymentNotice.PaymentNoticeStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type PaymentNotice.PaymentNoticeStatusModifierConstructorDescriptionPaymentNotice(Enumeration<PaymentNotice.PaymentNoticeStatus> status, DateTimeType created, Reference payment, Reference recipient, Money amount) Constructor