source: WorldVistAEHR/trunk/r/ADVERSE_REACTION_TRACKING-GMRA-GMA/GMRAY18H.m

Last change on this file was 613, checked in by George Lilly, 15 years ago

initial load of WorldVistAEHR

File size: 920 bytes
Line 
1GMRAY18H ;SLC/DAN-CREATE NEW-STYLE XREF ;9/15/04 10:20
2 ;;4.0;Adverse Reaction Tracking;**18**;Mar 29, 1996
3 ;
4 N GMRAXR,GMRARES,GMRAOUT
5 S GMRAXR("FILE")=120.86
6 S GMRAXR("NAME")="AHDR"
7 S GMRAXR("TYPE")="MU"
8 S GMRAXR("USE")="A"
9 S GMRAXR("EXECUTION")="R"
10 S GMRAXR("ACTIVITY")=""
11 S GMRAXR("SHORT DESCR")="Sends updates to the patient's assessment to the HDR"
12 S GMRAXR("DESCR",1)="Whenever a patient's assessment level changes, that updated"
13 S GMRAXR("DESCR",2)="information is sent to the HDR in real time."
14 S GMRAXR("SET")="Q:$D(DIU(0)) D SETAA^GMRAHDR"
15 S GMRAXR("KILL")="Q:$D(DIU(0)) D KILLAA^GMRAHDR"
16 S GMRAXR("WHOLE KILL")="Q"
17 S GMRAXR("VAL",1)=.01
18 S GMRAXR("VAL",1,"COLLATION")="F"
19 S GMRAXR("VAL",2)=1
20 S GMRAXR("VAL",2,"COLLATION")="F"
21 S GMRAXR("VAL",3)=2
22 S GMRAXR("VAL",3,"COLLATION")="F"
23 S GMRAXR("VAL",4)=3
24 S GMRAXR("VAL",4,"COLLATION")="F"
25 D CREIXN^DDMOD(.GMRAXR,"k",.GMRARES,"GMRAOUT")
26 Q
Note: See TracBrowser for help on using the repository browser.