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 |  Used in RPC
Print Page as PDF
Routine: ISIJUTL1

Package: Vendor - ISI

Routine: ISIJUTL1


Information

ISIJUTL1 ; ISI/JHC - ISI Rad subroutines ; 10/17/2022

Source Information

Source file <ISIJUTL1.m>

Entry Points

Name Comments DBIA/ICR reference
ERR ;
ASIGME(ASIGNEE,LIST,STATUS) ; ISI calc truth value re assignment status vs user type
; Called by: Exam Open code to control locking of an exam,
; Exam List compile to control display of an exam
; Input:
; ASIGNEE--DUZ of assignee, required
; LIST--optional, = List # for List compile to filter appropriately for Lists
; STATUS--optional, exam Status code, used for List compile ...
; Returns:
; TRUE--ok for this user to lock an exam, or see exam list entry, acc to calling routine
; FALSE--otherwise; see logic below
ASSTATUS(STS) ; return False if status is Waiting or Examined
; exams in these statuses are of interest regarding locks & list display
ASENA(MAGRY) ; RPC: ISIJ ASSIGN ENABLE
; Deprecated functionality--reply will disable function in client
; RETURN: 0 ^ Menu
; Menu -- Hard code to nil
QRYSTAT ; Inquire into ISIJ DYNAMIC QUERY STATS file entries
QRYSLOOP
END

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!?5,"NOTE: the output for this report works best on a 132 column display."
  • Line Location: QRYSTAT+2
Function Call: WRITE
  • Prompt: !!?15,"Display ISI Rad Query Statistics",!!
  • Line Location: QRYSLOOP+1
Function Call: WRITE
  • Prompt: !
  • Line Location: QRYSLOOP+6
Function Call: WRITE
  • Prompt: !
  • Line Location: QRYSLOOP+7
Function Call: WRITE
  • Prompt: !
  • Line Location: QRYSLOOP+10

Used in RPC

RPC Name Call Tags
ISIJ ASSIGN ENABLE ASENA
Info |  Source |  Entry Points |  Interaction Calls |  Used in RPC