Odil
A C++11 library for the DICOM standard
Public Types | List of all members
odil::message::Message::Command Struct Reference

#include <Message.h>

Public Types

enum  Type {
  C_STORE_RQ = 0x0001, C_STORE_RSP = 0x8001, C_FIND_RQ = 0x0020, C_FIND_RSP = 0x8020,
  C_CANCEL_RQ = 0x0FFF, C_GET_RQ = 0x0010, C_GET_RSP = 0x8010, C_MOVE_RQ = 0x0021,
  C_MOVE_RSP = 0x8021, C_ECHO_RQ = 0x0030, C_ECHO_RSP = 0x8030, N_EVENT_REPORT_RQ = 0x0100,
  N_EVENT_REPORT_RSP = 0x8100, N_GET_RQ = 0x0110, N_GET_RSP = 0x8110, N_SET_RQ = 0x0120,
  N_SET_RSP = 0x8120, N_ACTION_RQ = 0x0130, N_ACTION_RSP = 0x8130, N_CREATE_RQ = 0x0140,
  N_CREATE_RSP = 0x8140, N_DELETE_RQ = 0x0150, N_DELETE_RSP = 0x8150
}
 

Member Enumeration Documentation

◆ Type

Enumerator
C_STORE_RQ 
C_STORE_RSP 
C_FIND_RQ 
C_FIND_RSP 
C_CANCEL_RQ 
C_GET_RQ 
C_GET_RSP 
C_MOVE_RQ 
C_MOVE_RSP 
C_ECHO_RQ 
C_ECHO_RSP 
N_EVENT_REPORT_RQ 
N_EVENT_REPORT_RSP 
N_GET_RQ 
N_GET_RSP 
N_SET_RQ 
N_SET_RSP 
N_ACTION_RQ 
N_ACTION_RSP 
N_CREATE_RQ 
N_CREATE_RSP 
N_DELETE_RQ 
N_DELETE_RSP 

The documentation for this struct was generated from the following file: