Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu.Queries Namespace > PatientQuery Class : PatientBirthDate Property |
[ElementAttribute()] public DateRange PatientBirthDate {get; set;}
'Declaration <ElementAttribute()> Public Property PatientBirthDate As DateRange
'Usage Dim instance As PatientQuery Dim value As DateRange instance.PatientBirthDate = value value = instance.PatientBirthDate
[ElementAttribute()] public: property DateRange^ PatientBirthDate { DateRange^ get(); void set ( DateRange^ value); }