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