PatientBirthDate Property

Summary

Gets or sets the patient birth date.

Syntax
C#
VB
C++
[Element(DicomTag.PatientBirthDate, Requirement = DicomIodUsageType.Type2MandatoryElement)] 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly