PatientBirthDate Property

Summary

Gets or sets the patient birth date range.

Syntax
C#
VB
C++
[Element(DicomTag.PatientBirthDate)] 
public DateRange PatientBirthDate { get; set; } 
  
<ElementAttribute()> 
Public Property PatientBirthDate As DateRange 
[ElementAttribute()] 
public: 
property DateRange^ PatientBirthDate { 
   DateRange^ get(); 
   void set (    DateRange^ ); 
} 

Property Value

The patient birth date range.

Requirements

Target Platforms

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