Visual Basic (Declaration) | |
---|---|
Public Enum DicomCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomCommandType |
C# | |
---|---|
public enum DicomCommandType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomCommandType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
CCancel | Composite Cancel Command. |
CEcho | Composite Echo Command. |
CFind | Composite Find Command. |
CGet | Composite Get Command. |
CMove | Composite Move Command. |
CStore | Composite Store Command. |
NAction | Normalized Action Command. |
NCreate | Normalized Create Command. |
NDelete | Normalized Delete Command. |
NGet | Normalized Get Command. |
NReport | Normalized Report Command. |
NSet | Normalized Set Command. |
Undefined | Undefined. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomCommandType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)