LAUREL BRIDGE

SampleVNAStoreSCP Class

DICOM Connectivity Framework V3.4
SampleVNAStoreSCP writes received datasets to disk at the location specified by Program.SampleVNAServer.ImagePath, and inserts relevant (see the (Patient|Study|Series|Image)Record classes for what is relevant) tags into a four table patient/study/series/image database.
Inheritance Hierarchy

SystemObject
  DefaultDimseMessageHandler
    StoreSCP
      LaurelBridge.DCF.Examples.SampleVNASampleVNAStoreSCP

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

C#
public class SampleVNAStoreSCP : StoreSCP

The SampleVNAStoreSCP type exposes the following members.

Constructors

  NameDescription
Public methodSampleVNAStoreSCP
Constructs a SampleVNAStoreSCP for the given AssociationAcceptor.
Top
Methods

  NameDescription
Public methodCStoreRq
Writes the incoming dataset to disk and inserts relevant information into patient/study/series/image tables in a database.
(Overrides StoreSCP.CStoreRq(CStoreRequest).)
Top
See Also

Reference