LAUREL BRIDGE

ImageRecord Constructor (DicomDataSet)

DICOM Connectivity Framework V3.4
Constructs a ImageRecord 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 ImageRecord(
	DicomDataSet dds
)

Parameters

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

Reference