Gets or sets a value whether to include the DICOM Number of Study Related Series element in the response.
public bool IncludeStudyRelatedSeries {get; set;}
'Declaration
Public Property IncludeStudyRelatedSeries As Boolean
'Usage
Dim instance As QueryCFindCommandConfiguration
Dim value As Boolean
instance.IncludeStudyRelatedSeries = value
value = instance.IncludeStudyRelatedSeries
public:
property bool IncludeStudyRelatedSeries {
bool get();
void set ( bool value);
}
Property Value
true to include the DICOM Number of Study Related series element in the response; otherwise, false. Default is true.