C#
VB
C++
Java
Represents the possible Command Set types.
public enum DicomCommandType
Public Enum DicomCommandType
public enum DicomCommandType
public enum class DicomCommandType
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. |