# HG changeset patch # User Sebastien Jodogne # Date 1769606304 -3600 # Node ID 958152db485897e260858e1c25449d17eddde43a # Parent 0725da86894061c83f760420f60f9d54313746b3 OrthancTcia-1.3 diff -r 0725da868940 -r 958152db4858 CITATION.cff --- a/CITATION.cff Wed Jan 28 13:37:54 2026 +0100 +++ b/CITATION.cff Wed Jan 28 14:18:24 2026 +0100 @@ -3,14 +3,15 @@ cff-version: "1.1.0" message: "If you use this software, please cite it using these metadata." -title: "Importing and serving open-data medical images to support artificial intelligence research" +title: Orthanc +abstract: "Orthanc is a lightweight open-source DICOM server for medical imaging supporting representational state transfer (REST)." authors: - affiliation: UCLouvain family-names: Jodogne given-names: "Sébastien" -doi: "10.1186/s13244-022-01168-w" +doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" -repository-code: "https://orthanc.uclouvain.be/hg/orthanc-tcia/" -version: "1.0" -date-released: 2024-03-26 +repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" +version: 1.12.10 +date-released: 2025-11-26 diff -r 0725da868940 -r 958152db4858 CMakeLists.txt --- a/CMakeLists.txt Wed Jan 28 13:37:54 2026 +0100 +++ b/CMakeLists.txt Wed Jan 28 14:18:24 2026 +0100 @@ -19,13 +19,13 @@ project(OrthancTcia) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "1.3") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.3") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.10") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif() diff -r 0725da868940 -r 958152db4858 NEWS --- a/NEWS Wed Jan 28 13:37:54 2026 +0100 +++ b/NEWS Wed Jan 28 14:18:24 2026 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.3 (2026-01-28) +======================== + * Replaced default base URL of TCIA REST API from "https://services.cancerimagingarchive.net/services/v4/TCIA/query" to "https://nbia.cancerimagingarchive.net/nbia-api/services/v4"