LAUREL BRIDGE

ImageRecord Class

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

SystemObject
  LaurelBridge.DCF.Examples.SampleVNADatabaseRecord
    LaurelBridge.DCF.Examples.SampleVNAImageRecord

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

C#
public class ImageRecord : DatabaseRecord

The ImageRecord type exposes the following members.

Constructors

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

  NameDescription
Public propertyInstanceNumber
Property for the instance number.
Public propertySeriesInstanceUid
Property for the series instance uid.
Public propertySopClassUid
Property for the sop class uid.
Public propertySopInstanceUid
Property for the sop instance uid.
Public propertyTransferSyntaxUid
Property for the transfer syntax uid.
Top
Methods

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

Reference