←Select platform

Birthdate Property

Summary

Gets or sets the patient birthdate.

Syntax

C#
VB
C++
[Element(DicomTag.PatientBirthDate)] 
public Nullable<DateTime> Birthdate { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property Birthdate As Nullable(Of Date) 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
public: 
property Nullable<DateTime> Birthdate { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

Property Value

The patient birthdate.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly