![]() |
DECS Word Add-Ins 1.2.0.1
Creates custom buttons in Word to automate DECS tasks.
|
Classes | |
class | DecsWordRibbon |
Main class for DECS Excel Tools. More... | |
class | DeliveryTypeForm |
Form to ask user whether the results will be delivered via VRD or OneDrive. More... | |
class | Emailer |
Builds project delivery email. More... | |
class | Globals |
class | IcdExtractor |
Uses Regular Expressions to find & extract ICD codes from a Word document. Drafts SQL code to define variables containing these codes. More... | |
class | ListImporter |
Reads a list from this Word document & outputs as a .SQL file. More... | |
class | ProgressForm |
Creates custom form to show user the progress of DECS project setup. More... | |
class | ScopeOfWorkParser |
Parses the project Scope of Work document, extracts key field & sets up the DECS project: More... | |
class | StyleSelectionForm |
Custom form to ask user which output style is desired for ICD list. More... | |
class | ThisAddIn |
class | ThisRibbonCollection |
class | TokenForm |
Creates custom form to ask user to provide their GitLab token. More... | |
class | Utilities |
Useful methods. More... | |
class | YesNoForm |
Creates custom form to ask user if there's a SlicerDicer file to be parsed. More... | |
Enumerations | |
enum | DeliveryType { OneDrive , VRD } |
Enumerate whether results will be delivered via OneDrive or VRD. | |
enum | IcdSeries { ICD9 , ICD10 } |
Enumerate which version of ICD codes are we processing. | |
enum | IcdStyle { Case , List } |
Enumeration to capture which output style we want. | |