| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomDirInsertFileStatus Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomDirInsertFileStatus : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomDirInsertFileStatus : public Enum | |
| Member | Description |
|---|---|
| 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. |
| Failure | An error occurred. |
For an example, refer to DicomDir.Reset.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDirInsertFileStatus
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code