20 lines
525 B
Mathematica
20 lines
525 B
Mathematica
CCRSYS ;CCDCCR/SMH - Routine to Get EHR System Information;6JUL2008
|
|
;;0.1;CCDCCR;;;
|
|
|
|
W "Enter at appropriate points." Q
|
|
|
|
; Originally, I was going to use VEPERVER, but VEPERVER
|
|
; actually kills ^TMP($J), outputs it to the screen in a user-friendly
|
|
; manner (press any key to continue),
|
|
; and is really a very half finished routine
|
|
|
|
; So for now, I am hard-coding the values.
|
|
|
|
SYSNAME() ;Get EHR System Name; PUBLIC; Extrinsic
|
|
Q "WorldVistA EHR/VOE"
|
|
;
|
|
SYSVER() ;Get EHR System Version; PUBLIC; Extrinsic
|
|
Q "1.0"
|
|
;
|
|
|