Uses of Class
org.hl7.fhir.r4.model.ClaimResponse.RemittanceOutcome
-
Packages that use ClaimResponse.RemittanceOutcome Package Description org.hl7.fhir.r4.model -
-
Uses of ClaimResponse.RemittanceOutcome in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ClaimResponse.RemittanceOutcome Modifier and Type Field Description protected Enumeration<ClaimResponse.RemittanceOutcome>ClaimResponse. outcomeThe outcome of the claim, predetermination, or preauthorization processing.Methods in org.hl7.fhir.r4.model that return ClaimResponse.RemittanceOutcome Modifier and Type Method Description static ClaimResponse.RemittanceOutcomeClaimResponse.RemittanceOutcome. fromCode(String codeString)ClaimResponse.RemittanceOutcomeClaimResponse.RemittanceOutcomeEnumFactory. fromCode(String codeString)ClaimResponse.RemittanceOutcomeClaimResponse. getOutcome()static ClaimResponse.RemittanceOutcomeClaimResponse.RemittanceOutcome. valueOf(String name)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.RemittanceOutcome Modifier and Type Method Description Enumeration<ClaimResponse.RemittanceOutcome>ClaimResponse.RemittanceOutcomeEnumFactory. fromType(Base code)Enumeration<ClaimResponse.RemittanceOutcome>ClaimResponse. getOutcomeElement()Methods in org.hl7.fhir.r4.model with parameters of type ClaimResponse.RemittanceOutcome Modifier and Type Method Description ClaimResponseClaimResponse. setOutcome(ClaimResponse.RemittanceOutcome value)StringClaimResponse.RemittanceOutcomeEnumFactory. toCode(ClaimResponse.RemittanceOutcome code)StringClaimResponse.RemittanceOutcomeEnumFactory. toSystem(ClaimResponse.RemittanceOutcome code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ClaimResponse.RemittanceOutcome Modifier and Type Method Description ClaimResponseClaimResponse. setOutcomeElement(Enumeration<ClaimResponse.RemittanceOutcome> value)
-