Table Description
Outcome Plan Administration Case Link : A link between an outcome plan and a type of case.

This entity allows for the association between an outcome plan and a case. Associating a case with an outcome plan means that the specified type of outcome plan can be created from the associated case type.

Example

An outcome plan is created for James Smith, Linda Smith and their child Robert to identify and address their issues. The outcome plan is created from the family's Child Welfare case. The Family Strengths and Needs Assessment (FSN) Assessment is run from this outcome plan by a case worker. Activities(services, actions and referrals are created to address the identified needs. This entity allows for the outcome plan to be created from the family's Child Welfare case.

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::OutcomePlanning::OutcomePlan::Entity::Admin::OutcomePlanAdminCaseLink::OutcomePlanAdminCaseLink
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Admin\OutcomePlanAdminCaseLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
outcomePlanAdminCaseLinkIDkeynoUnique identifier for the Outcome Plan Case Link Admin.INTERNAL_ID SVR_INT64
caseTypeCodedetailsnoIdentifies they type of case stored on the Outcome Plan Case Link Admin.CASE_TYPE_CODECaseTypeCodeSVR_STRING<10>
relatedCaseIDdetailsnoThe unique identifier of the admin case related to the Outcome Plan.INTERNAL_ID SVR_INT64
recordStatusdetailsnoStatus of the Outcome Plan Case Link Admin.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
outcomePlanAdminIDdetailsnoUnique Identifier for the Outcome Plan Admin.INTERNAL_ID SVR_INT64
Foreign Keys (1)
ChildParent
OutcomePlanAdminCaseLink.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
Indices (2)
Index NameAttributes
IND__571204651relatedCaseID
IND__1493550480outcomePlanAdminID
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: outcomePlanAdminCaseLinkID
AUTO_ID_KEY: OUTPLANBO
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByCaseTypeRelatedIDAndStatusreadmulti Returns a list of all Outcome Plan Admin Case Links for the given case type, related ID and status. 
searchByOutcomePlanAdminCaseTypeAndStatusreadmulti Lists all Outcome Plan Admin Case Link records based on the given Outcome Plan Admin, case type and status. 
searchByCaseTypeAndStatusreadmulti Returns a list of all Outcome Plan Admin Case Links for the given case type and status. 
readByOutcomePlanAdminCaseTypeCodeRelatedIDAndStatusnsread Reads an Outcome Plan Admin Case Link for the given outcome plan admin, case type, related ID and status. 
searchByOutcomePlanAdminAndStatusreadmulti Lists all Outcome Plan Admin Case Link records based on the given outcome plan admin and status. 
Related Pages (6)