SkipMethod Enumeration

Summary
Specifies how to handle files during a C-STORE operation.
Syntax
C#
VB
C++
public enum SkipMethod 
  
Public Enum SkipMethod  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class SkipMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0NoneDon't skip any files.
1CurrentFileSkip only the current file.
2AllFilesSkip all files. Operation will be canceled.
Example

For an example refer to StoreScu.Store(DicomScp, string).

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.Scu Assembly

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