view Samples/MammographyDeepLearning/configuration.json @ 56:2059b5216851

log the version of the orthanc SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 10 Aug 2025 11:15:57 +0200
parents 719e869b010e
children ff6e57d0d474
line wrap: on
line source

/**
 * SPDX-FileCopyrightText: 2023-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 * SPDX-License-Identifier: GPL-3.0-or-later
 **/

{
  "Plugins" : [
    "../../Plugin/Build",
    "./libOrthancDicomWeb.so"
  ],
  "Java" : {
    "Enabled" : true,
    "Classpath" : "target/OrthancMammographyDeepLearning-${ORTHANC_JAVA_VERSION}.jar",
    "InitializationClass" : "Main"
  }
}