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

Package: Surgery

Routine: SROAL2


Information

SROAL2 ;BIR/ADM - LOAD POSTOPERATIVE LAB DATA ;02/14/07

Source Information

Source file <SROAL2.m>

Entry Points

Name Comments DBIA/ICR reference
YEP
START
SRAT ; Get test from file 139.2.
END
SRADN ; Get data name(s) for test, make call to check lab record.
LABCHK ; Get test values from patient's lab record.
COMP
NS ; check for no sample
STAR ; questional result, require manual input
DATA ; Decide to save test result or not
TMCHK
CONV ; convert value to numeric for comparison

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This selection loads highest or lowest lab data for tests performed within",!,"30 days after the operation."
  • Line Location: SROAL2+6
Function Call: READ
  • Variable: SRYN
  • Timeout: DTIME
  • Line Location: YEP+0
Function Call: WRITE
  • Prompt: !!,"Enter <RET> to automatically load postoperative lab data from the patient's lab record, or 'NO' to return to the menu."
  • Line Location: YEP+1
Function Call: WRITE
  • Prompt: !!,"Lab data NOT loaded."
  • Line Location: YEP+2
Function Call: WRITE
  • Prompt: !!,"'Time the Operation Ends' must be entered before continuing."
  • Line Location: START+1
Function Call: WRITE
  • Prompt: !!,"..Searching lab record for postoperative lab test data...."
  • Line Location: SRAT+1
Function Call: WRITE
  • Prompt: !!,"Press <RET> to continue "
  • Line Location: END+0
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: END+1
Function Call: READ
  • Variable: SRYN
  • Timeout: DTIME
  • Line Location: TMCHK+0
Function Call: WRITE
  • Prompt: !!,"Enter 'YES' to input 'Time the Operation Ends' or ",!,"'NO' to return to the menu."
  • Line Location: TMCHK+1
Info |  Source |  Entry Points |  Interaction Calls