LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
Basic query/retrieve service class provider example which should be run with the QuerySCU.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCF.Examples.QuerySCPCallbackProgram

Namespace:  LaurelBridge.DCF.Examples.QuerySCPCallback
Assembly:  QuerySCPCallback (in QuerySCPCallback.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public class Program

The Program type exposes the following members.

Constructors

  NameDescription
Public methodProgram
Initializes a new instance of the Program class
Top
Methods

  NameDescription
Public methodStatic memberMain
Main entry point for QuerySCPCallback.
Top
Remarks

This example uses callback methods to handle the C-Find, C-Get, C-Move and C-Cancel DIMSE messages. See the SampleVNA example for a more full-featured example of a Query/Retrieve Service implementation.
See Also

Reference