LAUREL BRIDGE

ExtendedQRSCP Class

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

SystemObject
  DefaultDimseMessageHandler
    QRSCP
      LaurelBridge.DCF.Examples.QuerySCPExtendedQRSCP

Namespace:  LaurelBridge.DCF.Examples.QuerySCP
Assembly:  QuerySCP (in QuerySCP.exe) Version: DCF34 r10560 DCF_3_4_10
Syntax

C#
public class ExtendedQRSCP : QRSCP

The ExtendedQRSCP type exposes the following members.

Constructors

  NameDescription
Public methodExtendedQRSCP
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