DicomObjects Reference
DicomObjects Reference / DicomImage Object / DateOfBirthAsDate Property
DateOfBirthAsDate Property
Description
The patient's date of birth (as DATE)
Property type
Read-write property
Syntax
Visual Basic
Public Property DateOfBirthAsDate As Date
Return Type
Date
Remarks

This really just a shortcut for attribute (0010,0030), but converted from a variant to a Date, unlike DateOfBirth Property which returns a Variant.

See Also