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

Package: Surgery

Routine: SRSCHDA


Information

SRSCHDA ;B'HAM ISC/MAM - SCHEDULE ANESTHESIA PERSONNEL;[JAN 31,2001@07:58]

Source Information

Source file <SRSCHDA.m>

Entry Points

Name Comments DBIA/ICR reference
DATE
OR
AGAIN
END
LIST ; set variables and list case
MORE
LOOP ; break procedure if greater than 70 characters

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: DATE+0
Function Call: WRITE
  • Prompt: !
  • Line Location: OR+0
Function Call: WRITE
  • Prompt: !!,"There are no cases scheduled for this operating room. ",!!,"Press RETURN to continue "
  • Line Location: OR+1
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: OR+4
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: AGAIN+0
Function Call: WRITE
  • Prompt: !!,"Enter RETURN if you would like to schedule anesthesia personnel in another",!,"room, or 'NO' to quit."
  • Line Location: AGAIN+0
Function Call: WRITE
  • Prompt: !!,"Please answer 'YES' or 'NO'."
  • Line Location: AGAIN+2
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END+1
Function Call: WRITE
  • Prompt: @IOF,!!,"Scheduled Operations for "_SROR("N"),!
  • Line Location: LIST+3
Function Call: WRITE
  • Prompt: "-"
  • Line Location: LIST+3
Function Call: WRITE
  • Prompt: !!,"Case # "_SRTN_" Patient: "_SRNM,!,"From: "_SRST_" To: "_SRET,!,SROPS(1)
  • Line Location: LIST+4
Function Call: WRITE
  • Prompt: !,?5,SROPS(2)
  • Line Location: LIST+4
Function Call: WRITE
  • Prompt: !,?5,SROPS(2)
  • Line Location: LIST+4
Function Call: WRITE
  • Prompt: !!
  • Line Location: LIST+8
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: MORE+0
Function Call: WRITE
  • Prompt: !!,"Enter RETURN to continue scheduling other cases, or '^' to leave this option.",!!
  • Line Location: MORE+0
Info |  Source |  Entry Points |  Interaction Calls