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

In This Topic
    DateOfBirth Property (DicomDataSet)
    In This Topic
    Date of birth of the patient
    Syntax
    'Declaration
     
    
    Public Property DateOfBirth As System.Date
    public System.DateTime DateOfBirth {get; set;}

    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