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

Package: Radiology Nuclear Medicine

Routine: RATRAN


Information

RATRAN ;HISC/FPT AISC/DMK-Transcriptionist Report ;8/14/97 11:08

Source Information

Source file <RATRAN.m>

Entry Points

Name Comments DBIA/ICR reference
START ; start processing
GET ; get tmp global values
END ; kill variables, close device
SET ; set tmp global
LCNT(J) ; Count lines in report text and impression text. If the number of
; characters in either the report or impression text add up to a number
; greater than zero and less than seventy five, assume that we have
; seventy five characters.
WRT ; write out counts
HDR ; header
USER ; select transcriptionists to appear in report
NEGRPT ; negative report message

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!?10,">>> IMAGING TRANSCRIPTIONIST WORKLOAD REPORT <<<",!
  • Line Location: RATRAN+4
Function Call: WRITE
  • Prompt: !,RANAME,?50,RACNT,?67,RATCNT
  • Line Location: WRT+2
Function Call: WRITE
  • Prompt: @IOF,!?21,">>> IMAGING TRANSCRIPTION REPORT <<<"
  • Condition for execution: $Y>0
  • Line Location: HDR+1
Function Call: WRITE
  • Prompt: ?70,"PAGE: ",RAPG
  • Line Location: HDR+1
Function Call: WRITE
  • Prompt: !?23,"Division: ",RADIV
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: !?21,"Date Range: ",RASTART," - ",RAFINISH
  • Line Location: HDR+3
Function Call: WRITE
  • Prompt: !,"# of Transcriptionists selected: ",$S($G(RAFLDCNT)>0:$G(RAFLDCNT),1:"ALL"),!
  • Line Location: HDR+4
Function Call: WRITE
  • Prompt: !,"RADIOLOGY/NUCLEAR MEDICINE PERSONNEL",?44,"NUMBER OF LINES",?61,"NUMBER OF REPORTS"
  • Line Location: HDR+5
Function Call: WRITE
  • Prompt: !,QQ,!
  • Line Location: HDR+6
Function Call: WRITE
  • Prompt: !!,"In this division there were no reports found for the transcriptionists selected."
  • Line Location: NEGRPT+1
Info |  Source |  Entry Points |  Interaction Calls