abstract class EnsLib.PrivateSession.Duplex
extends Ens.BusinessDuplex
This is a Business Service class.
parameter DOMAIN = "EnsDICOM";
Domain for error messages
parameter SETTINGS = "DuplexTargetConfigName";
This holds the settings list
property DeferredResponseToken
as %String;
This holds the deferred response token
property DuplexTargetConfigName
as %String(MAXLEN=1000);
Configuration item(s) to which to send messages
property ReceivedDataQueue
as list of %Library.Persistent;
This holds data that is not yet ready for processing