C#
VB
C++
Gets the patient's birth date.
[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> );
}
Birth date of the patient.
For an example refer to QueryRetrieveScu.Find
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