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






    DateOfBirth Property (DicomImage)
    Date of birth of the patient
    Syntax
    'Declaration
     
    
    Public Property DateOfBirth As System.Date
     
    'Usage
     
    
    Dim instance As DicomImage
    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