Table Description
Outcome Plan Action Role : A link between an action and a client.

Example

An outcome plan is created for James Smith, Linda Smith and their child Robert to identify and address their issues. 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 stores the link between James Smith, Linda Smith and Robert Smith and actions added for them to the outcome plan.

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::Delivery::OutcomePlanActionRole::OutcomePlanActionRole
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Delivery\OutcomePlanActionRole_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
outcomePlanActionRoleIDkeynoUnique identifier for the action role.INTERNAL_ID SVR_INT64
outcomePlanActionIDdetailsnoUnique identifier for the action.INTERNAL_ID SVR_INT64
caseParticipantRoleIDdetailsnoUnique identifier for the case participant role.CASE_PARTICIPANT_ROLE_ID SVR_INT64
recordStatusdetailsnoThe record status of the action role.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
OutcomePlanActionRole.caseParticipantRoleIDCaseParticipantRole.caseParticipantRoleID
OutcomePlanActionRole.outcomePlanActionIDOutcomePlanAction.outcomePlanActionID
Indices (3)
Index NameAttributes
OPActionRoleCPRoleStatusIdxoutcomePlanActionID, caseParticipantRoleID, recordStatus
OPActionRoleActionStatusIdxoutcomePlanActionID, recordStatus
OPCaseParticipantStatusIdxcaseParticipantRoleID, recordStatus
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: outcomePlanActionRoleID
Standard Operation 
readread Standard Operation 
searchByOutcomePlanActionAndStatusreadmulti Returns a list of outcome plan action roles for the given outcome plan action and status.  
searchByOutcomePlanActionCaseParticipantRoleAndStatusreadmulti Returns the outcome plan action role for the given outcome plan action, case participant role and status.  
modifymodify Standard Operation 
searchByCaseParticipantRoleAndStatusreadmulti Searches for role records by case participant role and record status. This operation can be used to list all the actions that a case participant has an active role on. 
Related Pages (15)