LAUREL BRIDGE

OverrideQRSCP Class

DICOM Connectivity Framework V3.4
The OverrideQRSCP class provides an alternate implementation of the QRSCP that overrides the QRSCP methods directly, instead of using the callback techniques used in the QuerySCPCallback.
Inheritance Hierarchy

SystemObject
  DefaultDimseMessageHandler
    QRSCP
      LaurelBridge.DCFExamples.QuerySCPExtendedOverrideQRSCP

Namespace:  LaurelBridge.DCFExamples.QuerySCPExtended
Assembly:  QuerySCPExtended (in QuerySCPExtended.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class OverrideQRSCP : QRSCP

The OverrideQRSCP type exposes the following members.

Constructors

  NameDescription
Public methodOverrideQRSCP
Constructor with acceptor and list of allowed presentation contexts.
Top
Methods

  NameDescription
Public methodCCancelRq
Implementation of CCancelRq message.
(Overrides QRSCP.CCancelRq(CCancelRequest).)
Public methodCFindRq
Implementation of CFindRq message.
(Overrides QRSCP.CFindRq(CFindRequest).)
Public methodCGetRq
Handle CGet requests.
(Overrides QRSCP.CGetRq(CGetRequest).)
Public methodCMoveRq
Implementation of the CMoveRq method.
(Overrides QRSCP.CMoveRq(CMoveRequest).)
Public methodCStoreRsp
This method is called by the AssociationAcceptor when a CStoreResponse DIMSE message arrives as a result of a CStoreRequest initiated by the CGet handler.
(Overrides QRSCP.CStoreRsp(CStoreResponse).)
Protected methodFindContextId
Find an accepted context id to send the specified DicomDataSet.
Top
See Also

Reference