Description Usage Arguments Examples
This merely checks whether the given object is a certain type of ICD code, it
does no validation of any kind. For validation, see is_valid
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | is.icd9(x)
is.icd9cm(x)
is.icd9cm_pc(x)
is.icd9who(x)
is.icd10(x)
is.icd10cm(x)
is.icd10cm_pc(x)
is.icd10who(x)
is.icd10fr(x)
is.icd10be(x)
is.comorbidity_map(x)
|
x |
Any object which may have ICD-related classes set |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.