Visual Basic (Declaration) | |
---|---|
Public Enum DicomDirInsertFileStatus Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDirInsertFileStatus |
C# | |
---|---|
public enum DicomDirInsertFileStatus : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomDirInsertFileStatus : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Failure | An error occurred. |
PreAdd | The Data Set in the file was loaded successfully and the file is about to be added to the DICOM Directory. |
Success | The file has been added successfully to the DICOM Directory. |
For an example, refer to DicomDir.Reset.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDirInsertFileStatus
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)