LAUREL BRIDGE

PatientRecord Class

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

SystemObject
  LaurelBridge.DCFExamples.SampleVNADatabaseRecord
    LaurelBridge.DCFExamples.SampleVNAPatientRecord

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

C#
public class PatientRecord : DatabaseRecord

The PatientRecord type exposes the following members.

Constructors

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

  NameDescription
Public propertyId
Property for the patient's id.
Public propertyName
Property for the patient's name.
Public propertySex
Property for the patient's sex.
Top
Methods

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

Reference