C#
VB
C++
Specifies how to handle files during a C-STORE operation.
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
Value | Member | Description |
---|---|---|
0 | None | Don't skip any files. |
1 | CurrentFile | Skip only the current file. |
2 | AllFiles | Skip all files. Operation will be canceled. |
For an example refer to StoreScu.Store(DicomScp, string).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET