diff Plugins/Include/orthanc/OrthancCPlugin.h @ 3603:7e303ba837d9 storage-commitment

NoStorageCommitmentHandler error code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Jan 2020 18:10:57 +0100
parents 75268c1ea309
children f6a73611ec5c
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCPlugin.h	Thu Jan 16 15:28:32 2020 +0100
+++ b/Plugins/Include/orthanc/OrthancCPlugin.h	Thu Jan 16 18:10:57 2020 +0100
@@ -301,6 +301,7 @@
     OrthancPluginErrorCode_CannotOrderSlices = 2040    /*!< Unable to order the slices of the series */,
     OrthancPluginErrorCode_NoWorklistHandler = 2041    /*!< No request handler factory for DICOM C-Find Modality SCP */,
     OrthancPluginErrorCode_AlreadyExistingTag = 2042    /*!< Cannot override the value of a tag that already exists */,
+    OrthancPluginErrorCode_NoStorageCommitmentHandler = 2043    /*!< No request handler factory for DICOM N-ACTION SCP (storage commitment) */,
     OrthancPluginErrorCode_UnsupportedMediaType = 3000    /*!< Unsupported media type */,
 
     _OrthancPluginErrorCode_INTERNAL = 0x7fffffff