Uses of Class
org.hl7.fhir.r4.model.PaymentNotice.PaymentNoticeStatus
-
Packages that use PaymentNotice.PaymentNoticeStatus Package Description org.hl7.fhir.r4.model -
-
Uses of PaymentNotice.PaymentNoticeStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PaymentNotice.PaymentNoticeStatus Modifier and Type Field Description protected Enumeration<PaymentNotice.PaymentNoticeStatus>PaymentNotice. statusThe status of the resource instance.Methods in org.hl7.fhir.r4.model that return PaymentNotice.PaymentNoticeStatus Modifier and Type Method Description static PaymentNotice.PaymentNoticeStatusPaymentNotice.PaymentNoticeStatus. fromCode(String codeString)PaymentNotice.PaymentNoticeStatusPaymentNotice.PaymentNoticeStatusEnumFactory. fromCode(String codeString)PaymentNotice.PaymentNoticeStatusPaymentNotice. getStatus()static PaymentNotice.PaymentNoticeStatusPaymentNotice.PaymentNoticeStatus. valueOf(String name)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.PaymentNoticeStatus Modifier and Type Method Description Enumeration<PaymentNotice.PaymentNoticeStatus>PaymentNotice.PaymentNoticeStatusEnumFactory. fromType(Base code)Enumeration<PaymentNotice.PaymentNoticeStatus>PaymentNotice. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type PaymentNotice.PaymentNoticeStatus Modifier and Type Method Description PaymentNoticePaymentNotice. setStatus(PaymentNotice.PaymentNoticeStatus value)StringPaymentNotice.PaymentNoticeStatusEnumFactory. toCode(PaymentNotice.PaymentNoticeStatus code)StringPaymentNotice.PaymentNoticeStatusEnumFactory. toSystem(PaymentNotice.PaymentNoticeStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type PaymentNotice.PaymentNoticeStatus Modifier and Type Method Description PaymentNoticePaymentNotice. setStatusElement(Enumeration<PaymentNotice.PaymentNoticeStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type PaymentNotice.PaymentNoticeStatus Constructor Description PaymentNotice(Enumeration<PaymentNotice.PaymentNoticeStatus> status, DateTimeType created, Reference payment, Reference recipient, Money amount)Constructor
-