Uses of Enum
org.hl7.fhir.r5.model.PaymentReconciliation.PaymentOutcome
-
Uses of PaymentReconciliation.PaymentOutcome in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<PaymentReconciliation.PaymentOutcome> PaymentReconciliation.outcome
The outcome of a request for a reconciliation.Modifier and TypeMethodDescriptionPaymentReconciliation.getOutcome()
Returns the enum constant of this type with the specified name.static PaymentReconciliation.PaymentOutcome[]
PaymentReconciliation.PaymentOutcome.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPaymentReconciliation.PaymentOutcomeEnumFactory.fromType
(PrimitiveType<?> code) PaymentReconciliation.getOutcomeElement()
Modifier and TypeMethodDescriptionPaymentReconciliation.setOutcome
(PaymentReconciliation.PaymentOutcome value) PaymentReconciliation.PaymentOutcomeEnumFactory.toCode
(PaymentReconciliation.PaymentOutcome code) PaymentReconciliation.PaymentOutcomeEnumFactory.toSystem
(PaymentReconciliation.PaymentOutcome code) Modifier and TypeMethodDescriptionPaymentReconciliation.setOutcomeElement
(Enumeration<PaymentReconciliation.PaymentOutcome> value)