Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 333 Bytes

DATABASE.md

File metadata and controls

21 lines (12 loc) · 333 Bytes

ICD2 Database Information

Tables

ICD10Codes

The table that stores the ICD10 codes and their associated descriptions.

[code] [nvarchar](50) NOT NULL
[hipaa] [bit] NULL
[description] [nvarchar](500) NULL
[long_description] [varchar](500) NULL
[chapter] [nvarchar](50) NULL

Stored Procedures

Users

logins