view OrthancFramework/Resources/VersionScriptPlugins.map @ 4057:8b7cd69806f2 framework

move DicomMapTests from OrthancServer to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 13:55:25 +0200
parents 05b8fd21089c
children
line wrap: on
line source

# This is a version-script for Orthanc plugins

{
global:
  OrthancPluginInitialize;
  OrthancPluginFinalize;
  OrthancPluginGetName;
  OrthancPluginGetVersion;

local:
  *;
};