Description Usage Arguments Methods (by class) See Also
Convert from short to decimal forms of ICD codes.
1 2 3 4 5 6 7 8 9 10 11 12 13 | short_to_decimal(x)
## Default S3 method:
short_to_decimal(x)
## S3 method for class 'icd9'
short_to_decimal(x)
## S3 method for class 'icd10'
short_to_decimal(x)
## S3 method for class 'icd10cm'
short_to_decimal(x)
|
x |
ICD codes |
default
: convert ICD codes of unknown type from short
to decimal format
icd9
: convert ICD-9 codes from short to decimal
format
icd10
: convert ICD-10 codes from short to decimal
format
icd10cm
: convert ICD-10-CM code from short to decimal
format
Other ICD data conversion:
comorbid_df_to_mat()
,
comorbid_mat_to_df()
,
convert
,
decimal_to_short()
,
long_to_wide()
,
wide_to_long()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.