Leadtools.Dicom Namespace : DicomDirInsertFileCommand Enumeration |
public enum DicomDirInsertFileCommand : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomDirInsertFileCommand Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomDirInsertFileCommand
public enum DicomDirInsertFileCommand : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomDirInsertFileCommand = function() { }; Leadtools.Dicom.DicomDirInsertFileCommand.prototype = {
Continue = 0x00000000, Skip = 0x00000008, Stop = 0x000000EA, };
public enum class DicomDirInsertFileCommand : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Continue | Keep adding DICOM files to the Directory. |
0x00000008 | Skip | Skip the addition of the current DICOM file. This can be done only during the first call to the callback method DicomDir.OnInsertFile for the file to be skipped. |
0x000000EA | Stop | Stop adding new files. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDirInsertFileCommand