LAUREL BRIDGE

StudyRecord Class

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

SystemObject
  LaurelBridge.DCFExamples.SampleVNADatabaseRecord
    LaurelBridge.DCFExamples.SampleVNAStudyRecord

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

C#
public class StudyRecord : DatabaseRecord

The StudyRecord type exposes the following members.

Constructors

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

  NameDescription
Public propertyAccessionNumber
Property for the accession number.
Public propertyPatientId
Property for the patient id.
Public propertyStudyId
Property for the study id.
Public propertyStudyInstanceUid
Property for the study instance uid.
Top
Methods

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

Reference