comparison OrthancServer/Resources/Samples/Lua/ClassifyUsingAet.lua @ 4250:cbf9afa17415

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2020 15:42:10 +0200
parents 485f9be9ba92
children
comparison
equal deleted inserted replaced
4249:485f9be9ba92 4250:cbf9afa17415
1 -- Write the received DICOM instances to an external directory, and 1 -- Write the received DICOM instances to an external directory, and
2 -- group the patients by the source AET that has sent the DICOM 2 -- group the patients by the source AET that has sent the DICOM
3 -- files. This sample is similar to "WriteToDisk.lua". 3 -- files. This sample is similar to "WriteToDisk.lua".
4 -- https://groups.google.com/g/orthanc-users/c/7RU1EVi9VYY/m/tBdvkeI1AAAJ
4 5
5 6
6 TARGET = '/tmp/lua' 7 TARGET = '/tmp/lua'
7 8
8 9