ChecklistFieldValueAssignments


Description

Checklist field value assignments managing user assignments for specific checklist field values. This table tracks which users are assigned to complete or review specific checklist field values, enabling granular assignment control and responsibility tracking at the field level.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AssignedBy Unknown 0 null

Assigned by user - UserID of the person who made the assignment

AssignedDate Unknown 0 null

Assignment date - Date when the field value was assigned

CompletedBy Unknown 0 null

Completed by user - UserID of the person who completed the field value

CompletedDate Unknown 0 null

Completion date - Date when the field value was completed

Deleted bit 1 ((0))

Deletion flag - Boolean indicator for soft deletion

DateCreated smalldatetime 16 null

Creation date - Date when the assignment was created

CreatedBy int 4 null

Created by user - UserID of the person who created the assignment

DateUpdated smalldatetime 16 null

Last update date - Date when the assignment was last modified

EntityID Unknown 0 null

Entity identifier - ID of the entity (patient, case, etc.) this assignment applies to

EntityType Unknown 0 null

Entity type - Type of entity this assignment applies to

pkChecklistFieldValueAssignmentID int identity 4 null

Primary key - Unique identifier for each field value assignment

fkChecklistFieldValueID int 4 null

Field value reference - Links to ChecklistFieldValues for the assigned field

fkUserID int 4 null

User reference - Links to AccessUser table for the assigned user

fkChecklistAssignmentTypeID int 4 null

Assignment type reference - Links to the type of assignment

pkAssignmentID Unknown 0 null

Primary key - Unique identifier for each field value assignment

UpdatedBy int 4 null

Updated by user - UserID of the person who last updated the assignment

Indexes

Constraint Name Type Sort Column(s)
PK_ChecklistFieldValueAssignments Primary key Asc pkChecklistFieldValueAssignmentID
IX_ChecklistAssignment Performance Asc/Asc/Asc fkChecklistFieldValueID + fkUserID + fkChecklistAssignmentTypeID

Relationships