LAUREL BRIDGE

SampleVNAQuerySCP Class

DICOM Connectivity Framework V3.4
Sample VNA Query implementation.
Inheritance Hierarchy

SystemObject
  DefaultDimseMessageHandler
    QRSCP
      LaurelBridge.DCFExamples.SampleVNASampleVNAQuerySCP

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

C#
public class SampleVNAQuerySCP : QRSCP

The SampleVNAQuerySCP type exposes the following members.

Constructors

  NameDescription
Public methodSampleVNAQuerySCP
Constructor.
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