11 lines
416 B
Mathematica
11 lines
416 B
Mathematica
GMPTU ; ISL Miscellaneous Lexicon Utilities ; 10-25-96
|
|
;;2.0;LEXICON UTILITY;**2**;Aug 15, 1996;Build 1
|
|
;
|
|
; Replaces Clinical Lexicon Utility v 1.0 GMPTU and re-directs
|
|
; call to Lexicon Utility v 2.0 LEXU
|
|
;
|
|
ICDONE(LEX) ; Return one ICD code for an expression - LEX=IEN
|
|
S LEX=$$ICDONE^LEXU(+($G(LEX))) Q LEX
|
|
ICD(LEX) ; Return all ICD codes for an expression - LEX=IEN
|
|
S LEX=$$ICD^LEXU(+($G(LEX))) Q LEX
|