Description Usage Arguments Methods (by class) See Also
Using the equivalent get_leaf()
is preferred.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | get_billable(...)
## S3 method for class 'icd9'
get_billable(...)
## S3 method for class 'icd9cm'
get_billable(x, short_code = guess_short(x), invert = FALSE, ...)
## S3 method for class 'icd10'
get_billable(x, short_code = guess_short(x), invert = FALSE, ...)
## S3 method for class 'icd10cm'
get_billable(x, short_code = guess_short(x), invert = FALSE, ...)
## Default S3 method:
get_billable(x, short_code = guess_short(x), ...)
|
... |
arguments passed on to other functions |
x |
input vector of ICD codes |
short_code |
single logical value which determines whether the ICD-9
code provided is in short ( |
invert |
Single logical value. Returns the inverse of the result. E.g. if seeking valid ICD-9 codes, the invalid ones are returned. |
icd9
: Prefer 'leaf' to 'billable' for generality.
icd9cm
: Prefer 'leaf' to 'billable' for generality.
icd10
: Prefer 'leaf' to 'billable' for generality.
icd10cm
: Prefer 'leaf' to 'billable' for generality.
default
: Prefer 'leaf' to 'billable' for generality.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.