Table Description
Audit Plan Criteria: A relationship between an AuditPlan and AuditPlanCriteria.

This entity stores the selection criteria used to produce the sample list of cases for audit. When an audit coordinator randomly generates a list of cases for audit, the criteria chosen are stored in the AuditPlanCriteria entity.

Example

An audit coordinator generates a random sample of cases for audit. The coordinator is presented with the select criteria screen and selects a Status of 'Open' and a Gender of 'Male'. After completing the rest of the wizard the case audit list is generated and the Status and Gender criteria and their values of 'Open' and 'Male' are stored in the AuditPlanCriteria entity.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::CaseAudit::Entity::AuditPlanCriteria::AuditPlanCriteria
Controlling File: core\model\Packages\Reference Model\Service Layer\CaseAudit\Entity\AuditPlanCriteria.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
auditPlanCriteriaIDkeynoUnique reference number assigned by the system to an audit plan criteria record.AUDIT_PLAN_CRITERIA_ID SVR_INT64
auditPlanIDdetails The audit plan that the case audit list was generated for.AUDIT_PLAN_ID SVR_INT64
namedetails The business name of the parameter selected.AUDIT_PLAN_CRITERIA_NAME SVR_STRING<100>
valuedetails The value entered or selected by the coordinator.AUDIT_PLAN_CRITERIA_VALUE SVR_STRING<100>
Indices (1)
Index NameAttributes
IND_1751788675auditPlanID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: auditPlanCriteriaID
Standard Operation 
readread Standard Operation 
searchByAuditPlanreadmulti Method to search for all Audit Plan Criteria records associated with the specified Audit Plan 
removeremove Standard Operation 
Related Pages (7)