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

Package: Surgery

Routine: SROESPR


Information

SROESPR ;BIR/ADM - SURGERY E-SIG UTILITY ;08/09/04

Source Information

Source file <SROESPR.m>

Entry Points

Name Comments DBIA/ICR reference
ENTRY ; Entry point to print reports
ENTRY1 ; Entry point from above
EXIT
PRNT(SRTN,SRTIU,SRDTITL) ; print report from TIU
DEVICE
TYPE(SRTIU) ; get document type
TITLE(SRTIU) ; get report title
FLAG() ; chart vs work copies
; returns SRFLAG=1 if chart copy, SRFLAG=0 if work copy, null if '^'
PAT(SRY,DFN) ; get minimum demographics for print
TIME(X,FMT) ; receives X as 2910419.01 and FMT=Return Format of time (HH:MM:SS).
DATE(X,FMT) ; call with X=2910419.01 and FMT=Return Format of date ("MM/DD")
QDATE
BEEP(SRPER) ; get beeper #'s
SIGNAME(SRPER) ; get signature block printed name
SIGTITL(SRPER) ; get signature block title

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,$C(7),"No Print Method Defined"
  • Line Location: PRNT+10
Function Call: WRITE
  • Prompt: !
  • Line Location: DEVICE+0
Function Call: WRITE
  • Prompt: !,$S($D(ZTSK):"Request Queued!",1:"Request Canceled!")
  • Line Location: DEVICE+5
Function Call: WRITE
  • Prompt: !
  • Line Location: FLAG+4
Info |  Source |  Entry Points |  Interaction Calls