PatientBirthDate Property

Summary

Gets or sets the Patient Birth Date.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[EntityElementAttribute()] 
public Nullable<DicomDateRangeValue> PatientBirthDate { get; set; } 
  
Public Property PatientBirthDate As Nullable(Of DicomDateRangeValue) 
public: 
property Nullable<DicomDateRangeValue> PatientBirthDate { 
   Nullable<DicomDateRangeValue> get(); 
   void set (    Nullable<DicomDateRangeValue> ); 
} 

Property Value

A Nullable Leadtools.Dicom.DicomDateRangeValue representing the Patient Birth Date to match against.

Remarks

Set this value to null to ignore this field for all matchings

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