| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomCommandType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomCommandType : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomCommandType : public Enum | |
| Member | Description |
|---|---|
| Undefined | Undefined. |
| CStore | Composite Store Command. |
| CFind | Composite Find Command. |
| CGet | Composite Get Command. |
| CMove | Composite Move Command. |
| CCancel | Composite Cancel Command. |
| CEcho | Composite Echo Command. |
| NReport | Normalized Report Command. |
| NGet | Normalized Get Command. |
| NSet | Normalized Set Command. |
| NAction | Normalized Action Command. |
| NCreate | Normalized Create Command. |
| NDelete | Normalized Delete Command. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomCommandType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code