←Select platform

SkipMethod Enumeration

Summary

Specifies how to handle files during a C-STORE operation.

Syntax

C#
VB
C++
public enum SkipMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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
0x00000000NoneDon't skip any files.
0x00000001CurrentFileSkip only the current file.
0x00000002AllFilesSkip all files. Operation will be canceled.
Example

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scu Assembly
Click or drag to resize