JCM Table: dbo.LT DiseaseType
From Sherlock Software
TABLE NAME: dbo.LT_DiseaseType
Valve disease type control table.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | DiseaseTypeID | smallint | Disease type ID |
| 2 | DiseaseType | nvarchar(10) | Disease type abbreviation |
| 3 | Desc | nvarchar(200) | Description |
| 4 | RowActive | bit | Row active indicator |
Table Values:
| DiseaseTypeID | DiseaseType | Desc | RowActive |
|---|---|---|---|
| 1 | AI | Aortic insufficiency | False |
| 2 | AS | Aortic stenosis | False |
| 3 | I | Insufficiency | True |
| 4 | S | Stenosis | True |
| 5 | M | Mixed | True |
Back to JCM Database tables