Table Description
ProgamAuthorisationDataEvidenceLink: Associates Program Authorisation Data records with Evidence Descriptor records. During the program authorization process, an evidence set is identified as the evidence required to process the authorization request for a particular program. This entity provides the ability to link evidence descriptor records to Program Authorisation Data records.

Example

James Smith has a Social Benefits application case for Food Allowance and Rent Allowance. The worker processing the application authorizes the Food Assistance program. The Citizen evidence record on the application case is sued during the authorization process to determine the client's eligibility, and is associated with the ProgramAuthorizationData and the Citizen EvidenceDescriptor record.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CommonIntake::CommonIntake::Authorisation::Entity::ProgramAuthorisationDataEvidenceLink::ProgAuthorDataEvidLink
Controlling File: CommonIntake\model\Packages\Authorisation\Entity\ProgramAuthorisationDataEvidenceLink.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
progAuthorDataEvidLinkIDkeynoThe unique identifier of the Program Authorisation Data Link record.INTERNAL_ID SVR_INT64
programAuthorisationDataIDdetailsnoThe unique identifier of the Program Authorisation Data record.INTERNAL_ID SVR_INT64
evidenceDescriptorIDdetailsnoThe unique identifier of the Evidence Descriptor.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
ProgAuthorDataEvidLink.evidenceDescriptorIDEvidenceDescriptor.evidenceDescriptorID
ProgAuthorDataEvidLink.programAuthorisationDataIDProgramAuthorisationData.programAuthorisationDataID
Indices (2)
Index NameAttributes
DataEvLnkPgAuthIdxprogramAuthorisationDataID
IND__444861685evidenceDescriptorID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: progAuthorDataEvidLinkID
Standard Operation 
readread Standard Operation 
searchByProgramAuthorisationreadmulti Returns a list of Program Authorisation Data Evidence Link records for the specified Program Authorisation Data. 
Related Pages (1)