public final class ICDCatalog extends Object implements StaticCatalog
icd10cm_code_2016.txt contains all ICD-10-CM (diagnosis) codes valid for FY2016. icd9cm_code_2015.txt contains ICD-9-CM (diagnosis) codes valid till FY2015
| Modifier and Type | Class and Description |
|---|---|
class |
ICDCatalog.ICDCode
Single ICD entry
|
StaticCatalog.Entry| Constructor and Description |
|---|
ICDCatalog(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure()
Configures the ICD StaticCatalog by loading the appropriate stream.
|
String |
getCatalog() |
StaticCatalog.Entry |
lookup(String code)
Looks up a ICD Code in the catalog and the associated
ICDCatalog.ICDCode value. |
public ICDCatalog(String name)
public boolean configure()
configure in interface StaticCatalogpublic StaticCatalog.Entry lookup(String code)
ICDCatalog.ICDCode value.lookup in interface StaticCatalogcode - to be looked up.public String getCatalog()
getCatalog in interface StaticCatalogCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.