Key | Name | Data Type | Max Length (Bytes) | Nullability | Default | Description |
---|
 (4) | OrgID | [dbo].[dict_id] | 5 | NOT NULL | | Organization. Link to Organization.ID |
 (2)![Foreign Keys FK_Patient_SecGroup_PatientID_Patient_Member_ID: [dbo].[Patient_Member].PatientID Foreign Keys FK_Patient_SecGroup_PatientID_Patient_Member_ID: [dbo].[Patient_Member].PatientID](../../../../Images/fk.png) | PatientID | [dbo].[uniqueid] | 9 | NOT NULL | | Patient. Link to Person.ID |
(3)![Foreign Keys FK_Patient_SecGroup_AccessGroup: [dbo].[Access_Group].AccessGroupID Foreign Keys FK_Patient_SecGroup_AccessGroup: [dbo].[Access_Group].AccessGroupID](../../../../Images/fk.png) | AccessGroupID | [dbo].[dict_id] | 5 | NOT NULL | | Access Group ID, Link to Access_Group.ID |
| DTTMInsert | datetime | 8 | NOT NULL | (getdate()) | Date this Access Group association was inserted |
| DTTMUpdate | datetime | 8 | NOT NULL | (getdate()) | Date this Access Group association was Last Updated |