DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / DateOfBirth Property



    DateOfBirth Property (DicomDataSet)
    Date of birth of the patient
    Syntax
    'Declaration
     
    Public Property DateOfBirth As Date
     
    'Usage
     
    Dim instance As DicomDataSet
    Dim value As 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.0 or higher

    See Also