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

Package: Surgery

Routine: SROTHER


Information

SROTHER ;BIR/MAM - OTHER PROCEDURES ;05/14/99 12:14 PM

Source Information

Source file <SROTHER.m>

Entry Points

Name Comments DBIA/ICR reference
START
OPT
END
LIST ; list existing procedures
SEL ; select procedure
HDR ; print screen header
EDIT ; edit one procedure
ASK
NEW

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: SROTHER+2
Function Call: WRITE
  • Prompt: @IOF,!!,"A surgical case must be selected prior to using this option.",!!,"Press RETURN to continue "
  • Line Location: SROTHER+2
Function Call: WRITE
  • Prompt: !!,SRLINE
  • Line Location: START+0
Function Call: WRITE
  • Prompt: !!,SRLINE
  • Line Location: START+3
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: OPT+0
Function Call: WRITE
  • Prompt: !!,"Select the number corresponding to the procedure you want to edit, or 'NEW' to",!,"enter an additional operative procedure."
  • Line Location: OPT+2
Function Call: WRITE
  • Prompt: !!,"Press RETURN to continue "
  • Line Location: END+0
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END+1
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: SEL+1
Function Call: WRITE
  • Prompt: !!,"Enter the number corresponding to the procedure you want to edit, or RETURN",!,"to continue listing procedures."
  • Line Location: SEL+3
Function Call: READ
  • Variable: SRYN
  • Timeout: DTIME
  • Line Location: ASK+0
Function Call: WRITE
  • Prompt: !!,"Enter 'YES' to add another operative procedure, or 'NO' to return to the",!,"previous screen."
  • Line Location: ASK+2
Function Call: WRITE
  • Prompt: !
  • Line Location: NEW+0
Info |  Source |  Entry Points |  Interaction Calls