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
Print Page as PDF
Routine: MAGVRS41

Package: Imaging

Routine: MAGVRS41


Information

MAGVRS41 ;WOIFO/DAC,MLH,NST - Utilities for RPC calls for DICOM file processing ; 08 May 2018 10:41 AM

Source Information

Source file <MAGVRS41.m>

Entry Points

Name Comments DBIA/ICR reference
INPUTSEP() ; Name value separator for input data ie. NAME`TESTPATIENT
OUTSEP() ; Name value separator for output data ie. NAME|TESTPATIENT
STATSEP() ; Status and Result separator ie. -3``No record IEN
UPDATE(OUT,FILE,ATTS,OVERRIDE) ; Update Attributes
ATTACH(OUT,FILE,ATTS) ; Create record; attach to parent record if applicable
; Input Variables:
; FILE - File number of record
; ATTS - Array of name value pairs separated by an input separator
; Output Variables:
; OUT - Returns success and new record IEN or error and error message
REFRESH(OUT,FILE,IEN,PIEN,OVERRIDE) ; Retrieve specified file data attributes
MULTIPLE(FILE,FIELD) ; Process multiple DB entries
NUMERIC(FILE,FIELD) ; Determine if field is numeric
DATETIME(FILE,FIELD) ; Determine if field is date time
GETFIELD(FILE,FNAME) ; Returns a field number given a field name
PARENT(FILE,IEN,PIEN) ; Check if provided parent IEN is linked to current record
AOFSET(PIEN,IEN) ; Set artifact on file to 1 for all parent nodes of file instance
INACTIVT(OUT,FILE,IEN,PIEN,OVERRIDE,REASON) ; Marks the entry indicated by file # and IEN as deleted
FINDBUID(OUT,FILE,UID) ;Find SOP or series by UID
GETSINST(VALUE) ; Get the service institution value
Info |  Source |  Entry Points