Intellicure uses cookies to improve your experience. Click the Learn More button to explore which cookies we install and their purpose.
Return to EHI Tables Index
EHI Export Schema
ClinicalProcedureComment
| Column Name |
Data Type |
Constraint Type |
Is Nullable |
| ClinicalProcedureCommentId |
int |
PK |
NO |
| ClinicalProcedureId |
int |
FK |
YES |
| Abbreviation |
varchar(50) |
|
YES |
| Comment |
varchar(2000) |
|
YES |
| DisplayOrder |
int |
|
YES |
| PeriodStart |
datetime |
|
YES |
| PeriodEnd |
datetime |
|
YES |
| MasterClinicalProcedureCommentId |
int |
|
YES |
| LocallyModified |
int |
|
YES |
| Created |
datetime |
|
YES |
| CreatedBy |
varchar(100) |
|
YES |
| Modified |
datetime |
|
YES |
| ModifiedBy |
varchar(100) |
|
YES |
| Deleted |
datetime |
|
YES |
| DeletedBy |
varchar(100) |
|
YES |
| ProductId |
int |
|
YES |
Back