
Uses of Enum
org.hl7.fhir.r5.model.PaymentReconciliation.PaymentOutcome
Packages that use PaymentReconciliation.PaymentOutcome
-
Uses of PaymentReconciliation.PaymentOutcome in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PaymentReconciliation.PaymentOutcomeModifier and TypeFieldDescriptionprotected Enumeration
<PaymentReconciliation.PaymentOutcome> PaymentReconciliation.outcome
The outcome of a request for a reconciliation.Methods in org.hl7.fhir.r5.model that return PaymentReconciliation.PaymentOutcomeModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type PaymentReconciliation.PaymentOutcomeModifier and TypeMethodDescriptionPaymentReconciliation.PaymentOutcomeEnumFactory.fromType
(PrimitiveType<?> code) PaymentReconciliation.getOutcomeElement()
Methods in org.hl7.fhir.r5.model with parameters of type PaymentReconciliation.PaymentOutcomeModifier and TypeMethodDescriptionPaymentReconciliation.setOutcome
(PaymentReconciliation.PaymentOutcome value) PaymentReconciliation.PaymentOutcomeEnumFactory.toCode
(PaymentReconciliation.PaymentOutcome code) PaymentReconciliation.PaymentOutcomeEnumFactory.toSystem
(PaymentReconciliation.PaymentOutcome code) Method parameters in org.hl7.fhir.r5.model with type arguments of type PaymentReconciliation.PaymentOutcomeModifier and TypeMethodDescriptionPaymentReconciliation.setOutcomeElement
(Enumeration<PaymentReconciliation.PaymentOutcome> value)