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

SCMCHLR7.m

Go to the documentation of this file.
  1. SCMCHLR7 ;ALB/KCL - PCMM HL7 Error Code Report ;09-FEB-2000
  1. ;;5.3;Scheduling;**210,1015**;AUG 13, 1993;Build 21
  1. ;
  1. ECRPRT ; Description: This entry point is used to print the PCMM HL7 Error
  1. ; Code Report. This report is based on entries in the PCMM HL7
  1. ; ERROR CODE (#404.472) file and uses the FileMan EN1^DIP API for
  1. ; printing the report.
  1. ;
  1. ; Input: None
  1. ; Output: None
  1. ;
  1. N BY,DHD,DIC,FLDS,FR,L,TO,%ZIS
  1. ;
  1. ;Required input for EN1^DIP call
  1. S DIC="^SCPT(404.472,"
  1. S L=0
  1. S BY=".01" ; Sort criteria (BY ERROR CODE)
  1. S FR=""
  1. S TO=""
  1. ;
  1. ;Fields to be printed (in order listed)
  1. S FLDS=".01,.03,10"
  1. ;
  1. ;Report header
  1. S DHD="PCMM Transmission Error Code Report"
  1. ;
  1. ;Print report
  1. S %ZIS="QM"
  1. D EN1^DIP
  1. ;
  1. Q