LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
Basic store service class user example which should be run with StoreSCP.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.StoreClientProgram

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

C#
public class Program

The Program type exposes the following members.

Constructors

  NameDescription
Public methodProgram
The class submits a store job.
Top
Methods

  NameDescription
Public methodStatic memberMain
Main entry point for StoreClient.
Public methodStoreJobComplete
Implementation of StoreClientListener interface.
Public methodStoreObjectComplete
Implementation of StoreClientListener interface.
Top
Remarks

While it is possible to use the LaurelBridge.DCFExamples.StoreClient to send a single DICOM store request, it is more often the case that a number of DICOM instances are to be sent by the SCU. The various classes in the LaurelBridge.DCF.Dicom.Store namespace may help to manage this operation.
See Also

Reference

StoreJob
StoreSCU
StoreJobDescription
StoreJobInstanceStatus
IStoreClientListener