DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / DateOfBirth Property






DateOfBirth Property (DicomDataSet)
Date of birth of the patient
Syntax
'Declaration
 
Public Property DateOfBirth As System.Date
 
'Usage
 
Dim instance As DicomDataSet
Dim value As System.Date
 
instance.DateOfBirth = value
 
value = instance.DateOfBirth

Property Value

Date of birth of the patient
Remarks
A shortcut for attribute (0010, 0030)
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also