PatientBirthDate Property

Summary
Gets or sets the patient birth date.
Syntax
C#
VB
C++
[Element(DicomTag.PatientBirthDate)] 
public Nullable<DateTime> PatientBirthDate { get; set; } 
<ElementAttribute()> 
Public Property PatientBirthDate As Nullable(Of Date) 
[ElementAttribute()] 
public: 
property Nullable<DateTime> PatientBirthDate { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

Property Value

The patient birth date.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.