source: ccr/trunk/p/CCRSYS.m@ 49

Last change on this file since 49 was 49, checked in by Sam Habiel, 16 years ago

Updated Information System Actor Section.

File size: 525 bytes
Line 
1CCRSYS ;CCDCCR/SMH - Routine to Get EHR System Information;6JUL2008
2 ;;0.1;CCDCCR;;;
3
4 W "Enter at appropriate points." Q
5
6 ; Originally, I was going to use VEPERVER, but VEPERVER
7 ; actually kills ^TMP($J), outputs it to the screen in a user-friendly
8 ; manner (press any key to continue),
9 ; and is really a very half finished routine
10
11 ; So for now, I am hard-coding the values.
12
13SYSNAME() ;Get EHR System Name; PUBLIC; Extrinsic
14 Q "WorldVistA EHR/VOE"
15 ;
16SYSVER() ;Get EHR System Version; PUBLIC; Extrinsic
17 Q "1.0"
18 ;
19
Note: See TracBrowser for help on using the repository browser.