icd9MajMinToCode | R Documentation |
mjr
and mnr
vectors to single codeConvert mjr
and mnr
vectors to single code
icd9MajMinToCode(mjr, mnr, isShort)
isShort |
Deprecated. Single logical value which determines whether the
ICD-9 code provided is in short ( |
major |
character vector of 'major' part of ICD-9 codes, i.e. that part which falls before the decimal point, in decimal notation. (In five digit notation, the 'major' part is be the first three characters (with leading zeroes), and includes V or E prefix. |
minor |
character vector of 'minor' part of ICD-9 codes, i.e. that part which falls after the decimal point, in decimal notation. (In 'short' five digit notation, the 'major' part is the first three characters including leading zeroes which may be inferred; the last two characters represent the 'minor' part.) |
Character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.