Mercurial > hg > orthanc-stone
changeset 1826:fa81bb6378fb
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 May 2021 09:15:10 +0200 |
parents | a56bf4c534ef (current diff) d6b83b4cedcd (diff) |
children | 8bc9ba6f7518 |
files | Applications/StoneWebViewer/Version.cmake |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/NEWS Wed May 26 21:07:13 2021 +0200 +++ b/Applications/StoneWebViewer/NEWS Thu May 27 09:15:10 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.0 (2021-05-27) +======================== + * New tools for annotations: segment length, circle, angle and eraser * Patient birth date is now displayed in the overlays * New argument "token" to set HTTP header "Authorization: Bearer <token>"
--- a/OrthancStone/Sources/Loaders/LoadedDicomResources.h Wed May 26 21:07:13 2021 +0200 +++ b/OrthancStone/Sources/Loaders/LoadedDicomResources.h Thu May 27 09:15:10 2021 +0200 @@ -41,7 +41,7 @@ std::unique_ptr<Json::Value> sourceJson_; public: - Resource(const Orthanc::DicomMap& dicom); + explicit Resource(const Orthanc::DicomMap& dicom); Resource* Clone() const;