source: FOIAVistA/tag/r/OUTPATIENT_PHARMACY-PSO-APSP-HUIP/PSOORAL.m@ 636

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

WorldVistAEHR overlayed on FOIAVistA

File size: 709 bytes
Line 
1PSOORAL ;BHAM-ISC/SAB - activity log list ; 28-APR-1995
2 ;;7.0;OUTPATIENT PHARMACY;**148**;DEC 1997
3EN ; -- main entry point for PSO LM ACTIVITY LOGS
4 D EN^VALM("PSO LM ACTIVITY LOGS")
5 Q
6 ;
7HDR ; -- header code
8 D HDR^PSOLMUTL
9 Q
10 ;
11INIT ; -- init variables and list array
12 I $G(PS)="VIEW"!($G(PS)="DELETE")!($G(PS)="REJECT") D
13 .I ST<12,$P(RX2,"^",6)<DT S ST=11
14 .S VALM("TITLE")="Rx View "_"("_$P("Error^Active^Non-Verified^Refill^Hold^Non-Verified^Suspended^^^^^Done^Expired^Discontinued^Deleted^Discontinued^Discontinued (Edit)^Provider Hold^","^",ST+2)_")"
15 S VALMCNT=PSOAL
16 Q
17 ;
18HELP ; -- help code
19 S X="?" D DISP^XQORM1 W !!
20 Q
21 ;
22EXIT ; -- exit code
23 S VALMBCK="Q" Q
24 ;
25EXPND ; -- expand code
26 Q
27 ;
Note: See TracBrowser for help on using the repository browser.