Table Description
SD Criterion Evaluation: An evaluation of a particular criterion for a service provided by a provider.

Evaluating a service helps the agency determine whether the desired outcomes have been achieved, assess the service effectiveness and monitor provider performance.

Example

James Smith is attending counseling sessions provided by Dr. John Kelly for substance abuse issues. The case worker rates this provider for punctuality,facilities, and staff. The provider scored 4 for punctuality, 5 for facilities and 4 for staff. This entity stores these ratings.
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::ServiceDelivery::ServiceEvaluation::Entity::SDCriterionEvaluation
Controlling File: CPM\model\Packages\Service Layer\Service Delivery\ServiceDelivery.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
sdCriterionEvaluationIDkeynoUnique identifier of the service delivery criterion evaluation record.INTERNAL_ID SVR_INT64
soEvaluationCriterionIDdetailsnoUnique identifier of the service offering evaluation criterion this evaluation rating relates to.INTERNAL_ID SVR_INT64
ratingdetailsnoThe actual score given to the service for this particular service evaluation.RESPONSESECResponseValueSVR_STRING<10>
serviceDeliveryEvaluationIDdetailsnoUnique identifier of the service evaluation comments entered in relation to this service evaluation.INTERNAL_ID SVR_INT64
recordStatusdetails Status of the SDECriterionEvaluation record, i.e. Active or CancelledRECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
SDCriterionEvaluation.soEvaluationCriterionIDSOEvaluationCriterion.soEvaluationCriterionID
SDCriterionEvaluation.serviceDeliveryEvaluationIDServiceDeliveryEvaluation.serviceDeliveryEvaluationID
Indices (2)
Index NameAttributes
ServiceDeliveryEvalIdxserviceDeliveryEvaluationID, recordStatus
SDEvalCritSOEvalCriterinIDIdxsoEvaluationCriterionID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: sdCriterionEvaluationID
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
searchByServiceDeliveryEvaluationAndStatusreadmulti Returns a list of service delivery criterion evaluation records, for the specified service delivery evaluation and status. 
readByServiceDeliveryEvaluationSOEvaluationCriterionAndStatusnsread Returns a service delivery criterion evaluation for the specified service delivery evaluation, service offering evaluation criterion and status, if one exists.  
searchByActiveServiceOfferingEvaluationCriterionreadmulti Returns a list of service delivery criterion evaluation records, for the specified service delivery evaluation and status. 
Related Pages (11)