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