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

Package: Surgery

Routine: SRSDISP


Information

SRSDISP ;B'HAM ISC/MAM - SELECT GRAPH DISPLAY ; [ 04/03/00 1:33 PM ]

Source Information

Source file <SRSDISP.m>

Entry Points

Name Comments DBIA/ICR reference
PICK
HDR
LINE ; display graph for each room
GRAPH ; set graph in ^SRS
HELP

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!!,"Display of Available Operating Room Time",!!,"1. Display Availability (12:00 AM - 12:00 PM)",!,"2. Display Availability (06:00 AM - 08:00 PM)",!,"3. Display Availability (12:00 PM - 12:00 AM)"
  • Line Location: PICK+0
Function Call: WRITE
  • Prompt: !,"4. Do Not Display Availability"
  • Line Location: PICK+1
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: PICK+2
Function Call: WRITE
  • Prompt: @IOF,!!,"ROOM"
  • Line Location: HDR+0
Function Call: WRITE
  • Prompt: " 6AM 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
  • Line Location: HDR+1
Function Call: WRITE
  • Prompt: " 12AM 1 2 3 4 5 6 7 8 9 10 11 12PM"
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: " 12PM 13 14 15 16 17 18 19 20 21 22 23 24"
  • Line Location: HDR+3
Function Call: WRITE
  • Prompt: !,$E(ROOM,1,8),?8,$E(^SRS(SROR,"S",SRSDATE,1),START,END)
  • Line Location: LINE+5
Function Call: WRITE
  • Prompt: !!,"Enter the number corresponding to portion of the display graph of available",!,"operating room time that you want to view. If you are scheduling a case"
  • Line Location: HELP+0
Function Call: WRITE
  • Prompt: !,"between the hours of 6:00 AM and 8:00 PM, enter '2'. A display of available",!,"operating room time will then appear on your screen. If you do not want to"
  • Line Location: HELP+1
Function Call: WRITE
  • Prompt: !,"see a display for any time period, enter '4'. You will then be asked to",!,"select an operating room."
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !!,"Press <RET> to continue "
  • Line Location: HELP+3
Info |  Source |  Entry Points |  Interaction Calls