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

MCARAP2.m

Go to the documentation of this file.
  1. MCARAP2 ;WASH ISC/SAE-MEDICINE AUTO INSTRUMENT INTERFACE SUMMARY PRINT ;7/25/94 07:45
  1. ;;2.3;Medicine;;09/13/1996
  1. ;
  1. QMARK W @IOF,"Choose S, U, or A to select report, or ^ to exit",!,"Enter Patient's name, or press return for all Patients"
  1. W !," E.G. (LAST or LAST,FIRST or LAST,FIRST MI)"
  1. W !!,"TEST DATE: Date test was perfomed"
  1. W !,"FIRST TRANS: Date/time first transferral attempt of record was made"
  1. W !,"LAST TRANS: Date/time last transferral attempt was made"
  1. W !,"PATIENT: Patient name as transmitted from Instrument System"
  1. W !,"SSN: ID transmitted from Instrument System"
  1. W !,"TRIES: Number of times individual record's transferral was attempted"
  1. W !,"ERR: Reason for failure to pass DHCP validity checks"
  1. W !!,"Error codes indicate record transferrral attempt was unsuccessful:",!,?5,"D",?10,"Date and/or Time transmitted were not valid"
  1. W !,?5,"S",?10,"SSN lookup in DHCP Patient File was unsuccessful",!,?5,"N",?10,"Name transmitted does not match name in DHCP Patient File"
  1. W !,?5,"L",?10,"ECG File Load attempt was unsuccessful"
  1. W !,?5,"M",?10,"Machine Diagnosis was null"
  1. W !,?5,"P",?10,"Provider lookup was unsuccessful"
  1. W !!,"At end of report is a statistical tally of total number of ""LAST TRANS"" attempts",!," made for requested category during designated date range"
  1. ;W !!,"Record transferral attempts within only the past month are available"
  1. Q
  1. ;
  1. QMARK2 ;Displays definitions of integer error codes
  1. W @IOF,!!,"Error codes >50 indicate record transferrral attempt was unsuccessful:",!!,?5,"51",?10,"Date is a null data field"
  1. W !,?5,"51",?10,"Time is a null data field"
  1. W !,?5,"52",?10,"Date/Time not DD-MON-YYYR@HH:MM",!,?5,"53",?10,"Date/Time rejected by %DT"
  1. W !,?5,"54",?10,"Social Security Number is not numeric",!,?5,"54",?10,"Social Security Number is a null data field"
  1. W !,?5,"55",?10,"Social Security Number not in patient file",!,?5,"56",?10,"Name does not match patient file"
  1. W !,?5,"57",?10,"Name is a null data field",!,?5,"58",?10,"ECG record not filed"
  1. W !,?5,"59",?10,"ECG record undefined-Diagnosis not filed",!,?5,"60",?10,"ECG record undefined-Medication not filed"
  1. W !,?5,"62",?10,"Diagnosis is a null data field"
  1. W !,?5,"63",?10,"Interpreted By is a null data field"
  1. W !,?5,"64",?10,"Interpreted By does not match name in New User file"
  1. Q