IncludeStudyRelatedSeries Property (original) (raw)
Summary
Gets or sets a value whether to include the DICOM Number of Study Related Series element in the response.
Syntax
public bool IncludeStudyRelatedSeries { get; set; }
public:
property bool IncludeStudyRelatedSeries {
bool get();
void set ( bool );
}
Property Value
true to include the DICOM Number of Study Related series element in the response; otherwise, false. Default is true.
Leadtools.Dicom.Scp Assembly