Files > QUEUE MESSAGE

name
QUEUE MESSAGE
number
2006.928
location
^MAGV(2006.928,
description
+---------------------------------------------------------------+ | | | Property of the US Government. | | No permission to copy or redistribute this software is given. | | Use of unreleased versions of this software requires the user | | to execute a written test agreement with the VistA Imaging | | Development Office of the Department of Veterans Affairs, | | telephone (301) 734-0100. | | | | The Food and Drug Administration classifies this software as | | a medical device. As such, it may not be changed in any way. | | Modifications to this software may result in an adulterated | | medical device under 21CFR820, the use of which is considered | | to be a violation of US Federal Statutes. | | | +---------------------------------------------------------------+ This file stores individual queue messages for a queue. It contains the message, earliest delivery date/time and expiration date/time of a message. This will be used to queue asynchronous storage requests.
Fields
#NameLocationTypeDetailsIndexDescription
.01queue(+)0;1POINTER2006.927BThis is the queue in which the message is placed.
2priority(+)0;2NUMERICAn 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.
3enqueued date/time(+)0;3DATE-TIMEDate and time at which the message was placed in the queue.
4earliest delivery date/time0;4DATE-TIMEDate and time that must be reached before the message is eligible to be retrieved from the queue for processing.
5expiration date/time0;5DATE-TIMEDate and time after which the message is no longer valid or eligible for processing. An empty value here implies that the message never expires.
6message1;0WORD-PROCESSINGThe content of the queue message.
7message group id0;7FREE TEXTThe 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.

Not Referenced