Table Description
Program Evidence Link: Associates a program with an evidence type. Associates a program with an evidence type for the purposes of identifying the evidence types that should be used to authorise a program on an application case.

Example

An organization delivers Rent Allowance and Food Allowance programs to citizens. Both program applications are processed using a Social Benefits application case. As part of the application process, evidence types for Citizen, Income, Expenses and Benefits are captured and mapped to the Social Benefits application case. Food Allowance requires only the Citizen evidence type to determine eligibility, and does not require any of the other evidence types associated with the application case. A worker should not have to wait for all of the other evidence types on the application case to be verified before the Food Allowance program is authorized. If the evidence type of Citizen is linked to Food Allowance, the worker can go ahead and authorize that program once the Citizen evidence has been verified on a Social Benefit application case. A ProgramEvidenceLink record is created to link the program type and the evidence type.
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::WorkspaceServices::Entity::Intake::ProgramEvidenceLink::ProgramEvidenceLink
Controlling File: WorkspaceServices\model\Packages\Entity\ProgramEvidenceLink\ProgramEvidenceLink.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
programEvLinkIDkeynoUnique identifier of the program evidence link record.PROGRAM_EVIDENCE_LINK_ID SVR_INT64
programTypeIDdetailsnoUnique identifier of the program type the evidence is being linked to.PROGRAM_TYPE_ID SVR_INT64
evidenceTypedetailsnoThe evidence type associated with this program.EVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
Foreign Keys (1)
ChildParent
ProgramEvidenceLink.programTypeIDProgramType.programTypeID
Indices (1)
Index NameAttributes
IND_831995439programTypeID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: programEvLinkID
Standard Operation 
removeremove Standard Operation 
readByProgramAndEvidenceTypensread   
searchByProgramreadmulti   
Related Pages (18)