# HG changeset patch # User Alain Mazy # Date 1615991486 -3600 # Node ID 2b64cc3cea99e0373686bc35ffb4c27bdbad3447 # Parent f21bc79e0f3130b4ca8461ee31381ce38201bc6d added OrthancPluginContentType_DicomUntilPixelData diff -r f21bc79e0f31 -r 2b64cc3cea99 OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h --- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Wed Mar 03 13:48:45 2021 +0100 +++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Wed Mar 17 15:31:26 2021 +0100 @@ -684,9 +684,10 @@ **/ typedef enum { - OrthancPluginContentType_Unknown = 0, /*!< Unknown content type */ - OrthancPluginContentType_Dicom = 1, /*!< DICOM */ - OrthancPluginContentType_DicomAsJson = 2, /*!< JSON summary of a DICOM file */ + OrthancPluginContentType_Unknown = 0, /*!< Unknown content type */ + OrthancPluginContentType_Dicom = 1, /*!< DICOM */ + OrthancPluginContentType_DicomAsJson = 2, /*!< JSON summary of a DICOM file */ + OrthancPluginContentType_DicomUntilPixelData = 3, /*!< DICOM Header till pixel data */ _OrthancPluginContentType_INTERNAL = 0x7fffffff } OrthancPluginContentType;