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

Package: Lab Service

Routine: LRFAC


Information

LRFAC ;MILW/JMC/DALISC/FHS - CUM PRINT FOR FILEROOM PATIENTS TO SEPARATE PRINTER

Source Information

Source file <LRFAC.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Entry point from menu option to manually task file room cumulative.
CLOCK ; Task fileroom patients cumulative to appropiate devices.
DQ ; Queued entry point to actually print fileroom reports
CHECK ; Check File 64.5 for proper setup.
END ; Clean up time.
ALERT ;Send Alert Messages to LRLIASON mail group

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!!?20,"Checking File #64.5, LAB REPORTS FILE"
  • Line Location: EN+1
Function Call: WRITE
  • Prompt: !!,$C(7),$P(LRERR,U,2),!!
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !,"File Setup ...OK",!!,"Will schedule report(s):"
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: ?25,$P(LRRP(LRRPTN),U),!
  • Line Location: EN+5
Function Call: WRITE
  • Prompt: !,"Request ",$S($D(ZTSK):"",1:"NOT "),"Queued"
  • Line Location: EN+12
Function Call: WRITE
  • Prompt: !,"Task #",ZTSK
  • Condition for execution: $D(ZTSK)
  • Line Location: EN+12
Info |  Source |  Entry Points |  Interaction Calls