Gets or sets the patient birth date of the study.
public string PatientBirthDate {get; set;}
public string PatientBirthDate {get; set;}
get_PatientBirthDate();
set_PatientBirthDate(value);
public: __property string* get_PatientBirthDate();
public: __property void set_PatientBirthDate(
string* value
);
'Declaration
Public Property PatientBirthDate As String
'Usage
Dim instance As StudyInformation
Dim value As String
instance.PatientBirthDate = value
value = instance.PatientBirthDate
Property Value
Type:
System.String The patient birth date of the study.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2