In This Topic
The date or date range to be searched for suitable studies
Syntax
'Declaration
Public Property StudyDate As System.String
'Usage
Dim instance As DicomQuery
Dim value As System.String
instance.StudyDate = value
value = instance.StudyDate
public System.string StudyDate {get; set;}
public read-write property StudyDate: System.String;
public function get,set StudyDate : System.String
public: __property System.string* get_StudyDate();
public: __property void set_StudyDate(
System.string* value
);
public:
property System.String^ StudyDate {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also