Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: SCDXPRN

SCDXPRN.m

Go to the documentation of this file.
  1. SCDXPRN ;ALB/MTC - PRINT ROUTINES;23-MAY-1996
  1. ;;5.3;Scheduling;**44**;AUG 13, 1993
  1. Q
  1. TRANS ;-- This report will print the NPCDB Transmissions for a Date Range.
  1. ; The date to perform the sort is the date the Encounter tranaction
  1. ; was posted to file 409.73.
  1. ;
  1. W !!,"NPCDB Data Transmission Report."
  1. W !!,*7,"This report requires 132 columns.",!!
  1. S L="DATA TRANSMISSION REPORT",DIC="^SD(409.73,",FLDS="[SCDX NPCDB TRANSMISSION REPORT]",BY=".06"
  1. D EN1^DIP
  1. K DIC,L,BY,FLDS
  1. Q
  1. ;
  1. ERROR ;-- This report will provide a listing of the errors that occured from
  1. ; the transmission of the data to NPCDB.
  1. ;
  1. W !!,"NPCDB Data Error Report."
  1. W !!,*7,"This report requires 132 columns.",!!
  1. S L="ERROR TRANSMISSION REPORT",DIC="^SD(409.75,",FLDS="[SCDX TRANSMITTED ERROR LIST]",BY="10.01"
  1. D EN1^DIP
  1. K DIC,L,BY,FLDS
  1. Q
  1. ;