Description Usage Arguments Value Methods (by class)
Codes without real or implied decimal place return TRUE
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Default S3 method:
is_valid(x, short_code = guess_short(x), ...)
is_valid_major(x, whitespace_ok = TRUE)
## Default S3 method:
is_valid_major(x, whitespace_ok = TRUE)
## S3 method for class 'icd9'
is_valid_major(x, whitespace_ok = TRUE)
## S3 method for class 'icd10'
is_valid_major(x, whitespace_ok = TRUE)
icd9_is_valid_major_n(x, whitespace_ok = TRUE)
icd9_is_valid_major_v(x, whitespace_ok = TRUE)
icd9_is_valid_major_e(x, whitespace_ok = TRUE)
|
x |
vector of ICD codes |
logical vector of same length as input, with TRUE
when a code
is a major (not necessarily a real one)
default
: Test whether an ICD code is of major type,
which at present assumes ICD-9 format. Converts to character than calls
is_valid.character
default
: Test whether an ICD code is of major type,
either ICD-9 or ICD-10
icd9
: Test whether an ICD-9 code is of major type.
icd10
: Test whether an ICD-9 code is of major type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.