|
PACS System 0.1.0
PACS DICOM system library
|
N-ACTION DIMSE service. More...
#include "dimse_message.h"

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::network |
| namespace | kcenon::pacs::network::dimse |
N-ACTION DIMSE service.
N-ACTION is used to request that an action be performed on a managed SOP Instance. It is primarily used for Storage Commitment to request commitment of images to permanent storage.
| ID | Meaning |
|---|---|
| 1 | Request Storage Commitment |
| Tag | Keyword | Request | Response |
|---|---|---|---|
| (0000,0003) | RequestedSOPClassUID | M | - |
| (0000,0002) | AffectedSOPClassUID | - | M |
| (0000,0100) | CommandField | M (0x0130/0x8130) | M |
| (0000,0110) | MessageID | M | - |
| (0000,0120) | MessageIDBeingRespondedTo | - | M |
| (0000,0800) | CommandDataSetType | M | M |
| (0000,0900) | Status | - | M |
| (0000,1001) | RequestedSOPInstanceUID | M | - |
| (0000,1000) | AffectedSOPInstanceUID | - | M |
| (0000,1008) | ActionTypeID | M | C |
M = Mandatory, C = Conditional
Definition in file n_action.h.