source: FOIAVistA/tag/r/CONTROLLED_SUBSTANCES-PSD/PSDPRT.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: 950 bytes
Line 
1PSDPRT ;BIR/JPW-Print Setup Lists for Package ; 4 Sept 92
2 ;;3.0; CONTROLLED SUBSTANCES ;;13 Feb 97
3INVEN ;print inventory types from file 58.16
4 W @IOF W !!,"The NAOU Inventory Types report is designed for an 80 column format.",!!
5 K DIC S DIC=58.16,L=0,FLDS=".01,1",BY=".01",(FR,TO)="",DHD="NAOU INVENTORY TYPES" D EN1^DIP G END
6 ;
7CODE ;print drug location codes from file 58.17
8 W @IOF W !!,"The CS Drug Location Codes report is designed for an 80 column format.",!!
9 K DIC S DIC=58.17,L=0,FLDS=".01;""CODE"",.5;C18",BY=".01",(FR,TO)="",DHD="CS DRUG LOCATION CODES" D EN1^DIP G END
10 ;
11NAOU ;print NAOU, location type & primary disp. site by inpatient site
12 W @IOF,!!,"The NARCOTIC AREA OF USE data report is designed for a 132 column format.",!
13 K DIC S DIC=58.8,L=0,FLDS=".01;""NAOU"",1;C40,3;C60",BY="2,.01",(FR,TO)="",DHD="NARCOTIC AREA OF USE",DIS(0)="I $P(^PSD(58.8,D0,0),""^"",2)'=""P""" D EN1^DIP
14 ;
15END ;
16 K BY,DHD,DIC,DIS,FLDS,FR,L,TO,X
Note: See TracBrowser for help on using the repository browser.