LAUREL BRIDGE

SeriesRecord Constructor (DicomDataSet)

DICOM Connectivity Framework V3.4
Constructs a SeriesRecord object from the relevant tags in the DicomDataSet.

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

C#
public SeriesRecord(
	DicomDataSet dds
)

Parameters

dds
Type: DicomDataSet
The DicomDataSet containing tags used to populate this SeriesRecord.
See Also

Reference