Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: ECXALAR

Package: DSS Extracts

Routine: ECXALAR


Information

ECXALAR ;ALB/TMD-LAR Extract Report of Untranslatable Results ;7/14/15 16:18

Source Information

Source file <ECXALAR.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; entry point
BEGIN ; display report description
PROCESS ; entry point for queued report
PRINT ; process temp file and print report
CLOSE ;
HEADER ;header and page control

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"No device selected...exiting.",!
  • Line Location: EN+19
Function Call: WRITE
  • Prompt: @IOF,!,"This report prints a listing of results that are not translatable i.e. have",!,"no entry in the Lab Results Translation File (#727.7)."
  • Line Location: BEGIN+1
Function Call: WRITE
  • Prompt: !!,"This report is a pre-extract type audit report and should be run prior to the",!,"generation of the actual extract. Running this report has no effect on the",!,"actual extract."
  • Line Location: BEGIN+2
Function Call: WRITE
  • Prompt: !!,"**WARNING: This report can take a long time to process. You are encouraged",!,"to queue this report for processing during the evening if possible.**"
  • Line Location: BEGIN+3
Function Call: WRITE
  • Prompt: !!,"Enter the date range for which you would like to scan the ",ECXTL," Extract records.",!
  • Line Location: BEGIN+4
Function Call: WRITE
  • Prompt: !!,?8,"No untranslatable results for this extract"
  • Line Location: PRINT+19
Function Call: WRITE
  • Prompt: !
  • Line Location: CLOSE+2
Function Call: WRITE
  • Prompt: !
  • Line Location: CLOSE+3
Function Call: WRITE
  • Prompt: !
  • Line Location: HEADER+3
Function Call: WRITE
  • Prompt: !,ECXTL_" Extract Untranslatable Results Audit Report",?71,"Page: "_PG
  • Line Location: HEADER+7
Function Call: WRITE
  • Prompt: !,"Start Date: ",ECSTART
  • Line Location: HEADER+8
Function Call: WRITE
  • Prompt: !,"End Date: ",ECEND,?49,"Report Run Date: "_ECRUN
  • Line Location: HEADER+9
Function Call: WRITE
  • Prompt: !!,"Pat.",?5,"SSN",?17,"Date/Time",?32,"Test",?38,"Test Name",?60,"Result"
  • Line Location: HEADER+10
Function Call: WRITE
  • Prompt: !,"Name",?17,"Collected",?32,"Code"
  • Line Location: HEADER+11
Function Call: WRITE
  • Prompt: !,LN,!
  • Line Location: HEADER+12
Info |  Source |  Entry Points |  Interaction Calls