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

Package: Imaging

Routine: MAGDSTQ1


Information

MAGDSTQ1 ;WOIFO/PMK - Study Tracker - Query/Retrieve user ; Feb 15, 2022@10:52:44

Source Information

Source file <MAGDSTQ1.m>

Entry Points

Name Comments DBIA/ICR reference
PNAME ; get patient name attribute
CHKNAME(ATTRIB) ; convert comma(s) to caret(s) & remove leading spaces
PID ; get patient id attribute
GETMODE() ; get the patient lookup CLIENT for manual Q/R client
SEX ; get the patient's sex
CHECKSEX(X) ;
ACNUMB ; enter the accession number
ANPREFIX() ; add the site-specific accession number prefix
GETANPFX(DEFAULT) ; get the accession number prefix
REFDOC ;
STUDYID ; enter the study id
SERIESNO ; enter the series number
REQPROID ; enter the requested procedure id
SPSTEPID ; enter the scheduled procedure step id
STUDYUID ; enter the study instance uid
SERIEUID ; enter the series instance uid
SOPUID ; enter the SOP instance uid
CHECKUID(X) ; check the format of the uid
MODALITY ; select the modality
CHECKMOD(X) ; check the validity of the entered modality value
BIRTHDAT ; birth date, may be a range
STDYDATE ; study date, may be a range
GETDATE(TYPE) ; get the date
CHKDATE(X) ; check the date
STDYTIME ; study time, may be a range
CHKTIME(X) ; check the study time
QRROOT ; get query/retrieve root
CHKQRR(X) ; check the query/retrieve root
GETKEY(ATTRIB,PROMPT,HELP,CHECK) ; get the value for the key

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Enter the Accession Number Prefix: "
  • Line Location: GETANPFX+3
Function Call: WRITE
  • Prompt: DEFAULT,"// "
  • Line Location: GETANPFX+4
Function Call: READ
  • Variable: ANPREFIX
  • Timeout: DTIME
  • Line Location: GETANPFX+5
Function Call: WRITE
  • Prompt: ANPREFIX
  • Line Location: GETANPFX+6
Function Call: WRITE
  • Prompt: " -- use ""@"" to remove it"
  • Line Location: GETANPFX+7
Function Call: WRITE
  • Prompt: " ???",!,"Please enter ""@"" or 1-4 characters (numeric, uppercase characters, hyphen)"
  • Line Location: GETANPFX+11
Function Call: WRITE
  • Prompt: !!,"Please run the menu option to Reinitialize All the DICOM Master Files",!
  • Line Location: CHECKMOD+10
Function Call: WRITE
  • Prompt: !,"*** Warning: Modality """,X,""" is not defined in DICOM."
  • Line Location: CHECKMOD+14
Function Call: WRITE
  • Prompt: " -- ",$P($P(^MAGDICOM(2006.51,DICTIEN,1,MODALIEN,0),"^",2),"=",1)
  • Line Location: CHECKMOD+18
Function Call: WRITE
  • Prompt: !,"Patient Level queries are not supported for Study Root -- changing to STUDY"
  • Line Location: CHKQRR+7
Function Call: WRITE
  • Prompt: DEFAULT,"// "
  • Line Location: GETKEY+4
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: GETKEY+5
Function Call: WRITE
  • Prompt: X
  • Line Location: GETKEY+5
Function Call: WRITE
  • Prompt: !,HELP(I)
  • Line Location: GETKEY+7
Function Call: WRITE
  • Prompt: !!,"(Enter ""@"" to delete the """,DEFAULT,""" value)"
  • Line Location: GETKEY+8
Function Call: WRITE
  • Prompt: " -- deleted"
  • Line Location: GETKEY+12
Function Call: WRITE
  • Prompt: "Illegal Value"
  • Line Location: GETKEY+16
Function Call: WRITE
  • Prompt: !
  • Line Location: GETKEY+17
Function Call: WRITE
  • Prompt: " "
  • Line Location: GETKEY+18
Info |  Source |  Entry Points |  Interaction Calls