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

Package: Imaging

Routine: MAGDSTQ8


Information

MAGDSTQ8 ;WOIFO/PMK - Study Tracker - Patient Level Query/Retrieve Display; Apr 07, 2022@11:34:20

Source Information

Source file <MAGDSTQ8.m>

Entry Points

Name Comments DBIA/ICR reference
RETRIEVE ;
DISPLAY(REDISPLAY) ; refresh the top of the screen
PARSE(X) ; $piece apart the result string and store into variables
STATUS(CODE,MEANING) ; return status codes
; from Table C.4-2 C-MOVE Response Status Values PS3.4 2108b
STATUSTEXT(A) ; formulate status text
TEXT(TEXT) ; save the text in the "A" array

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOBS," ",@IOBS
  • Line Location: RETRIEVE+18
Function Call: WRITE
  • Prompt: "No retrieve results yet"
  • Line Location: RETRIEVE+21
Function Call: WRITE
  • Prompt: "."
  • Line Location: RETRIEVE+23
Function Call: WRITE
  • Prompt: STATE
  • Line Location: RETRIEVE+28
Function Call: WRITE
  • Prompt: "No DICOM objects were retrieved"
  • Line Location: RETRIEVE+32
Function Call: WRITE
  • Prompt: "One DICOM object retrieved from """,QRSCP,""""
  • Line Location: RETRIEVE+33
Function Call: WRITE
  • Prompt: "A total of ",COMPLETED," DICOM objects retrieved from """,QRSCP,""""
  • Line Location: RETRIEVE+34
Function Call: WRITE
  • Prompt: !
  • Condition for execution: K>1
  • Line Location: RETRIEVE+39
Function Call: WRITE
  • Prompt: A(K)
  • Line Location: RETRIEVE+39
Function Call: WRITE
  • Prompt: ?68,"More?"
  • Line Location: RETRIEVE+44
Function Call: WRITE
  • Prompt: X
  • Line Location: RETRIEVE+46
Function Call: WRITE
  • Prompt: !,"*** Possible problem with DICOM Gateway C-Move Request process ***"
  • Line Location: RETRIEVE+49
Function Call: WRITE
  • Prompt: !!!
  • Line Location: DISPLAY+2
Info |  Source |  Entry Points |  Interaction Calls