Uses of Class
org.hl7.fhir.r5.model.PaymentReconciliation.PaymentOutcome
-
Packages that use PaymentReconciliation.PaymentOutcome Package Description org.hl7.fhir.r5.model -
-
Uses of PaymentReconciliation.PaymentOutcome in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PaymentReconciliation.PaymentOutcome Modifier and Type Field Description protected Enumeration<PaymentReconciliation.PaymentOutcome>PaymentReconciliation. outcomeThe outcome of a request for a reconciliation.Methods in org.hl7.fhir.r5.model that return PaymentReconciliation.PaymentOutcome Modifier and Type Method Description static PaymentReconciliation.PaymentOutcomePaymentReconciliation.PaymentOutcome. fromCode(String codeString)PaymentReconciliation.PaymentOutcomePaymentReconciliation.PaymentOutcomeEnumFactory. fromCode(String codeString)PaymentReconciliation.PaymentOutcomePaymentReconciliation. getOutcome()static PaymentReconciliation.PaymentOutcomePaymentReconciliation.PaymentOutcome. valueOf(String name)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.PaymentOutcome Modifier and Type Method Description Enumeration<PaymentReconciliation.PaymentOutcome>PaymentReconciliation.PaymentOutcomeEnumFactory. fromType(Base code)Enumeration<PaymentReconciliation.PaymentOutcome>PaymentReconciliation. getOutcomeElement()Methods in org.hl7.fhir.r5.model with parameters of type PaymentReconciliation.PaymentOutcome Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. setOutcome(PaymentReconciliation.PaymentOutcome value)StringPaymentReconciliation.PaymentOutcomeEnumFactory. toCode(PaymentReconciliation.PaymentOutcome code)StringPaymentReconciliation.PaymentOutcomeEnumFactory. toSystem(PaymentReconciliation.PaymentOutcome code)Method parameters in org.hl7.fhir.r5.model with type arguments of type PaymentReconciliation.PaymentOutcome Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. setOutcomeElement(Enumeration<PaymentReconciliation.PaymentOutcome> value)
-