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: MAGDSTAX

Package: Imaging

Routine: MAGDSTAX


Information

MAGDSTAX ;WOIFO/PMK - Display of CSV report for Excel ; Nov 08, 2022@13:48:26

Source Information

Source file <MAGDSTAX.m>

Entry Points

Name Comments DBIA/ICR reference
EXCELCSV(MYSERVICE,CSVLIST) ; output a CMP/RET comma-separated values report
SELECT() ; pick the study to output
DATE(I) ; return the date of the report
INFO(I) ;
COPY(I) ;
OUTPUT(I) ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Sorry, there are no run results in Excel *.CSV file format on file"
  • Line Location: EXCELCSV+4
Function Call: WRITE
  • Prompt: !!,"Output run results in Excel *.CSV file format"
  • Line Location: EXCELCSV+7
Function Call: WRITE
  • Prompt: " -- ",CSVLIST(0)," sets of results on file"
  • Line Location: EXCELCSV+8
Function Call: WRITE
  • Prompt: !
  • Line Location: EXCELCSV+9
Function Call: WRITE
  • Prompt: !!,"There is just one CMP/RET CSV report for a run started ",DATE,!
  • Line Location: EXCELCSV+12
Function Call: WRITE
  • Prompt: !,$J(I,3)," -- ",$$DATE(I)
  • Line Location: SELECT+6
Function Call: WRITE
  • Prompt: " -- ",^TMP("MAG",$J,"BATCH Q/R","OPTION")
  • Line Location: SELECT+7
Function Call: WRITE
  • Prompt: " -- ",^XTMP(CSVLIST(I),"REPORT",0)," records"
  • Line Location: SELECT+8
Function Call: WRITE
  • Prompt: !!,"Enter report number 1-",N,": "
  • Line Location: SELECT+10
Function Call: READ
  • Variable: J
  • Timeout: DTIME
  • Line Location: SELECT+11
Function Call: WRITE
  • Prompt: " ??? - Please enter an integer",!
  • Line Location: SELECT+13
Function Call: WRITE
  • Prompt: " ??? Please enter an integer greater than zero",!
  • Line Location: SELECT+14
Function Call: WRITE
  • Prompt: " ??? Please enter an integer no greater than ",N,!
  • Line Location: SELECT+15
Function Call: WRITE
  • Prompt: !!
  • Line Location: OUTPUT+2
Function Call: WRITE
  • Prompt: "="
  • Line Location: OUTPUT+2
Function Call: WRITE
  • Prompt: !
  • Line Location: OUTPUT+3
Function Call: WRITE
  • Prompt: !,"For best results, set the Reflection Workplace screen width to 512:"
  • Line Location: OUTPUT+4
Function Call: WRITE
  • Prompt: !," Menu - File/Settings under Terminal Configuration 'Set Up Display Settings'"
  • Line Location: OUTPUT+5
Function Call: WRITE
  • Prompt: !," Scroll down to 'Number of characters per row', enter 512, click 'OK'",!
  • Line Location: OUTPUT+6
Function Call: WRITE
  • Prompt: !,"Specify the Logging output *.CSV file for Excel:"
  • Line Location: OUTPUT+7
Function Call: WRITE
  • Prompt: !," Menu - Tools/Logging, unselect Printer, select Disk, and enter a path"
  • Line Location: OUTPUT+8
Function Call: WRITE
  • Prompt: !," for the *.CSV file (ex. ...\Auto QR\Retrieve_2022-11-24.CSV), click 'OK'",!
  • Line Location: OUTPUT+9
Function Call: WRITE
  • Prompt: !," *** Be sure to select a different *.CVS file name for each run. ***",!
  • Line Location: OUTPUT+10
Function Call: WRITE
  • Prompt: !," Clicking on the *.CSV file will automatically launch Excel.",!
  • Line Location: OUTPUT+11
Function Call: WRITE
  • Prompt: !,"Turn on Logging:"
  • Line Location: OUTPUT+12
Function Call: WRITE
  • Prompt: !," Menu - Tools 'Start Logging'",!
  • Line Location: OUTPUT+13
Function Call: WRITE
  • Prompt: !,"Turn off Logging:"
  • Line Location: OUTPUT+14
Function Call: WRITE
  • Prompt: !," Menu - Tools 'Stop Logging'"
  • Line Location: OUTPUT+15
Function Call: WRITE
  • Prompt: !!
  • Line Location: OUTPUT+16
Function Call: WRITE
  • Prompt: "="
  • Line Location: OUTPUT+16
Function Call: WRITE
  • Prompt: !
  • Line Location: OUTPUT+17
Function Call: WRITE
  • Prompt: " -- output cancelled"
  • Line Location: OUTPUT+18
Function Call: WRITE
  • Prompt: !
  • Line Location: OUTPUT+20
Function Call: WRITE
  • Prompt: ^(J),!
  • Line Location: OUTPUT+21
Info |  Source |  Entry Points |  Interaction Calls