Uses of Enum
org.hl7.fhir.r4.model.ExplanationOfBenefit.RemittanceOutcome
-
Uses of ExplanationOfBenefit.RemittanceOutcome in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionExplanationOfBenefit.outcome
The outcome of the claim, predetermination, or preauthorization processing.Modifier and TypeMethodDescriptionExplanationOfBenefit.getOutcome()
Returns the enum constant of this type with the specified name.ExplanationOfBenefit.RemittanceOutcome.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionExplanationOfBenefit.RemittanceOutcomeEnumFactory.fromType
(PrimitiveType<?> code) ExplanationOfBenefit.getOutcomeElement()
Modifier and TypeMethodDescriptionExplanationOfBenefit.setOutcome
(ExplanationOfBenefit.RemittanceOutcome value) ExplanationOfBenefit.RemittanceOutcomeEnumFactory.toCode
(ExplanationOfBenefit.RemittanceOutcome code) ExplanationOfBenefit.RemittanceOutcomeEnumFactory.toSystem
(ExplanationOfBenefit.RemittanceOutcome code) Modifier and TypeMethodDescriptionExplanationOfBenefit.setOutcomeElement
(Enumeration<ExplanationOfBenefit.RemittanceOutcome> value)