Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| form_id | INT | 10 | null |  | 
 | The group attendance encounter form that is the container entity used to track this patient’s attendance | |||||
| pid | BIGINT | 19 | null |  | 
 | The internal patient identifier | |||||
| meeting_patient_comment | TEXT | 65535 | √ | NULL |  |  | Comments about the participant’s attendance in the meeting | ||||
| meeting_patient_status | VARCHAR | 15 | √ | NULL |  | 
 | The patient status in the meeting from the list_options.list_id=‘groupstat’ | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc/Asc | form_id + pid |