Table Description
DAOutcome Score Association: The Outcome Score Association. entity holds details of the relationship between scores andOutcomes for a particular Decision Matrix Version.

The Outcome Score Association entity holds details of the relationship between score and Outcomes for a particular Decision Matrix Version.

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::Decision Assist::Service Layer::DecisionMatrix::Entity::OutcomeScoreAssociation
Controlling File: DecisionAssist\model\Packages\Service Layer\DecisionMatrix\Entity\DecisionMatirx_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
outcomeScoreAssociationIDkeynoSystem generated unique identifier for an Outcome Score Association.DA_OUTCOME_SCORE_ASSOCIATION_ID SVR_INT64
minimumScoredetails  DA_MINIMUM_SCORE SVR_INT32
maximumScoredetails  DA_MAXIMUM_SCORE SVR_INT32
valuedetails  DA_VALUE SVR_INT32
outcomeIDdetailsyes DA_OUTCOME_ID SVR_INT64
decisionMatrixVersionIDdetailsno DA_DECISION_MATRIX_VERSION_ID SVR_INT64
commentsdetails  COMMENTS SVR_STRING<300>
flagdetails  DA_ASSOCIATE_OUTCOME_FLAG SVR_INT8
Foreign Keys (2)
ChildParent
OutcomeScoreAssociation.outcomeIDDAOutcome.outcomeID
OutcomeScoreAssociation.decisionMatrixVersionIDDecisionMatrixVersion.decisionMatrixVersionID
Indices (2)
Index NameAttributes
IND__515039912decisionMatrixVersionID
IND_706244367outcomeID
Operations (13)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readAllnkreadmulti   
countByValuens  SQL
searchSummaryDetailsByMatrixVersionIDnsmulti  SQL
countByOutcomeAndMatrixVersionns  SQL
searchEquivalentOutcomesAssociationnsmulti  SQL
removeByDecisionMatrixVersionKeynsremove   
addOutcomeScoreAssociationbatchinsert   
searchByDecisionMatrixVersionKeynsreadmulti   
insertOutcomeScoreAssociationinsert Standard Operation 
Related Pages (23)