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

Package: Surgery

Routine: SROCOM


Information

SROCOM ;B'HAM ISC/MAM - ENTER COMMENTS ; [ 01/30/01 10:02 AM ]

Source Information

Source file <SROCOM.m>

Entry Points

Name Comments DBIA/ICR reference
CASE ; get case number
LOOK
ASK
END
OTHER ; other operations
LIST ; list cases
OPS
LOOP ; break procedure if greater than 60 characters

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: CASE+1
Function Call: WRITE
  • Prompt: !
  • Line Location: LOOK+0
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: LOOK+1
Function Call: WRITE
  • Prompt: !!,"There are no cases entered for "_SRNAME_".",!!
  • Line Location: LOOK+1
Function Call: WRITE
  • Prompt: !!,"Press RETURN to continue "
  • Line Location: LOOK+1
Function Call: READ
  • Formatting: !!
  • Prompt: "Select Number: "
  • Variable: SRNUM
  • Timeout: DTIME
  • Line Location: ASK+0
Function Call: WRITE
  • Prompt: !!,"Enter the number which corresponds to the case that you want to enter comments."
  • Line Location: ASK+1
Function Call: WRITE
  • Prompt: !!,"You have entered an invalid number, please select again. "
  • Line Location: ASK+2
Function Call: WRITE
  • Prompt: !!
  • Line Location: ASK+3
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END+0
Function Call: WRITE
  • Prompt: !,CNT_". "_SRSDATE,?15,SROPS(1)
  • Line Location: OPS+2
Function Call: WRITE
  • Prompt: !,?15,SROPS(2)
  • Line Location: OPS+2
Function Call: WRITE
  • Prompt: !,?15,SROPS(2)
  • Line Location: OPS+2
Function Call: WRITE
  • Prompt: !,?15,SROPS(2)
  • Line Location: OPS+2
Info |  Source |  Entry Points |  Interaction Calls