Table Description
PossiblePersonLink: Identifies registered persons as possible matches for a prospect person entered on an application.

In the processing of applications (whether paper or online) it is necessary that agency workers manually check that applicants are not already registered within the system before they register the applicants as new persons within the system. Agency workers may search for and select a number of existing registered persons as probable matches for the applicants recorded on the application. This is to assist with the person clearance. The system creates this record for each possible person identified by the agency worker.

Example

An application is received by an agency. The application is recorded in the system, for each applicant the agency worker must check if the applicant is previously recorded in the system before creating them as a new person and associating them with the application. The application included an applicant called Linda Smith. The agency worker searches the system for registered persons of the name Smith. The search returns many Smiths, and in the list returned, there are 3 that the agency worker thinks could be the same person as the applicant, one named Sue Smith, one named Susan Smith, one named Susie Smith. The agency worker flags each of these registered persons as a possible match for the applicant Susan Smith. Further analysis is required before the agency worker can make the determination as to which of the selected possible persons is an exact match for the applicant.

Model Details
Location in Model: Logical View::MetaModel::Curam::Income Support Product::Service Layer::entity::IntakeApplication::PossiblePerson::PossiblePersonLink
Controlling File: ISProduct\model\Service Layer\entity\IntakeApplication\ProbablePerson\ProbablePerson_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
possiblePersonIDkeynoSystem generated unique identifier for the possible person.PROBABLE_PERSON_ID SVR_INT64
personConcernRoleIDdetails The concern role ID of the possible person.CONCERN_ROLE_ID SVR_INT64
prospectPersonConcernRoleIDdetails The concern role ID of the prospect person.CONCERN_ROLE_ID SVR_INT64
possibleMatchInddetails Indicates if the person is a possible match.CURAM_INDICATOR SVR_BOOLEAN
Indices (1)
Index NameAttributes
prospectPersonIndexprospectPersonConcernRoleID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: possiblePersonID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchPossiblePersonsByConcernRoleIDreadmulti This method returns a list of possible persons based on the prospect person concern role id 
removeremove Standard Operation 
Related Pages (8)