Table Description
Outcome Plan Goal Administration : A goal which can be added to an outcome plan and/or added to an outcome plan for a client. In order for a goal to be available for selection on an outcome plan, a goal must be associated with an outcome plan in administration.

Example

A case worker assesses James Smith's strengths and needs and identifies that he has problems finding work and is alcohol dependent. To address these issues the case worker creates an outcome plan. A plan goal of self sufficiency is added to the plan. An objective of 'Remain Clean and Sober' is selected and added to the plan. This entity allows for the self sufficiency goal to be added 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::Admin::OutcomePlanGoalAdmin::OutcomePlanGoalAdmin
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Admin\OutcomePlanGoal_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
outcomePlanGoalAdminIDkeynoUnique identifier for the Outcome Plan Goal.INTERNAL_ID SVR_INT64
nameTextIDdetailsnoThe localizable name of the Outcome Plan Goal.LOCALIZABLE_TEXT_ID SVR_INT64
descriptionTextIDdetailsyesThe localizable description of the Outcome Plan Goal.LOCALIZABLE_TEXT_ID SVR_INT64
referencedetailsyesThe unique user defined reference number of the Outcome Plan Goal.REFERENCE_TEXT SVR_STRING<40>
recordStatusdetailsnoStatus of the Outcome Plan Goal.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (4)
ChildParent
OutcomePlanGoalAdmin.nameTextIDLocalizableText.localizableTextID
OutcomePlanGoalAdmin.descriptionTextIDLocalizableText.localizableTextID
OutcomePlanGoalAdminLink.outcomePlanGoalAdminIDOutcomePlanGoalAdmin.outcomePlanGoalAdminID
OutcomePlanGoal.outcomePlanGoalAdminIDOutcomePlanGoalAdmin.outcomePlanGoalAdminID
Indices (3)
Index NameAttributes
IND_1249470797reference
IND__2038964303nameTextID
IND__68861402descriptionTextID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: outcomePlanGoalAdminID
AUTO_ID_KEY: OUTPLANBO
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByStatusreadmulti Returns a list of Outcome Plan Goal records for the given status. 
readByReferenceAndStatusnsread Returns an Outcome Plan Goal record for the given reference and status code if one exists, otherwise returns null. 
Related Pages (26)