BirthDate Property

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

Property Value

Birth date of the patient.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

Patient Class

Patient Members

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

Leadtools.Dicom.Scu Assembly

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