AllowZeroItemCount Property

Summary
Gets or sets a value to allow C-Find requests with sequences that contains no items.
Syntax
C#
VB
C++
public bool AllowZeroItemCount { get; set; } 
  
Public Property AllowZeroItemCount As Boolean 
public: 
property bool AllowZeroItemCount { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to allow C-Find requests with sequences that contains no items; otherwise, false.

Remarks

If this value is true, a sequence with no items will be considered as a sequence universal matching that contains a single item with no elements.

If this value is false and the request has a sequence with no items the CFindCommand will throw an Leadtools.Dicom.Scp.Command.Exceptions.InvalidRequestDatasetException

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.