Gets or sets the Patient name of the study.
public string PatientName {get; set;}
'Declaration
Public Property PatientName As String
'Usage
Dim instance As StudyInformation
Dim value As String
instance.PatientName = value
value = instance.PatientName
public: __property string* get_PatientName();
public: __property void set_PatientName(
string* value
);
public:
property String^ PatientName {
String^ get();
void set ( String^ value);
}
Property Value
Type:
System.String The Patient name of the study.