| Visual Basic (Declaration) | |
|---|---|
Public Enum SOPInstanceStatus Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SOPInstanceStatus | |
| C# | |
|---|---|
public enum SOPInstanceStatus : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class SOPInstanceStatus : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AuthorizedCopy | This is a copy of the authorized original. |
| AuthorizedOriginal | This is the primary SOP instance for the purpose of storage. The SOP instance has been authorized for diagnostic use. |
| NotSpecified | The SOP instance has not special storage status. |
| Original | This is the primary SOP instance for the purpose of storage. The SOP instance has not yet been authorized for diagnostic use. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.SOPInstanceStatus
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code