view OrthancServer/Plugins/Samples/Common/VersionScriptPlugins.map @ 4479:1619cffd1948

"/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Jan 2021 18:37:34 +0100
parents bf1a17f12306
children
line wrap: on
line source

# This is a version-script for Orthanc plugins

{
global:
  OrthancPluginInitialize;
  OrthancPluginFinalize;
  OrthancPluginGetName;
  OrthancPluginGetVersion;

local:
  *;
};