Table Description
SD Evaluation Outcome : Outcome of the service evaluation.

Stores outcome of a service evaluation.when a service evaluation got deleted the corresponding outcome will also get deleted.

Example

Examples of any service delivery which is associated with a provider and for which the associated performance measures are having evaluation criteria, score and outcome configured.
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::SDEvaluationOutcome
Controlling File: CPM\model\Packages\Service Layer\Service Delivery\ServiceDelivery.efx
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
scoredetails 

Total score for the service evaluation criteria defined for a performance measure.

SCORE SVR_INT32
sdEvaluationOutcomeIDkeynoUnique identifier of the service delivery evaluation outcome.INTERNAL_ID SVR_INT64
serviceDeliveryEvaluationIDdetailsnoUnique identifier of the service delivery evaluation.INTERNAL_ID SVR_INT64
soPerformanceMeasureLinkIDdetailsyesUnique identifier of the service offering performance measure link.INTERNAL_ID SVR_INT64
outcomedetails 

Outcome of the evaluation, such as whether the outcome or quality requirement has been met or not by the service delivery. This is determined by comparing the actual score for the evaluation with the minimum and maximum scores configured for the performance measure.

SERVICE_DELIVERY_EVALUATION_OUTCOMEServiceDelEvalOutcomeSVR_STRING<10>
recordStatusdetails Record status of the service delivery evaluation outcome.When a service evaluation will be deleted , the corresponding outcome related to the service evaluation should be also deleted.RECORD_STATUSRecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
SDEvaluationOutcome.soPerformanceMeasureLinkIDSOPerformanceMeasureLink.soPerformanceMeasureLinkID
SDEvaluationOutcome.serviceDeliveryEvaluationIDServiceDeliveryEvaluation.serviceDeliveryEvaluationID
Indices (2)
Index NameAttributes
ServiceDeliveryEvaluationIndexserviceDeliveryEvaluationID, recordStatus
IND_532171801soPerformanceMeasureLinkID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: sdEvaluationOutcomeID
Creates a new row on SD Evaluation Outcome table. 
modifymodify Modifies an existing row on SD Evaluation Outcome table. 
readread Reads data from SD Evaluation Outcome table. 
searchByActiveServiceDeliveryEvaluationreadmulti Returns&nbsp;a&nbsp;list&nbsp;of&nbsp;service&nbsp;delivery&nbsp;evaluation&nbsp;outcome records,&nbsp;for an active service delivery evaluation. 
removeremove Removes a row from SD Evaluation Outcome table. 
Related Pages (2)