| Field Name | Field Description | Data Type | FK Join |
|---|---|---|---|
| Active | Indicates if the Record is Active or Not | bit | |
| CEEquipment | Indicates if this System Type can be used on Biomed Equipment Records | bit | |
| Code | System Type Code | nvarchar | |
| CreatedDate | Record Creation Date | datetime | |
| CreatorId | User Id (Record Creator) | int | vr_users |
| Description | System Type Description | nvarchar | |
| Equipment | Indicates if this System Type can be used on Equipment Records | bit | |
| Id | System Type Id | int | |
| ModifiedDate | Last Modified Date | datetime | |
| ModifierId | User Id (Record Modifier) | int | vr_users |
| ParentId | System Type Parent Id | int | |
| Project | Indicates if this System Type can be used on Project Records | bit |