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



In This Topic
    DateOfBirth Property (DicomImage)
    In This Topic
    Date of birth of the patient
    Syntax
    'Declaration
     
    Public Property DateOfBirth As Date
    'Usage
     
    Dim instance As DicomImage
    Dim value As Date
     
    instance.DateOfBirth = value
     
    value = instance.DateOfBirth
    public DateTime DateOfBirth {get; set;}
    public:
    property DateTime DateOfBirth {
       DateTime get();
       void set (    DateTime value);
    }

    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