←Select platform

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

Leadtools.Dicom.Scu Assembly