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