source: FOIAVistA/tag/r/AUTOMATED_MED_INFO_EXCHANGE-DVBA-DVBC/DVBCLMU2.m@ 628

Last change on this file since 628 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 676 bytes
Line 
1DVBCLMU2 ;ALB/CMM TEXT FOR INITIAL/REEVALUATION ;12/30/93
2 ;;2.7;AMIE;;Apr 10, 1995
3 ;
4 ;Display of initial and reevaluation exam descriptions
5 ;
6WINIT ;
7 ;initial exam description displayed using ^DIWP
8 ;
9 K ^UTILITY($J,"W")
10 N JJ,DIWF,DIWL,X
11 W !!
12 S JJ=0,DIWF="WN",DIWL=5
13 F Q:$O(^DVBP(396.91,3,"D",JJ))="" D
14 .S JJ=$O(^DVBP(396.91,3,"D",JJ))
15 .S X=$P(^DVBP(396.91,3,"D",JJ,0),"^")
16 .D ^DIWP
17 D ^DIWW
18 Q
19WREE ;
20 ;reevaluation exam description displayed using ^DIWP
21 ;
22 K ^UTILITY($J,"W")
23 N JJ,DIWF,DIWL,X
24 W !!
25 S JJ=0,DIWF="WN",DIWL=5
26 F Q:$O(^DVBP(396.91,4,"D",JJ))="" D
27 .S JJ=$O(^DVBP(396.91,4,"D",JJ))
28 .S X=$P(^DVBP(396.91,4,"D",JJ,0),"^")
29 .D ^DIWP
30 D ^DIWW
31 Q
Note: See TracBrowser for help on using the repository browser.