Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.RemittanceOutcomeEnum
-
Uses of RemittanceOutcomeEnum in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ().Modifier 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 ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<RemittanceOutcomeEnum> RemittanceOutcomeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.