changeset 4250:cbf9afa17415

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2020 15:42:10 +0200
parents 485f9be9ba92
children f047e2734655
files OrthancServer/Resources/Samples/Lua/ClassifyUsingAet.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Resources/Samples/Lua/ClassifyUsingAet.lua	Tue Oct 13 15:41:25 2020 +0200
+++ b/OrthancServer/Resources/Samples/Lua/ClassifyUsingAet.lua	Tue Oct 13 15:42:10 2020 +0200
@@ -1,6 +1,7 @@
 -- Write the received DICOM instances to an external directory, and
 -- group the patients by the source AET that has sent the DICOM
 -- files. This sample is similar to "WriteToDisk.lua".
+-- https://groups.google.com/g/orthanc-users/c/7RU1EVi9VYY/m/tBdvkeI1AAAJ
 
 
 TARGET = '/tmp/lua'