C#
VB
C++
Gets or sets the Patient Birth Date.
[EntityElementAttribute()]
[DataMemberAttribute()]
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> );
}
A Nullable Leadtools.Dicom.DicomDateRangeValue representing the Patient Birth Date to match against.
Set this value to null to ignore this field for all matchings
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET