Table Description
Outcome Plan Administration : A type of outcome plan that can be created by an organization which aims to achieve better outcomes for clients.

This entity stores the configuration options for an outcome plan.

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 details of the outcome plan created in the administration application that can be created for the Smith family.

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::OutcomePlanAdmin::OutcomePlanAdmin
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Admin\OutcomePlanAdmin_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (20)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
outcomePlanAdminIDkeynoUnique identifier for the Outcome Plan AdministrationINTERNAL_ID SVR_INT64
nameTextIDdetailsnoThe localizable name of the Outcome Plan Administration.LOCALIZABLE_TEXT_ID SVR_INT64
referencedetailsyesThe unique reference of the Outcome Plan Administration.REFERENCE_TEXT SVR_STRING<40>
homePagedetailsyesThe home page to be used for the Outcome Plan. This is optional and if blank will be read from a property.CLIENT_PAGE_LINK SVR_STRING<200>
descriptionTextIDdetailsnoThe localizable description of the Outcome Plan Administration.LOCALIZABLE_TEXT_ID SVR_INT64
recordStatusdetailsnoStatus of the Outcome Plan Administration.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
goalsApplicableTodetailsyesIndicates whether goals can be only specified for an outcome plan, only for clients within the outcome plan or for both the outcome plan and clients.OUTCOME_PLAN_GOALS_APPLICABLE_TOOPGoalsApplicableToSVR_STRING<10>
userDefinedExpectedOutcomeInddetailsnoDeprecated since 6.1, this indicator is no longer used and there is no direct replacement for it. Indicator which dictates if a user defined expected outcome can be created for an outcome plan. If set to true, a user can add an expected outcome to an outcome plan which has not been administered in outcome management administration.CURAM_INDICATOR SVR_BOOLEAN
userDefinedFactorInddetailsnoIndicator which dictates if a user defined factor can be created for an outcome plan. If set to true, a user can add a factor to an outcome plan which has not been administered in outcome management administration.CURAM_INDICATOR SVR_BOOLEAN
userDefinedActionInddetailsnoDeprecated since 6.1, this indicator is no longer used and there is no direct replacement for it. Indicator which dictates if a user defined action can be created for an outcome plan. If set to true, a user can add an action to an outcome plan which has not been administered in outcome management administration.CURAM_INDICATOR SVR_BOOLEAN
firstReviewNoDaysdetailsnoThe number of days after which the first review of the plan should take place.NUMBER_OF_DAYS SVR_INT32
reviewFrequencydetailsnoThe frequency in days at which plan reviews should take place.NUMBER_OF_DAYS SVR_INT32
reviewFrequencyCalculationdetailsyesDictates how the next review date is calculated. It can be calculated using the frequency and the scheduled date or the previous review completion date.PLAN_REVIEW_FREQUENCY_CALCULATIONPlanReviewFrequencyCalcSVR_STRING<10>
ownershipStrategyNamedetailsyesThe workflow case ownership process name configured for this type of Outcome Plan.WORKFLOW_PROCESS_NAME SVR_STRING<254>
visitsApplicabledetailsyesThe maximum age of the clients to visit on a visitation plan. Visiting Upper Age Limit and/or Visiting Lower Age Limit may be entered to represent the age group of the visiting clients.OUTCOME_PLAN_VISITS_APPLICABLEOPVisitsApplicableSVR_STRING<10>
visitingUpperAgeLimitdetailsyesThe maximum age of the the visiteeVISITING_AGE_LIMIT SVR_STRING<20>
visitingLowerAgeLimitdetailsyesThe minimum age of the clients to visit on a visitation plan. Visiting Upper Age Limit and/or Visiting Lower Age Limit may be entered to represent the age group of the visiting clients.VISITING_AGE_LIMIT SVR_STRING<20>
visitAcceptableDurationPercentdetailsyesThe percentage duration that is considered acceptable or compliant for a visit. For example, if this value is set to 50%, then any visitation log added to a visitation plan with a duration that is less than 50% of the duration specified on the visitation plan will not be considered compliant from a duration perspective.VISITATION_COMPLIANCY_ACCEPTABLE_DURATION_PERCENT SVR_STRING<20>
recommendationRulesetIDdetailsyesUnique identifier for the Recommendation Ruleset.INTERNAL_ID SVR_INT64
workspacedetailsyesIndicates the type of workspace that will be used on the Outcome Plan, e.g. Activity Workspace or Objective Workspace. If nothing is set Activity is assumed.OUTCOME_PLAN_ITEM_TYPEOPItemTypeSVR_STRING<10>
Foreign Keys (10)
ChildParent
OutcomePlanAdmin.recommendationRulesetIDCREOLERuleSet.creoleRuleSetID
OutcomePlanAdmin.nameTextIDLocalizableText.localizableTextID
OutcomePlanAdmin.descriptionTextIDLocalizableText.localizableTextID
ExpectedOutcomePlanLink.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
OPPrintableDocContentConfig.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
OutcomePlanAdminCaseLink.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
OutcomePlanAdminRecUpdateTime.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
OutcomePlanGoalAdminLink.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
OutcomePlan.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
PrintableDocumentContentAdmin.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
Indices (3)
Index NameAttributes
IND__852384928reference
IND_1522984958nameTextID
IND__925386439descriptionTextID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: outcomePlanAdminID
AUTO_ID_KEY: OUTPLANBO
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByStatusreadmulti Returns a list of Outcome Plan Administration records for the given status. 
searchByReferenceAndStatusreadmulti Returns a list of Outcome Plan Administration records for the given reference and status code. 
Related Pages (132)
New Objective (AddExpectedOutcomeWizard_details)
AssessmentDelivery_details
ATOutcomePlan_listByOwner
ATOutcomesPlan_search
Outcome Plans (Case_listOutcomePlans)
New Action (CreateActionWizard_action)
New Outcome Plan (IntegratedCase_createOutcomePlan)
Plans (IntegratedCase_listExistingOutcomePlan)
Participation (IntegratedCase_participationHours)
Home (MDTOutcomePlan_home)
New Outcome Plan (NewOutcomePlanWizard_planDetails)
Create Outcome Plan Agreement Approval Check (Organization_createOutcomePlanApprovalCheckForOrgUnit)
Create Outcome Plan Agreement Approval Check (Organization_createOutcomePlanApprovalCheckForUser)
Outcome Plan Agreement Approval Checks (Organization_listOutcomePlanApprovalChecksForOrgUnit)
Outcome Plan Agreement Approval Checks (Organization_listOutcomePlanApprovalChecksForUser)
Modify Approval Check (Organization_modifyOutcomePlanApproval)
Organization_viewOutcomePlanApproval
New Outcome Plan (OutcomePlan_accessibleCreateFromParentCase)
New Outcome Plan (OutcomePlan_accessibleCreateFromPerson)
Add Factor (OutcomePlan_addStandaloneFactor)
Add Factor (OutcomePlan_addStandaloneFactorRatingNotSet)
OutcomePlan_applicationSearch
Delete Action (OutcomePlan_cancelAction)
New Outcome Plan (OutcomePlan_createForSingleClient)
New Outcome Plan (OutcomePlan_enhancedCreate)
New Outcome Plan (OutcomePlan_enhancedCreate1)
Home (OutcomePlan_home)
My Outcome Plans (OutcomePlan_listByOwner)
Outcome Plans (OutcomePlan_listByParticipant)
Factors (OutcomePlan_listFactors)
Goals (OutcomePlan_listGoals)
Select Printable Document Content (OutcomePlan_listPrintableDocumentContent)
Select Printable Document Content (OutcomePlan_listPrintableDocumentContentTwo)
Reasons (OutcomePlan_listRecommendedActivitiesReasonDetails)
Remove Activity (OutcomePlan_removeActivityFromObjective)
Remove Objective (OutcomePlan_removeObjectiveFromActivity)
Outcome Plan Search (OutcomePlan_search)
Set Priority Factors (OutcomePlan_setPriorityFactors)
Items Due To Complete (OutcomePlan_userItemsDueToComplete)
Activities Due To Start (OutcomePlan_userItemsDueToStart)
Items Past Expected End Date (OutcomePlan_userItemsOverdueCompletion)
) (OutcomePlan_viewActionContextPanel)
) (OutcomePlan_viewExpectedOutcomeContextPanel)
) (OutcomePlan_viewFactorContextPanel)
Recommendation Details (OutcomePlan_viewPlanFactorRecommendationDetails)
Recommendation Details (OutcomePlan_viewPlanRecommendationDetails)
) (OutcomePlan_viewReviewContext)
Add Objectives (OutcomePlanAdmin_addExpectedOutcomesToOutcomePlan)
Add Objective (OutcomePlanAdmin_addObjectiveRecommendation)
Add Factors (OutcomePlanAdmin_addOutcomePlanFactorsToOutcomePlan)
Remove Case (OutcomePlanAdmin_cancelCaseLink)
OutcomePlanAdmin_contextPanel
Add Cases (OutcomePlanAdmin_createCaseLink)
New Outcome Plan (OutcomePlanAdmin_createOutcomePlanAdmin)
Edit Outcome Plan (OutcomePlanAdmin_editOutcomePlanAdminFromList)
Edit Outcome Plan (OutcomePlanAdmin_editOutcomePlanAdminFromView)
Cases (OutcomePlanAdmin_listCaseLinks)
Objectives (OutcomePlanAdmin_listExpectedOutcomesForOutcomePlan)
OutcomePlanAdmin_listOutcomePlanAdmin
Factors (OutcomePlanAdmin_listOutcomePlanFactors)
Printable Document Contents (OutcomePlanAdmin_listPrintableDocumentContent)
Remove Objective (OutcomePlanAdmin_removeOutcomePlanExpectedOutcome)
Remove Factor (OutcomePlanAdmin_removeOutcomePlanFactorFromOutcomePlan)
Home (OutcomePlanAdmin_viewOutcomePlanAdmin)
) (OutcomePlanGoal_clientGoalContextPanelDetails)
) (OutcomePlanGoal_planGoalContextPanelDetails)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendation)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationFromClassification)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationFromClassificationSubDivision)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationFromFactorFromDefinition)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationFromFactorFromList)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationFromObjective)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationFromOutcomePlanAdmin)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationFromOutcomePlanFactor)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationFromOutcomePlanFactorClassification)
Delete Recommendation (OutcomePlanningAdmin_cancelRecommendationObjective)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromClassification)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromClassificationSubdivision)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromListRecommendationsFromOutcomePlanAdmin)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromObjective)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromOutcomePlanAdmin)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromOutcomePlanFactor)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromOutcomePlanFactorClassification)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromViewFactorFromDefinition)
Recommend Action (OutcomePlanningAdmin_createRecommendActionFromViewFactorFromList)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromClassification)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromClassificationSubdivision)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromListRecommendationsFromOutcomePlanAdmin)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromObjective)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromOutcomePlanAdmin)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromOutcomePlanFactor)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromOutcomePlanFactorClassification)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromViewFactorFromDefinition)
Recommend Referral (OutcomePlanningAdmin_createRecommendReferralFromViewFactorFromList)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromClassification)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromClassificationSubdivision)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromListRecommendationsFromOutcomePlanAdmin)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromObjective)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromOutcomePlanAdmin)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromOutcomePlanFactor)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromOutcomePlanFactorClassification)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromViewFactorFromDefinition)
Recommend Service (OutcomePlanningAdmin_createRecommendServiceFromViewFactorFromList)
Edit Recommendation (OutcomePlanningAdmin_editRecommendation)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationFromClassification)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationFromClassificationSubDivision)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationFromFactorFromDefinition)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationFromFactorFromList)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationFromObjective)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationFromOutcomePlanAdmin)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationFromOutcomePlanFactor)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationFromOutcomePlanFactorClassification)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationObjective)
Edit Recommendation (OutcomePlanningAdmin_editRecommendationObjectiveText)
Recommend Objective (OutcomePlanningAdmin_recommendObjectiveFromAssessmentClassificationSubdivision)
Recommend Objective (OutcomePlanningAdmin_recommendObjectiveFromAssessmentFactor)
Recommend Objective (OutcomePlanningAdmin_recommendObjectiveFromAssessmentFactorClassification)
Recommend Objective (OutcomePlanningAdmin_recommendObjectiveFromOutcomePlanFactor)
Recommend Objective (OutcomePlanningAdmin_recommendObjectiveFromOutcomePlanFactorClassification)
) (OutcomePlanReferral_viewContextPanel)
) (OutcomePlanService_viewContextPanel)
) (OutcomesWorker_unassignedReferrals)
) (ProviderManagement_viewServiceSummaryDetails)
) (Search_referrals)
) (Search_referrals1)
Visit Evaluation (VisitationEvaluation_addEvaluation)
Edit Evaluation (VisitationEvaluation_editEvaluation)
Visits (VisitationEvaluation_listByPlanReviewNonSDM)
Visits (VisitationEvaluation_listByPlanReviewSDM)
VisitationEvaluation_listLogsByPlanReview
VisitationEvaluation_viewRationaleDetails
VisitationPlan_visitationPlanDetails