Skip to main content

EnsLib.ITK.AdapterKit.Process.ITKToHL7

persistent class EnsLib.ITK.AdapterKit.Process.ITKToHL7 extends Ens.BusinessProcess

SQL Table Name: EnsLib_ITK_AdapterKit_Process.ITKToHL7

This business process takes an input of a ITK XML ADT Message and converts it to a basic HL7 Message

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = TargetConfigName;
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 TargetConfigName as %String;
Property methods: TargetConfigNameDisplayToLogical(), TargetConfigNameGet(), TargetConfigNameGetStored(), TargetConfigNameIsValid(), TargetConfigNameLogicalToDisplay(), TargetConfigNameLogicalToOdbc(), TargetConfigNameNormalize(), TargetConfigNameSet()

Methods

classmethod OnGetConnections(Output pArray As %String, pItem As Ens.Config.Item)
Return an array of connections for drawing lines on the config diagram
method OnRequest(pRequest As EnsLib.ITK.Framework.RequestData, Output pResponse As EnsLib.HL7.Message) as %Status
Inherited description: Handle a 'Request'

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID,"pending",n)
=
%MasterPendingResponses(n)

Storage Model: CacheStorage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID,"received",n)
=
%MessagesReceived(n)

Storage Model: CacheStorage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID,"sent",n)
=
%MessagesSent(n)

Storage Model: CacheStorage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID)
=
%%CLASSNAME
%ConfigQueueName
%IsCompleted
%MasterPendingResponsesOld
%PrimaryRequestHeader
%PrimaryResponseHeader
%RepliedStatus
%responseId
Adapter
%SessionId
%TimeCompleted
%TimeCreated
%ConfigName
%QuitTask
AlertOnError
%responseClassName
%IsTimerInterrupted
%IsTerminated
%StatusCode
%MessagesReceivedOld
%MessagesSentOld
ReplyCodeActions
RetryInterval
AlertRetryGracePeriod
FailureTimeout
Retry
SuspendMessage
QueueCountAlert
QueueWaitAlert
InactivityTimeout
BusinessPartner
AlertGroups
%SuperSession

Storage Model: CacheStorage (EnsLib.ITK.AdapterKit.Process.ITKToHL7)

^Ens.BusinessProcessD(ID,"ITKToHL7")
=
TargetConfigName
FeedbackOpens in a new tab