
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.RemittanceOutcomeEnum
Packages that use RemittanceOutcomeEnum
-
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 RemittanceOutcomeEnumModifier and TypeMethodDescriptionca.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 RemittanceOutcomeEnumModifier and TypeMethodDescriptionClaimResponse.setOutcome
(RemittanceOutcomeEnum theValue) Sets the value(s) for outcome ()EligibilityResponse.setOutcome
(RemittanceOutcomeEnum theValue) Sets the value(s) for outcome ()EnrollmentResponse.setOutcome
(RemittanceOutcomeEnum theValue) Sets the value(s) for outcome ()ExplanationOfBenefit.setOutcome
(RemittanceOutcomeEnum theValue) Sets the value(s) for outcome ()PaymentReconciliation.setOutcome
(RemittanceOutcomeEnum theValue) Sets the value(s) for outcome ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type RemittanceOutcomeEnumModifier and TypeMethodDescriptionClaimResponse.setOutcome
(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue) Sets the value(s) for outcome ()EligibilityResponse.setOutcome
(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue) Sets the value(s) for outcome ()EnrollmentResponse.setOutcome
(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue) Sets the value(s) for outcome ()ExplanationOfBenefit.setOutcome
(ca.uhn.fhir.model.primitive.BoundCodeDt<RemittanceOutcomeEnum> theValue) Sets the value(s) for outcome ()PaymentReconciliation.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 RemittanceOutcomeEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<RemittanceOutcomeEnum> RemittanceOutcomeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return RemittanceOutcomeEnumModifier and TypeMethodDescriptionstatic RemittanceOutcomeEnum
Returns the enumerated value associated with this codestatic RemittanceOutcomeEnum
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.