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