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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly