The patient's date of birth (as a Variant)
| Visual Basic |
|---|
Public Property DateOfBirth As Variant |
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