Files in jackwasey/icd9
Tools for Working with ICD-9 Codes, and Finding Comorbidities

.Rbuildignore
.Rinstignore
.gitattributes
.gitignore
.lintr
.travis.yml
COPYING
DESCRIPTION
NAMESPACE
NEWS.md R/RcppExports.R R/benchmark.R R/comorbid.R R/condense.R R/convert.R R/datadocs.R R/explain.R R/filter.R R/icd9-package.R R/manip.R R/parse-comorbid.R R/parse-rtf.R R/parse.R R/ranges.R R/real.R R/sas.R R/score.R
R/sysdata.rda
R/util.R R/valid.R R/zzz.R README.Rmd README.md
cleanup
configure
configure.ac
configure.win
cran-comments.md
data/ahrqComorbid.RData
data/elixComorbid.RData
data/icd9Billable.RData
data/icd9Chapters.R
data/icd9ChaptersMajor.RData
data/icd9ChaptersSub.RData
data/icd9Hierarchy.RData
data/mappingNames.R
data/quanDeyoComorbid.RData
data/quanElixComorbid.RData
data/vermont_dx.RData
icd9.Rproj
inst/COPYING
inst/COPYRIGHTS
inst/extdata/.gitignore
inst/extdata/CMS32_DESC_LONG_DX.txt
inst/extdata/CMS32_DESC_SHORT_DX.txt
inst/extdata/Dtab12.rtf
inst/extdata/ICD10_Charlson.sas
inst/extdata/ICD10_Elixhauser.sas
inst/extdata/ICD9_E_Charlson.sas
inst/extdata/ICD9_E_Elixhauser.sas
inst/extdata/ccs_multi_dx_tool_2013.csv
inst/extdata/ccs_multi_pr_tool_2014.csv
inst/extdata/comformat2012-2013.txt
inst/extdata/comoanaly2012-2013.txt
inst/include/icd9.h
inst/include/icd9_RcppExports.h
inst/standalone/Makefile
inst/standalone/standalone
inst/standalone/standalone.cpp
inst/standalone/standalone.sh
man-roxygen/icd9-any.R man-roxygen/icd9-decimal.R man-roxygen/icd9-short.R man-roxygen/icd9df.R man-roxygen/icd9field.R man-roxygen/isShort.R man-roxygen/leadingZeroes.R man-roxygen/major.R man-roxygen/mapping.R man-roxygen/minor.R man-roxygen/onlyBillable.R man-roxygen/onlyReal.R man-roxygen/parse-template.R man-roxygen/poa.R man-roxygen/poaField.R man-roxygen/savesas.R man-roxygen/sep.R man-roxygen/toParent.R man-roxygen/verbose.R man-roxygen/visitid.R man-roxygen/warn.R man/ahrqComorbid.Rd man/ahrqComorbidAll.Rd man/convert.Rd man/elixComorbid.Rd man/elixComorbidNames.Rd man/expandRangeWorker.Rd man/factor_.Rd man/fastIntToString.Rd man/generateSysData.Rd man/icd9-package.Rd man/icd9AddLeadingZeroes.Rd man/icd9Billable.Rd man/icd9Chapters.Rd man/icd9ChaptersToMap.Rd man/icd9Charlson.Rd man/icd9Children.Rd man/icd9Comorbid.Rd man/icd9ComorbidDfToMat.Rd man/icd9ComorbidMatToDf.Rd man/icd9Condense.Rd man/icd9Count.Rd man/icd9DiffComorbid.Rd man/icd9DropLeadingZeroes.Rd man/icd9ExpandMinor.Rd man/icd9ExpandRange.Rd man/icd9Explain.Rd man/icd9ExtractAlphaNumeric.Rd man/icd9FilterInvalid.Rd man/icd9FilterPoa.Rd man/icd9FilterValid.Rd man/icd9GetChapters.Rd man/icd9GetMajor.Rd man/icd9GetValid.Rd man/icd9GuessIsShort.Rd man/icd9Hierarchy.Rd man/icd9InReferenceCode.Rd man/icd9IsA.Rd man/icd9IsBillable.Rd man/icd9IsN.Rd man/icd9IsReal.Rd man/icd9IsValid.Rd man/icd9IsValidMapping.Rd man/icd9LongToWide.Rd man/icd9PoaChoices.Rd man/icd9RandomShort.Rd man/icd9ShortToDecimal.Rd man/icd9Sort.Rd man/icd9VanWalraven.Rd man/icd9WideToLong.Rd man/logicalToBinary.Rd man/parseAhrqSas.Rd man/parseElix.Rd man/parseIcd9Chapters.Rd man/parseLeafDescriptionsAll.Rd man/parseLeafDescriptionsVersion.Rd man/parseQuanDeyoSas.Rd man/parseRtfFifthDigitRanges.Rd man/parseRtfLines.Rd man/parseRtfYear.Rd man/quanDeyoComorbid.Rd man/quanElixComorbid.Rd man/randomShortIcd9.Rd man/sasDropOtherAssignment.Rd man/sasExtractLetStrings.Rd man/sasFormatExtract.Rd man/sasParseAssignments.Rd man/strMultiMatch.Rd man/stripRtf.Rd man/vermont_dx.Rd man/zip_single.Rd
src/.gitignore
src/Makevars.in
src/Makevars.win
src/Makevars.win64
src/RcppExports.cpp
src/comorbid.cpp
src/comorbidCommon.cpp
src/comorbidSetup.cpp
src/config.h.in
src/config.h.win
src/convert.cpp
src/convert.h
src/cutil.c
src/cutil.h
src/is.cpp
src/is.h
src/local.h
src/longToWide.cpp
src/manip.cpp
src/manip.h
src/ranges.cpp
src/ranges.h
src/util.cpp
src/util.h
tests/test-all.R tests/testthat/helper-base.R tests/testthat/test-LongToWide.R tests/testthat/test-billable.R tests/testthat/test-comorbid-calcs.R tests/testthat/test-comorbid.R tests/testthat/test-condense.R tests/testthat/test-convert.R tests/testthat/test-explain.R tests/testthat/test-filter.R tests/testthat/test-hierarchy.R tests/testthat/test-icd9.R tests/testthat/test-is.R tests/testthat/test-openmp.R tests/testthat/test-parse.R tests/testthat/test-ranges.R tests/testthat/test-reshape.R tests/testthat/test-sas.R tests/testthat/test-score.R tests/testthat/test-util.R tests/testthat/test-valid.R
tools/build_install_check_in_docker.sh
tools/clang-static-code-analyze.sh
tools/gdb_fun.sh
tools/induce-issue75.sh
tools/m4/ax_cxx_compile_stdcxx_11.m4
tools/m4/openmp.m4
tools/r-devel-ubsan-clang-3.7-libcxx/Dockerfile
tools/r-devel-ubsan-clang-3.8-libcxx/Dockerfile
tools/r-devel-ubsan-clang/Dockerfile
tools/r-devel-ubsan-gcc/Dockerfile
tools/reversedep.R
tools/rocker-icd9.sh
tools/rprof-one-cmd.sh
tools/runRcppParallel.sh
tools/stripRTF.py
tools/valgrind-drd.sh
tools/valgrind-misc.sh
tools/valgrind-one-cmd.sh
tools/valgrind-test-check.sh
vignettes/.gitignore
vignettes/introduction.Rmd
wercker.yml
jackwasey/icd9 documentation built on May 18, 2019, 7:57 a.m.