icd9:Python ICD9 库

时间:2021-06-08 00:16:51
【文件属性】:
文件名称:icd9:Python ICD9 库
文件大小:420KB
文件格式:ZIP
更新时间:2021-06-08 00:16:51
Python 这是一个用于处理 ICD9 代码的 Python 库。 ICD9 是“疾病和相关健康问题的国际统计分类”的第 9 版。 有关更多信息,请参阅 。 该库深受 R 包的影响,并从中借用了数据。 该软件包包括与特定条件相关的 ICD9 代码列表,以及有关 ICD9 代码本身的信息。 >>> import icd9 >>> codes1 = icd9.ahrqComorbidAll >>> codes2 = icd9.elixComorbid >>> codes3 = icd9.icd9Hierarchy >>> codes4 = icd9.ahrqComorbid >>> codes5 = icd9.icd9Chapters >>> codes6 = icd9.quanElixComorbid 该包包含用于操作代码的函数。 >>> icd9.decimal_to_short("81.23"
【文件预览】:
icd9-master
----MANIFEST.in(29B)
----README.rst(4KB)
----COPYRIGHTS.txt(158B)
----CREDITS.txt(239B)
----setup.py(445B)
----icd9()
--------conversions.py(2KB)
--------tests()
--------resources()
--------__init__.py(390B)
--------initialize.py(579B)
--------counter.py(8KB)

网友评论