C#
Objective-C
C++
public enum DicomDirInsertFileCommand
typedef NS_ENUM(NSInteger, LTDicomDirInsertFileCommand) {
LTDicomDirInsertFileCommandContinue = 0,
LTDicomDirInsertFileCommandSkip = 8,
LTDicomDirInsertFileCommandStop = 234
};
public enum class DicomDirInsertFileCommand
Value | Member | Description |
---|---|---|
0 | Continue | Keep adding DICOM files to the Directory. |
8 | Skip | Skip the addition of the current DICOM file. This can be done only during the first call to the callback method OnInsertFile for the file to be skipped. |
234 | Stop | Stop adding new files. |
For an example, refer to Reset.