Table Description
Assessment Objective Tag: The objective tags associated with an assessment.

Technical Notes

Please Note: This entity is no longer part of the default flow in the Curam Application, as such it is neither written to nor read from by the Curam Application. It continues to be shipped with the Curam model as customer may have custom logic which uses this entity, however it should be noted that if you are implementing custom logic which references this entity then you must also ensure that it is written to as needed. The information that was originally stored in this entity is now stored in case decision objective tag.

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::Core::Reference Model::Case::Entity Objects::Assessment Objective Tag::AssessmentObjectiveTag
Controlling File: core\model\Packages\Case\Assessment Objective Tag_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
assessmentObjectiveTagIDkeynoUnique ID of assessment objective tagASSESSMENT_OBJECTIVE_TAG_ID SVR_INT64
assessmentIDdetailsnoID of related assessmentASSESSMENT_ID SVR_INT64
objectiveTagIDdetailsnoID of related rules objective tagRULES_OBJECTIVE_TAG_ID SVR_INT64
valuedetails Value of objective tagRULES_OBJECT_TAG_VALUE SVR_STRING<1024>
descriptiondetails Description of objective tagDESCRIPTION SVR_STRING<300>
typedetails Type of objective tag valueCODETABLE_CODE SVR_STRING<10>
patterndetails Objective tag frequency patternFREQUENCY_PATTERN SVR_STRING<9>
Foreign Keys (1)
ChildParent
AssessmentObjectiveTag.assessmentIDAssessment.assessmentID
Indices (1)
Index NameAttributes
AssntObjTagIdxassessmentID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
searchByAssessmentIDreadmulti Finds all assessment objective tags associated with the specified assessment. 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
Related Pages (2)