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

MCARAML.m

Go to the documentation of this file.
  1. MCARAML ;WASH ISC/JKL-MUSE AUTO INSTRUMENT RETRANSMISSION LIST ;2/27/95 10:52
  1. ;;2.3;Medicine;;09/13/1996
  1. ;
  1. ;
  1. START ; Driver for retransmission list-run during patch install
  1. ; Sends an alphabetized list of corrupted records and records
  1. ; with transmission errors from error summary file
  1. N MCCNT,MCDEF
  1. S MCCNT=0
  1. S ^TMP($J,0,"MC",0)=0,^TMP($J,1,"MC",0)=0
  1. W !,"This process will compile a list of EKG records that"
  1. W !,"are corrupted in DHCP."
  1. W !!,"The records have originated from the Marquette MUSE,"
  1. W !,"and are retransmissable to DHCP from there."
  1. R !!,"Do you wish to continue ? N //",MCDEF:30 I '$T Q
  1. I $E(MCDEF)'="Y" Q
  1. W !!,"Each ""."" represents 100 records.",!!,"Compiling---"
  1. ; checks for whole records
  1. D ^MCARAMLA
  1. D ^MCARAMLB
  1. D ^MCARAMLC
  1. D ^MCARAMLD
  1. D ^MCARAMLE
  1. D ^MCARAMLF
  1. D ^MCARAMLG
  1. W !!,MCCNT," records compiled."
  1. D ^MCARAMLH
  1. W !!,"...done."
  1. Q