←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly