Table Description
Service Evaluation Criterion: The criterion that is used to evaluate the service delivery.

This evaluation criterion helps the agency determine whether the desired outcomes have been achieved, assess the program effectiveness and monitor provider performance.

Example

Criteria such as clients allocated to facilities in a timely manner, wait time on a waiting list.

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::CPM::Service Layer::ServiceEvaluationCriterion::ServiceEvaluationCriterion::Entity::ServiceEvaluationCriterion
Controlling File: CPM\model\Packages\Service Layer\ServiceEvaluationCriterion\ServiceEvaluationCriterion\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
serviceEvaluationCriterionIDkeynoThe unique system generated identifier for the Service Evaluation Criterion record.SERVICE_EVALUATION_CRITERION_ID SVR_INT64
criteriondetailsnoFactor that is used for service delivery evaluation.SERVICE_EVALUATION_CRITERION SVR_STRING<100>
responseTypedetailsnoData type of the response recorded for the criterion.SERVICE_EVALUATION_RESPONSE_DATA_TYPESECResponseDataTypeSVR_STRING<10>
recordStatusdetailsnoStatus of the service evaluation criterion.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
commentsdetails Comments recorded by the user relating to the service evaluation criterion.COMMENTS SVR_STRING<300>
criterionUpperdetails Upper case representation of the citerion attribute which improves the search query performance.SERVICE_EVALUATION_CRITERION SVR_STRING<100>
Foreign Keys (2)
ChildParent
ResponseScore.serviceEvaluationCriterionIDServiceEvaluationCriterion.serviceEvaluationCriterionID
SOEvaluationCriterion.serviceEvaluationCriterionIDServiceEvaluationCriterion.serviceEvaluationCriterionID
Indices (2)
Index NameAttributes
ServiceEvalCritCriterionIdxcriterion
ServiceEvalCritCriterionUpIdxcriterionUpper
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: serviceEvaluationCriterionID
AUTO_ID_KEY: SRVCEVLCRT
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readAllnkreadmultiORDER_BY: criterion
  
searchByCriterionreadmultiORDER_BY: criterion
  
searchServiceEvaluationCriterionreadmultiORDER_BY: criterion
WHERE: ( :searchByCriterion = '0' OR ServiceEvaluationCriterion.criterionUpper like :criterion )
  
insertServiceEvaluationCriterionnsinsert Inserts Service Evaluation Criterion record. This method expects the serviceEvaluationCriterionID to be set. It is preferred to call insertServiceEvaluationCriterion method only in scenarios where calling method wants to set the value of primary key by itself. 
Related Pages (19)