LAUREL BRIDGE

SeriesRecord Class

DICOM Connectivity Framework V3.4
A simple wrapper class that represents a series record in the database.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCF.Examples.SampleVNADatabaseRecord
    LaurelBridge.DCF.Examples.SampleVNASeriesRecord

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

C#
public class SeriesRecord : DatabaseRecord

The SeriesRecord type exposes the following members.

Constructors

  NameDescription
Public methodSeriesRecord
Constructs an empty SeriesRecord.
Public methodSeriesRecord(DicomDataSet)
Constructs a SeriesRecord object from the relevant tags in the DicomDataSet.
Top
Properties

  NameDescription
Public propertyModality
Property for the modality.
Public propertySeriesInstanceUid
Property for the series instance uid.
Public propertySeriesNumber
Property for the series number.
Public propertyStudyInstanceUid
Property for the study instance uid.
Top
Methods

  NameDescription
Public methodToDicomDataSet
Populates a DicomDataSet object with the values present in this SeriesRecord.
Top
See Also

Reference