Skip to main content

HS.IHE.ATNA.Adapter.UDP.Inbound

class HS.IHE.ATNA.Adapter.UDP.Inbound extends Ens.InboundAdapter

Property Inventory

Method Inventory

Parameters

parameter ClosingTag = </AuditMessage>;
parameter MAXSIZE = 32768;
parameter OpeningTag = <AuditMessage;
parameter SERVICEINPUTCLASS = Ens.StringContainer;
parameter SETTINGS = UDPPort;
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 UDPPort as %Integer [ InitialExpression = 3001 ];
Property methods: UDPPortDisplayToLogical(), UDPPortGet(), UDPPortIsValid(), UDPPortLogicalToDisplay(), UDPPortNormalize(), UDPPortSet()

Methods

method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()
method OnTask() as %Status
Inherited description: default InboundAdapter behavior: always call ProcessInput on CallInterval

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab