LAUREL BRIDGE

PatientRecord Constructor (DicomDataSet)

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

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

C#
public PatientRecord(
	DicomDataSet dds
)

Parameters

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

Reference