Mercurial > hg > orthanc-object-storage
diff Common/BaseStoragePlugin.cpp @ 39:50d0be413c42
implemented ReadRange (only in Azure plugin right now)
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 17 Mar 2021 16:02:53 +0100 |
parents | 968eb1c78aed |
children | 6db76975d0f8 |
line wrap: on
line diff
--- a/Common/BaseStoragePlugin.cpp Wed Jan 20 12:35:23 2021 +0100 +++ b/Common/BaseStoragePlugin.cpp Wed Mar 17 16:02:53 2021 +0100 @@ -34,6 +34,10 @@ { filename += ".json"; } + else if (type == 3) // TODO once using OrthancFramework 1.9.1+: use OrthancPluginContentType_DicomUntilPixelData + { + filename += "dcm.head"; + } else { filename += ".unk";