Uses of Class
ca.uhn.fhir.model.dstu2.valueset.RemittanceOutcomeEnum
-
Packages that use RemittanceOutcomeEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of RemittanceOutcomeEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type RemittanceOutcomeEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum>ClaimResponse. getOutcomeElement()Gets the value(s) for outcome ().ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum>EligibilityResponse. getOutcomeElement()Gets the value(s) for outcome ().ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum>EnrollmentResponse. getOutcomeElement()Gets the value(s) for outcome ().ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum>ExplanationOfBenefit. getOutcomeElement()Gets the value(s) for outcome ().ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum>PaymentReconciliation. getOutcomeElement()Gets the value(s) for outcome ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type RemittanceOutcomeEnum Modifier and Type Method Description ClaimResponseClaimResponse. setOutcome(RemittanceOutcomeEnum theValue)Sets the value(s) for outcome ()EligibilityResponseEligibilityResponse. setOutcome(RemittanceOutcomeEnum theValue)Sets the value(s) for outcome ()EnrollmentResponseEnrollmentResponse. setOutcome(RemittanceOutcomeEnum theValue)Sets the value(s) for outcome ()ExplanationOfBenefitExplanationOfBenefit. setOutcome(RemittanceOutcomeEnum theValue)Sets the value(s) for outcome ()PaymentReconciliationPaymentReconciliation. setOutcome(RemittanceOutcomeEnum theValue)Sets the value(s) for outcome ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type RemittanceOutcomeEnum Modifier and Type Method Description ClaimResponseClaimResponse. setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue)Sets the value(s) for outcome ()EligibilityResponseEligibilityResponse. setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue)Sets the value(s) for outcome ()EnrollmentResponseEnrollmentResponse. setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue)Sets the value(s) for outcome ()ExplanationOfBenefitExplanationOfBenefit. setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue)Sets the value(s) for outcome ()PaymentReconciliationPaymentReconciliation. setOutcome(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue)Sets the value(s) for outcome () -
Uses of RemittanceOutcomeEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type RemittanceOutcomeEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<RemittanceOutcomeEnum>RemittanceOutcomeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return RemittanceOutcomeEnum Modifier and Type Method Description static RemittanceOutcomeEnumRemittanceOutcomeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic RemittanceOutcomeEnumRemittanceOutcomeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RemittanceOutcomeEnum[]RemittanceOutcomeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-