![]() |
DECS Word Add-Ins 1.2.0.1
Creates custom buttons in Word to automate DECS tasks.
|
Creates custom buttons in Microsoft Word that allow user to:
Office Add-Ins
folder from Sharepoint.setup.exe
.Sometimes Statements of Work (SoW) contain lists of medical conditions and ICD-10 codes to be reported on. Pressing the Extract ICD
button causes the app to scan the open Word document for lines that look like medical conditions and their associated ICD-10 codes. SQL code is generated that searches the problem_list
table for the associated codes, as shown here:
Series of ICD codes (such as M30 - M36
) are automatically expanded into multi-code SQL statements:
When researchers provide lists of Medical Record Numbers (MRNs) or International Classification of Diseases (ICD) codes to be used in a report, those lists need to be imported into SQL. Pressing the Import List
button converts a list of numbers into SQL code which can be referenced in a query to import them:
Since there is a limit on the number of values (1000) that can be inserted in one statement, the app automatically breaks up the insertion into multiple statements: