Skip to main content

HS.IHE.ATNA.SecureApplication.UDP.Operations

class HS.IHE.ATNA.SecureApplication.UDP.Operations extends Ens.BusinessOperation, HS.IHE.ATNA.SecureApplication.Syslog.Common, HS.IHE.Common.Actor.Base

Property Inventory

Method Inventory

Parameters

parameter ADAPTER = HS.IHE.ATNA.Adapter.UDP.Outbound;
Inherited description: The type of adapter used to communicate with external systems
parameter INVOCATION = Queue;
Inherited description: 2 modes: Queue, InProc
parameter SETTINGS = UDPDebugOutputFile,AuditMessageType;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property AuditMessageType as %String (VALUELIST = ",DICOM,RFC3881") [ InitialExpression = "DICOM" ];
Property methods: AuditMessageTypeDisplayToLogical(), AuditMessageTypeGet(), AuditMessageTypeIsValid(), AuditMessageTypeLogicalToDisplay(), AuditMessageTypeLogicalToOdbc(), AuditMessageTypeNormalize(), AuditMessageTypeSet()
property UDPDebugOutputFile as %String;
Property methods: UDPDebugOutputFileDisplayToLogical(), UDPDebugOutputFileGet(), UDPDebugOutputFileIsValid(), UDPDebugOutputFileLogicalToDisplay(), UDPDebugOutputFileLogicalToOdbc(), UDPDebugOutputFileNormalize(), UDPDebugOutputFileSet()

Methods

method OnMessage(pRequest As %Persistent, Output pResponse As %Persistent = $$$NULLOREF) as %Status
Inherited description: This is the default message handler. All request types not declared in the message map are delivered here
method OutputToDebugFile(pAuditMessage As %String = "") as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab