Skip to main content

EnsLib.DICOM.Operation.TCP

class EnsLib.DICOM.Operation.TCP extends EnsLib.DICOM.Duplex.TCP

Method Inventory

Methods

method EstablishAssociation(pRequest As EnsLib.DICOM.Command.Establish, Output pResponse As %Library.Persistent) as %Status
From the message-map, the adapter is asked to open the association
method OnAdapterErrored(pStatus As %Status) as %Status
This Callback method is called by the adapter if it encounters a fatal error
method OnFailureTimeout(pRequest As %Library.Persistent, Output pResponse As %Library.Persistent, ByRef pSC As %Status) as %Boolean
Override this method to provide custom handling of retry / failure timeout.

Set ..Retry=1 to override normal error return and re-evaluate flag properties.

Return 0 to skip further (default) FailureTimeout processing, 1 to perform default processing.

method ReleaseAssociation(pRequest As EnsLib.DICOM.Command.Release, Output pResponse As %Library.Persistent) as %Status
From the message-map, the adapter is asked to close the association

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab