AllowZeroItemCount Property

Summary
Gets or sets a value to allow C-Find requests with sequences that contains no items.
Syntax
C#
C++/CLI
public bool AllowZeroItemCount { get; set; } 
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 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

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