C#
VB
Java
WinRT C#
C++
Represents the possible Command Set types.
public enum DicomCommandType Public Enum DicomCommandType
public enum DicomCommandType public enum DicomCommandType Leadtools.Dicom.DicomCommandType = function() { };Leadtools.Dicom.DicomCommandType.prototype = {<br/>Undefined = 0x00000000,CStore = 0x00000001,CGet = 0x00000010,CFind = 0x00000020,CMove = 0x00000021,CEcho = 0x00000030,NReport = 0x00000100,NGet = 0x00000110,NSet = 0x00000120,NAction = 0x00000130,NCreate = 0x00000140,NDelete = 0x00000150,CCancel = 0x00000FFF,};
public enum class DicomCommandType Members
| Value | Member | Description |
|---|---|---|
| 0 | Undefined | Undefined. |
| 1 | CStore | Composite Store Command. |
| 16 | CGet | Composite Get Command. |
| 32 | CFind | Composite Find Command. |
| 33 | CMove | Composite Move Command. |
| 48 | CEcho | Composite Echo Command. |
| 256 | NReport | Normalized Report Command. |
| 272 | NGet | Normalized Get Command. |
| 288 | NSet | Normalized Set Command. |
| 304 | NAction | Normalized Action Command. |
| 320 | NCreate | Normalized Create Command. |
| 336 | NDelete | Normalized Delete Command. |
| 4095 | CCancel | Composite Cancel Command. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
