MAGGTU6 ;WOIFO/GEK,MLH,MAT,JSL/MKN - Silent Utilities ; 12/6/2022 12:43 PM
Source file <MAGGTU6.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| LOGACT(MAGRY,DATA) | ;RPC [MAGGACTION LOG]
; Call to LogAction from Delphi Window |
|
| LINKDT(MAGRY,MAGDA,DTTM) | ; This is called when an Image is successfully
; linked (Associated) with a Report/Procedure/Note etc. ; MAGDA = Image IEN ; DTTM = "" No date sent, so use NOW ; DTTM = 1 No Date Sent, but use Image capture Date. ; DTTM = Valid FM Date/Time , Use it. |
|
| TIMEOUT(MAGRY,APP) | ;RPC [MAGG GET TIMEOUT]
; Call Returns the timeout for the APP from IMAGING SITE PARAMETERS File ; APP is either 'DISPLAY', 'CAPTURE', 'VISTARAD', 'TELEREADER', 'IMPORTER', or 'TELEPATHOLOGY' |
|
| EXIST(EKGPLACE) | ;Does an ekg server exist in 2005.2
|
|
| ONLINE(MAGR) | ;RPC [MAG EKG ONLINE] EKG network location status
|
|
| SHARE(MAGRY,TYPE) | ;RPC [MAG GET NETLOC]
; Get list of image shares |
|
| LOCDRIVE(I) | ; Returns 1 if this is a local drive, else 0
; Local Drive is determined by the DIR not being Type : URL and having a ":" |
|
| GETENV(MAGRY) | ;RPC [MAG GET ENV]
; Get some environment variables (used by annotation control) |
|
| ANNCB(STATARR) | ;Status Callback (called by the import API)
|
|
| GETCTP(MAGRY,DATA) | ;RPC [MAG4 CT PRESETS GET]
; INPUT ; DATA = set of flags to determine which set of CT PRESETS ; to return to client. if $P(DATA,^,1)=2 then the second ; set of CT PRESETS will be returned. ; OUTPUT ; MAGRY = the set of presets from Imaging Site Paramters File |
|
| SAVECTP(MAGRY,VALUE,DATA) | ;RPC [MAG4 CT PRESETS SAVE]
; DATA = set of flags to determine which set of CT PRESETS ; are being saved. if $P(DATA,^,1)=2 then VALUE will be saved ; as CT PRESETS 2 |
|
| NETPLCS | ; Create an array of Place, SiteCodes for all entries of
; Network Location entries. |
| RPC Name | Call Tags |
|---|---|
| MAGGACTION LOG | LOGACT |
| MAGG GET TIMEOUT | TIMEOUT |
| MAG GET NETLOC | SHARE |
| MAG EKG ONLINE | ONLINE |
| MAG GET ENV | GETENV |
| MAG4 CT PRESETS SAVE | SAVECTP |
| MAG4 CT PRESETS GET | GETCTP |