Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields
Print Page as PDF
Global: ^MAGV(2006.928

Package: Imaging

Global: ^MAGV(2006.928


Information

FileMan FileNo FileMan Filename Package
2006.928 QUEUE MESSAGE Imaging

Description

Accessed By FileMan Db Calls, Total: 1

Package Total Routines
Imaging 1 MAGVAQ02    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Imaging 1 QUEUE(#2006.927)[.01]    

Fields, Total: 7

Field # Name Loc Type Details
.01 QUEUE 0;1 POINTER TO QUEUE FILE (#2006.927)
************************REQUIRED FIELD************************
QUEUE(#2006.927)

  • LAST EDITED:  OCT 24, 2011
  • HELP-PROMPT:  Select Queue.
  • DESCRIPTION:  
    This is the queue in which the message is placed.
  • TECHNICAL DESCR:  
    Added in patch MAG*3.0*34
  • CROSS-REFERENCE:  2006.928^B
    1)= S ^MAGV(2006.928,"B",$E(X,1,30),DA)=""
    2)= K ^MAGV(2006.928,"B",$E(X,1,30),DA)
  • RECORD INDEXES:  ENQBLDT (#1112), ENQDT (#1113), ENQPLDT (#1114)
2 PRIORITY 0;2 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1.N) X
  • LAST EDITED:  OCT 26, 2011
  • HELP-PROMPT:  Type a number between 1 and 99, 0 decimal digits.
  • DESCRIPTION:  
    An ordinal number indicating the priority of this message. Higher priority messages will be fetched from the queue and processed ahead of lower priority messages. 1 indicates highest priority and 99 the lowest priority.
  • TECHNICAL DESCR:  
    Added in patch MAG*3.0*34
3 ENQUEUED DATE/TIME 0;3 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ESTR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  SEP 14, 2011
  • HELP-PROMPT:  Date and time the message was placed on queue.
  • DESCRIPTION:  
    Date and time at which the message was placed in the queue.
  • TECHNICAL DESCR:  
    Added in patch MAG*3.0*34
  • RECORD INDEXES:  ENQBLDT (#1112), ENQDT (#1113), ENQPLDT (#1114)
4 EARLIEST DELIVERY DATE/TIME 0;4 DATE

  • INPUT TRANSFORM:  S %DT="ESTR" D ^%DT S X=Y K:X<1 X
  • LAST EDITED:  NOV 01, 2011
  • HELP-PROMPT:  Enter date and time of earliest delivery.
  • DESCRIPTION:  
    Date and time that must be reached before the message is eligible to be retrieved from the queue for processing.
  • TECHNICAL DESCR:  
    Added in patch MAG*3.0*34
5 EXPIRATION DATE/TIME 0;5 DATE

  • INPUT TRANSFORM:  S %DT="ESTR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  SEP 14, 2011
  • HELP-PROMPT:  Enter date and time of expiration. Blank means never expires.
  • DESCRIPTION:  
    Date and time after which the message is no longer valid or eligible for processing. An empty value here implies that the message never expires.
  • TECHNICAL DESCR:  
    Added in patch MAG*3.0*34
6 MESSAGE 1;0 WORD-PROCESSING #2006.9286

  • TECHNICAL DESCR:  
    Added in patch MAG*3.0*34
  • LAST EDITED:  NOV 01, 2011
  • HELP-PROMPT:  Enter queue message.
  • DESCRIPTION:  
    The content of the queue message.
  • TECHNICAL DESCR:  
    Added in patch MAG*3.0*34
7 MESSAGE GROUP ID 0;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  OCT 26, 2011
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  The value in the field MESSAGE GROUP ID indicates a subgroup within a queue. For example, the hostname of a DICOM Gateway. The field allows messages to be filtered by QUEUE and MESSAGE GROUP ID. This is useful when
    messages from a queue with the same MESSAGE GROUP ID must be processed together by the same processing agent. For example, messages in the email queue originating from the same DICOM Gateway host.
  • TECHNICAL DESCR:  
    Added in patch MAG*3.0*34
  • RECORD INDEXES:  ENQBLDT (#1112), ENQPLDT (#1114)
Info |  Desc |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields