DicomObjects Reference
DicomObjects Reference / DicomDataSet Object / DateOfBirth Property
DateOfBirth Property
Description
The patient's date of birth (as a Variant)
Property type
Read-write property
Syntax
Visual Basic
Public Property DateOfBirth As Variant
Return Type
Variant
Remarks

This really just a shortcut for attribute (0010,0030).

DateOfBirth is presented as a Variant rather than a Date, in order to accommodate null dates without error - for a Date form see DateOfBirthAsDate Property

See Also