Last change
on this file since 1259 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
827 bytes
|
Rev | Line | |
---|
[613] | 1 | SCDXPRN ;ALB/MTC - PRINT ROUTINES;23-MAY-1996
|
---|
| 2 | ;;5.3;Scheduling;**44**;AUG 13, 1993
|
---|
| 3 | Q
|
---|
| 4 | TRANS ;-- This report will print the NPCDB Transmissions for a Date Range.
|
---|
| 5 | ; The date to perform the sort is the date the Encounter tranaction
|
---|
| 6 | ; was posted to file 409.73.
|
---|
| 7 | ;
|
---|
| 8 | W !!,"NPCDB Data Transmission Report."
|
---|
| 9 | W !!,*7,"This report requires 132 columns.",!!
|
---|
| 10 | S L="DATA TRANSMISSION REPORT",DIC="^SD(409.73,",FLDS="[SCDX NPCDB TRANSMISSION REPORT]",BY=".06"
|
---|
| 11 | D EN1^DIP
|
---|
| 12 | K DIC,L,BY,FLDS
|
---|
| 13 | Q
|
---|
| 14 | ;
|
---|
| 15 | ERROR ;-- This report will provide a listing of the errors that occured from
|
---|
| 16 | ; the transmission of the data to NPCDB.
|
---|
| 17 | ;
|
---|
| 18 | W !!,"NPCDB Data Error Report."
|
---|
| 19 | W !!,*7,"This report requires 132 columns.",!!
|
---|
| 20 | S L="ERROR TRANSMISSION REPORT",DIC="^SD(409.75,",FLDS="[SCDX TRANSMITTED ERROR LIST]",BY="10.01"
|
---|
| 21 | D EN1^DIP
|
---|
| 22 | K DIC,L,BY,FLDS
|
---|
| 23 | Q
|
---|
| 24 | ;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.