IncludeSeriesRelatedInstances Property

Summary

Gets or sets a value whether to include the DICOM Number of Series Related Instances element in the response.

Syntax
C#
VB
C++
public bool IncludeSeriesRelatedInstances { get; set; } 
  
Public Property IncludeSeriesRelatedInstances As Boolean 
public: 
property bool IncludeSeriesRelatedInstances { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to include the DICOM Number of Series Related Instances element in the response; otherwise, false. Default is true.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly