source: FOIAVistA/tag/r/ORDER_ENTRY_RESULTS_REPORTING-OR-OCX--ORRC--ORRJ/ORY178.m@ 636

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

initial load of FOIAVistA 6/30/08 version

File size: 505 bytes
Line 
1ORY178 ; SLC/KCM/JLI ;2/19/03
2 ;;3.0;ORDER ENTRY/RESULTS REPORTING;**178**;Dec 17, 1997
3POST ;
4 N RPC
5 N MENU
6 S RPC="XUS GET TOKEN"
7 S MENU="OR CPRS GUI CHART"
8 D INSERT(MENU,RPC)
9 Q
10 ;
11INSERT(OPTION,RPC) ; Call FM Updater with each RPC
12 ; Input -- OPTION Option file (#19) Name field (#.01)
13 ; RPC RPC sub-file (#19.05) RPC field (#.01)
14 ; Output -- None
15 N FDA,FDAIEN,ERR,DIERR
16 S FDA(19,"?1,",.01)=OPTION
17 S FDA(19.05,"?+2,?1,",.01)=RPC
18 D UPDATE^DIE("E","FDA","FDAIEN","ERR")
19 Q
20 ;
Note: See TracBrowser for help on using the repository browser.