Gets or sets the patient birth date of the study.
public string PatientBirthDate {get; set;}
'Declaration
Public Property PatientBirthDate As String
'Usage
Dim instance As StudyInformation
Dim value As String
instance.PatientBirthDate = value
value = instance.PatientBirthDate
public: __property string* get_PatientBirthDate();
public: __property void set_PatientBirthDate(
string* value
);
public:
property string* PatientBirthDate {
string* get();
void set ( string* value);
}
Property Value
Type:
System.String The patient birth date of the study.