Uses of Enum
org.hl7.fhir.r4.model.ClaimResponse.RemittanceOutcome
Packages that use ClaimResponse.RemittanceOutcome
-
Uses of ClaimResponse.RemittanceOutcome in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ClaimResponse.RemittanceOutcomeModifier and TypeFieldDescriptionprotected Enumeration<ClaimResponse.RemittanceOutcome>ClaimResponse.outcomeThe outcome of the claim, predetermination, or preauthorization processing.Methods in org.hl7.fhir.r4.model that return ClaimResponse.RemittanceOutcomeModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type ClaimResponse.RemittanceOutcomeMethods in org.hl7.fhir.r4.model with parameters of type ClaimResponse.RemittanceOutcomeModifier and TypeMethodDescriptionClaimResponse.setOutcome(ClaimResponse.RemittanceOutcome value) ClaimResponse.RemittanceOutcomeEnumFactory.toCode(ClaimResponse.RemittanceOutcome code) ClaimResponse.RemittanceOutcomeEnumFactory.toSystem(ClaimResponse.RemittanceOutcome code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ClaimResponse.RemittanceOutcomeModifier and TypeMethodDescriptionClaimResponse.setOutcomeElement(Enumeration<ClaimResponse.RemittanceOutcome> value)