Description Usage Arguments Methods (by class)
Returns subset of codes which are not in valid short_code or decimal format.
1 2 3 4 5 6 7 8 9 10 11 12 13 | get_invalid(...)
## Default S3 method:
get_invalid(x, short_code = guess_short(x), ...)
## S3 method for class 'icd9'
get_invalid(x, short_code = guess_short(x), ...)
## S3 method for class 'icd10'
get_invalid(x, short_code = guess_short(x), ...)
## S3 method for class 'comorbidity_map'
get_invalid(x, short_code = guess_short(x), ...)
|
x |
vector of ICD codes, or list of vectors of ICD codes forming a comorbidity map |
default
: Default method when ICD version or short versus
decimal not known.
icd9
: Get invalid ICD-9 codes from vector of codes
icd10
: Get invalid ICD-10 codes from vector of codes
comorbidity_map
: Get invalid elements of a comorbidity map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.