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

Package: Surgery

Routine: SROARET


Information

SROARET ;BIR/MAM - UPDATE RETURNS ;07/07/04 12:27 PM

Source Information

Source file <SROARET.m>

Entry Points

Name Comments DBIA/ICR reference
RETURN
PICK
DEL ; delete returns
CHECK ; add to RETURNS if necessary
LIST ; list returns
LOOP ; break procedures
UPDATE ; update single return
END
END1
RELATED ; update RELATED/UNRELATED status
CHANGE

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"There are no surgical cases entered for "_SRNAME_"",!,"within 30 days of this operation."
  • Line Location: SROARET+10
Function Call: WRITE
  • Prompt: !,SRLINE,!
  • Line Location: RETURN+5
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: PICK+0
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: PICK+1
Function Call: WRITE
  • Prompt: !!,"Select the number corresponding to the return which you want to update, or",!,"enter RETURN to quit this option.",!!,"Press RETURN to continue "
  • Line Location: PICK+1
Function Call: WRITE
  • Prompt: !,CNT_".",?3,DATE,?15,SROPS(1)
  • Line Location: LIST+5
Function Call: WRITE
  • Prompt: !,?15,SROPS(2)
  • Line Location: LIST+5
Function Call: WRITE
  • Prompt: !,?15,SROPS(2)
  • Line Location: LIST+5
Function Call: WRITE
  • Prompt: !
  • Line Location: LIST+6
Function Call: WRITE
  • Prompt: !!,"Press RETURN to continue "
  • Line Location: END+0
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END1+1
Function Call: WRITE
  • Prompt: !
  • Line Location: RELATED+2
Function Call: WRITE
  • Prompt: !,SRLINE,!
  • Line Location: RELATED+2
Function Call: READ
  • Variable: SRYN
  • Timeout: DTIME
  • Line Location: CHANGE+0
Function Call: WRITE
  • Prompt: !!,"Enter 'YES' to change the status of this return from "_SRELATE_" to "_OPPOSITE_".",!,"Enter 'NO' to leave the information unchanged.",!
  • Line Location: CHANGE+1
Info |  Source |  Entry Points |  Interaction Calls