Skip to main content

HS.IHE.ATNA.Repository.UDP.Services

class HS.IHE.ATNA.Repository.UDP.Services extends Ens.BusinessService, HS.IHE.ATNA.Repository.Syslog.Common, HS.IHE.Common.Actor.Base

Property Inventory

Method Inventory

Parameters

parameter ADAPTER = HS.IHE.ATNA.Adapter.UDP.Inbound;
Inherited description: The type of adapter used to communicate with external systems
parameter SETTINGS = AuditRepositoryOperations,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 AuditRepositoryOperations as Ens.DataType.ConfigName [ InitialExpression = "HS.IHE.ATNA.Repository.Operations" ];
Property methods: AuditRepositoryOperationsDisplayToLogical(), AuditRepositoryOperationsGet(), AuditRepositoryOperationsIsValid(), AuditRepositoryOperationsLogicalToDisplay(), AuditRepositoryOperationsLogicalToOdbc(), AuditRepositoryOperationsNormalize(), AuditRepositoryOperationsParseConfigNameSpec(), AuditRepositoryOperationsSet()
property UDPDebugOutputFile as %String;
Property methods: UDPDebugOutputFileDisplayToLogical(), UDPDebugOutputFileGet(), UDPDebugOutputFileIsValid(), UDPDebugOutputFileLogicalToDisplay(), UDPDebugOutputFileLogicalToOdbc(), UDPDebugOutputFileNormalize(), UDPDebugOutputFileSet()

Methods

method OnProcessInput(pRequest As HS.Message.IHE.ATNA.InboundSubmission, Output pResponse As Ens.StringContainer = $$$NULLOREF, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).
method OutputToDebugFile(pAuditMessage As %String = "") as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab