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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly