MakeUpVisitCodes


Description

Make-up visit code definitions storing codes and classifications for make-up visits and rescheduled appointments.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AttCode int 4 null

Attendance code - Code used for attendance tracking and reporting

Code Unknown 0 null

Visit code - Alphanumeric code for the make-up visit type

Description Unknown 0 null

Code description - Description of what this make-up visit code represents

ID int identity 4 null

Primary key - Unique identifier for each make-up visit code

IsActive Unknown 0 null

Active status - Boolean indicating if code is currently active

Indexes

Constraint Name Type Sort Column(s)
PK__MakeUpVi__3214EC27078C1F06 Primary key Asc ID

Relationships