LAUREL BRIDGE

ProgramMyExtendedStoreScp Class

DICOM Connectivity Framework V3.4
MyExtendedStoreScp extends StoreSCP and overrides the CStoreRq method, which is called anytime a C-STORE request DIMSE message is received.
Inheritance Hierarchy

SystemObject
  DefaultDimseMessageHandler
    StoreSCP
      LaurelBridge.DCF.Examples.StoreSCPProgramMyExtendedStoreScp

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

C#
public class MyExtendedStoreScp : StoreSCP

The ProgramMyExtendedStoreScp type exposes the following members.

Constructors

  NameDescription
Public methodProgramMyExtendedStoreScp
Create a store handler with the given acceptor and presentation contexts.
Top
Methods

  NameDescription
Public methodCStoreRq
Writes some information from the incoming dataset to the console.
(Overrides StoreSCP.CStoreRq(CStoreRequest).)
Top
See Also

Reference