ChecklistLink


Description

Checklist entity linking defining how checklists are linked to different entities and database tables. This configuration table manages the relationships between checklists and various system entities such as patients, cases, visits, and other records, enabling flexible checklist application across different business objects.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
LinkToTableField nvarchar 400 null

Link table field - Database table and field specification for linking checklists

LinkToText nvarchar 400 null

Link description - Human-readable description of what the link represents

Indexes

Constraint Name Type Sort Column(s)
PK_ChecklistLink Primary key Asc LinkToTableField

Relationships