LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)

AllowZeroItemCount Property

Show in webframe





Gets or sets a value to allow C-Find requests with sequences that contains no items.
Syntax
public bool AllowZeroItemCount {get; set;}
'Declaration
 
Public Property AllowZeroItemCount As Boolean
'Usage
 
Dim instance As CFindCommandConfiguration
Dim value As Boolean
 
instance.AllowZeroItemCount = value
 
value = instance.AllowZeroItemCount

            

            
public:
property bool AllowZeroItemCount {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CFindCommandConfiguration Class
CFindCommandConfiguration Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features