PatientBirthDate Property

Summary

Gets or sets the Patient Birth Date.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DateTime PatientBirthDate { get; set; } 
  
Public Property PatientBirthDate As Date 
public: 
property DateTime PatientBirthDate { 
   DateTime get(); 
   void set (    DateTime ); 
} 

Property Value

The Patient Birth Date.

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.Medical.Worklist.DataAccessLayer Assembly