view OrthancServer/Plugins/Samples/Common/VersionScriptPlugins.map @ 5840:b24b61331566 find-refactoring tip

pagination: fixed compat with ODBC that does not support ExtendedFind
author Alain Mazy <am@orthanc.team>
date Mon, 21 Oct 2024 18:24:09 +0200
parents bf1a17f12306
children
line wrap: on
line source

# This is a version-script for Orthanc plugins

{
global:
  OrthancPluginInitialize;
  OrthancPluginFinalize;
  OrthancPluginGetName;
  OrthancPluginGetVersion;

local:
  *;
};