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

Package: Surgery

Routine: SRSWLST


Information

SRSWLST ;B'HAM ISC/MAM - PRINT SURGERY WAITING LIST ; 17 OCT 89 7:05 AM

Source Information

Source file <SRSWLST.m>

Entry Points

Name Comments DBIA/ICR reference
MENU
SPEC
SORTOP
FORM ; brief or extended
END
OLD ; check for operations by same specialty
CHK ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!!,?(IOM-$L(RH)\2),RH,!!,"Print Report By:"
  • Line Location: MENU+0
Function Call: WRITE
  • Prompt: !!," A Alphabetical Order by Patient",!," T Tentative Date of Operation",!," D Date Entered on the Waiting List"
  • Line Location: MENU+1
Function Call: READ
  • Variable: SOPT
  • Timeout: DTIME
  • Line Location: MENU+3
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: MENU+3
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: MENU+5
Function Call: WRITE
  • Prompt: !!,"Enter one of the letters, A, T, or D or ^ to exit. ",!!,"Press RETURN to continue "
  • Line Location: MENU+5
Function Call: READ
  • Variable: SRYN
  • Timeout: DTIME
  • Line Location: SPEC+0
Function Call: READ
  • Variable: SSOPT
  • Timeout: DTIME
  • Line Location: SORTOP+0
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: SORTOP+2
Function Call: WRITE
  • Prompt: !!,"Enter YES to generate the list sorted first by surgical specialty ",!,"and then alphabetic by patient name. Enter NO to sort only by patient name.",!!,"Press RETURN to continue "
  • Line Location: SORTOP+2
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: SORTOP+3
Function Call: WRITE
  • Prompt: !!,"Enter 'YES' if you want to generate the list for all surgical",!,"specialties, or 'NO' to select a specific specialty.",!!,"Press RETURN to continue "
  • Line Location: SORTOP+3
Function Call: WRITE
  • Prompt: !
  • Line Location: SORTOP+5
Function Call: READ
  • Variable: SRYN
  • Timeout: DTIME
  • Line Location: FORM+2
Function Call: WRITE
  • Prompt: !!,"Enter 'NO' if you want to print the extended form of the waiting list",!,"containing demographic information, or 'YES' to print the brief form.",!
  • Line Location: FORM+6
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END+0
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: END+2
Function Call: WRITE
  • Prompt: !!,"Press RETURN to continue "
  • Line Location: END+2
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END+2
Info |  Source |  Entry Points |  Interaction Calls