Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | Primary key of this table. |
InstanceHFCID | smallint | NOT NULL | HFC(Healthcare Foundation Class) ID of the object. |
RecordId | int | NULL | ID of the record. |
Description | varchar(255) | NULL | Description given to the stylesheet. |
IsVersioned | bit | NOT NULL | If the stylesheet was modified it has a value of 1. Otherwise it is 0. Allowable values - 0 or 1. |
CreatedUserId | int | NULL | ID of the user who created this stylesheet. |
CreationTime | smalldatetime | NULL | Date and time when the stylesheet was created. |
StylesheetID | varchar(25) | NULL | ID of the stylesheet. |
StylesheetName | varchar(60) | NULL | Name of the stylesheet. |
Version | varchar(25) | NULL | Version of the stylesheet. |
|