JCM Table: dbo.LT PersonType
From Sherlock Software
TABLE NAME: dbo.LT_PersonType
Personal type control table.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | PersonTypeID | tinyint | Personal type ID |
| 2 | Desc | nvarchar(50) | Description |
Table Values:
| PersonTypeID | Desc |
|---|---|
| 1 | Physician |
| 2 | Nurse |
| 255 | Other |
Back to JCM Database tables