'Declaration Public Enum DicomOperation Inherits System.Enum
'Usage Dim instance As DicomOperation
public enum DicomOperation : System.Enum
public enum class DicomOperation : public System.Enum
'Declaration Public Enum DicomOperation Inherits System.Enum
'Usage Dim instance As DicomOperation
public enum DicomOperation : System.Enum
public enum class DicomOperation : public System.Enum
Member | Description |
---|---|
C_CANCEL | C-CANCEL : 0FFFH |
C_ECHO | C-ECHO : 0030H |
C_ECHO_RSP | C-ECHO Response : 8030H |
C_FIND | C-FIND : 0020H |
C_FIND_RSP | C-FIND Response : 8020H |
C_GET | C-GET : 0010H |
C_GET_RSP | C-GET Response : 8010H |
C_MOVE | C-MOVE : 0021H |
C_MOVE_RSP | C-MOVE Response : 8021H |
C_STORE | C-STORE : 0001H |
C_STORE_RSP | C-STORE Response : 8001H |
N_ACTION | N-ACTION : 0130H |
N_ACTION_RSP | N-ACTION Response : 8130H |
N_CREATE | N-CREATE : 0140H |
N_CREATE_RSP | N-CREATE Response : 8140H |
N_DELETE | N-DELETE : 0150H |
N_DELETE_RSP | N-DELETE Response : 8150H |
N_EVENT_REPORT | N-EVENT_REPORT : 0100H |
N_EVENT_REPORT_RSP | N-EVENT_REPORT Response : 8100H |
N_GET | N-GET : 0110H |
N_GET_RSP | N-GET Response : 8110H |
N_SET | N-SET : 0120H |
N_SET_RSP | N-SET Response : 8120H |
NONE | No Operation |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.DicomOperation