Thanks you Sébastien for the fast response.
OK, I found out that it works with just a few patients in the storage, but not with several hundred.
When I have lots of patients, Orthanc log (with --trace) gives me nearly endless lines of:
T0515 14:19:39.138177 Statement.cpp:144] SQLite::Statement::Step SELECT internalId FROM Resources WHERE resourceType=?
followed by:
T0515 14:19:39.147308 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
and then
T0515 14:19:39.182038 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.182267 Statement.cpp:144] SQLite::Statement::Step SELECT uuid, uncompressedSize, compressionType, compressedSize, uncompressedMD5, compressedMD5 FROM AttachedFiles WHERE id=? AND fileType=?
finally the WADO retrieve starts:
I0515 14:19:39.326519 OrthancFindRequestHandler.cpp:666] Number of matching resources: 2
I0515 14:19:39.339214 CommandDispatcher.cpp:860] DUL Peer Requested Release
I0515 14:19:39.339448 CommandDispatcher.cpp:867] Association Release
T0515 14:19:39.467626 MongooseServer.cpp:604] HTTP header: [host]: [10.0.1.2:8042]
T0515 14:19:39.467974 MongooseServer.cpp:604] HTTP header: [accept]: [*/*]
T0515 14:19:39.467967 MongooseServer.cpp:604] HTTP header: [host]: [10.0.1.2:8042]
T0515 14:19:39.468473 MongooseServer.cpp:604] HTTP header: [accept]: [*/*]
T0515 14:19:39.468464 MongooseServer.cpp:604] HTTP header: [accept-language]: [de-de]
T0515 14:19:39.468855 MongooseServer.cpp:604] HTTP header: [accept-language]: [de-de]
T0515 14:19:39.468865 MongooseServer.cpp:604] HTTP header: [connection]: [keep-alive]
T0515 14:19:39.469341 MongooseServer.cpp:604] HTTP header: [connection]: [keep-alive]
T0515 14:19:39.469348 MongooseServer.cpp:604] HTTP header: [accept-encoding]: [gzip, deflate]
T0515 14:19:39.469751 MongooseServer.cpp:604] HTTP header: [accept-encoding]: [gzip, deflate]
T0515 14:19:39.469757 MongooseServer.cpp:604] HTTP header: [user-agent]: [Horos/20160210 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)]
I0515 14:19:39.470335 MongooseServer.cpp:723] GET /wado
T0515 14:19:39.470331 MongooseServer.cpp:604] HTTP header: [user-agent]: [Horos/20160210 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)]
I0515 14:19:39.470727 OrthancPlugins.cpp:560] Delegating HTTP request to plugin for URI: /wado
I0515 14:19:39.470968 MongooseServer.cpp:723] GET /wado
T0515 14:19:39.471101 OrthancPlugins.cpp:1769] Calling service 3008 from plugin ./libOrthancDicomWeb.dylib
I0515 14:19:39.471109 OrthancPlugins.cpp:560] Delegating HTTP request to plugin for URI: /wado
T0515 14:19:39.471564 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.472058 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.472462 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.472671 OrthancPlugins.cpp:1769] Calling service 3007 from plugin ./libOrthancDicomWeb.dylib
T0515 14:19:39.472892 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.473322 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.473727 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.473974 OrthancPlugins.cpp:1769] Calling service 3001 from plugin ./libOrthancDicomWeb.dylib
I0515 14:19:39.474161 OrthancPlugins.cpp:952] Plugin making REST GET call on URI /instances/7988b8d4-5b97e8c9-440a0674-9108848a-4353d6ad/series (built-in API)
T0515 14:19:39.474420 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.474654 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.474883 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.475096 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.475328 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.475541 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.475774 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.475983 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.476233 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.476424 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.476615 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.476795 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.476965 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.477136 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.477329 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.477511 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.477679 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.477846 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.478012 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.478178 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.478349 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.478539 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.478784 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.478945 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.479166 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.479458 OrthancPlugins.cpp:1769] Calling service 3006 from plugin ./libOrthancDicomWeb.dylib
T0515 14:19:39.479703 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.480079 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.480329 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.480546 OrthancPlugins.cpp:1769] Calling service 3001 from plugin ./libOrthancDicomWeb.dylib
I0515 14:19:39.480684 OrthancPlugins.cpp:952] Plugin making REST GET call on URI /instances/7988b8d4-5b97e8c9-440a0674-9108848a-4353d6ad/study (built-in API)
T0515 14:19:39.480903 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.481110 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.481299 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.481519 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.481687 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.481879 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.482071 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.482274 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.482497 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.482722 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.482945 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.483172 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.483445 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.483639 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.483781 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.483964 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.484098 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.484263 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.484423 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.484602 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.484774 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.484949 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.485139 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.485270 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.485429 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.485672 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.485824 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.486001 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.486311 OrthancPlugins.cpp:1769] Calling service 3001 from plugin ./libOrthancDicomWeb.dylib
I0515 14:19:39.486475 OrthancPlugins.cpp:952] Plugin making REST GET call on URI /instances/7988b8d4-5b97e8c9-440a0674-9108848a-4353d6ad/file (built-in API)
T0515 14:19:39.486717 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.486908 Statement.cpp:144] SQLite::Statement::Step SELECT uuid, uncompressedSize, compressionType, compressedSize, uncompressedMD5, compressedMD5 FROM AttachedFiles WHERE id=? AND fileType=?
T0515 14:19:39.492484 OrthancPlugins.cpp:1769] Calling service 2000 from plugin ./libOrthancDicomWeb.dylib
T0515 14:19:39.518218 Connection.cpp:388] SQLite::Connection::FlushToDisk
T0515 14:19:39.589650 HttpOutput.cpp:368] Compressing a HTTP answer using gzip
T0515 14:19:39.686035 OrthancPlugins.cpp:1769] Calling service 3008 from plugin ./libOrthancDicomWeb.dylib
T0515 14:19:39.686676 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.687349 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.687754 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.688032 OrthancPlugins.cpp:1769] Calling service 3007 from plugin ./libOrthancDicomWeb.dylib
T0515 14:19:39.688401 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.688785 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.689123 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.689542 OrthancPlugins.cpp:1769] Calling service 3001 from plugin ./libOrthancDicomWeb.dylib
I0515 14:19:39.689755 OrthancPlugins.cpp:952] Plugin making REST GET call on URI /instances/e1bac10b-8aa26b3c-725abc59-0b92b915-abee8b64/series (built-in API)
T0515 14:19:39.690058 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.690396 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.690651 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.690909 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.691137 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.691369 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.691595 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.691899 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.692175 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.692402 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.692648 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.692987 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.693172 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.693361 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.693576 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.693993 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.694126 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.694312 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.694505 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.694632 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.694798 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.694967 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.695176 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.695454 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.695601 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.695919 OrthancPlugins.cpp:1769] Calling service 3006 from plugin ./libOrthancDicomWeb.dylib
T0515 14:19:39.696180 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.696503 Statement.cpp:144] SQLite::Statement::Step SELECT d.id FROM DicomIdentifiers AS d, Resources AS r WHERE d.id = r.internalId AND r.resourceType=? AND d.tagGroup=? AND d.tagElement=? AND d.value=?
T0515 14:19:39.696875 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.697077 OrthancPlugins.cpp:1769] Calling service 3001 from plugin ./libOrthancDicomWeb.dylib
I0515 14:19:39.697237 OrthancPlugins.cpp:952] Plugin making REST GET call on URI /instances/e1bac10b-8aa26b3c-725abc59-0b92b915-abee8b64/study (built-in API)
T0515 14:19:39.697506 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.697703 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.697887 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.698103 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.698341 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.698548 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.698715 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.698922 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:39.699145 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:39.699306 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.699549 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.699781 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:39.700027 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.700208 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.700376 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.700542 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.700711 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.700873 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.701040 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.701205 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.701370 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.701546 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.701693 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.701803 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.701920 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:39.702127 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.702276 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.702451 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:39.702767 OrthancPlugins.cpp:1769] Calling service 3001 from plugin ./libOrthancDicomWeb.dylib
I0515 14:19:39.702934 OrthancPlugins.cpp:952] Plugin making REST GET call on URI /instances/e1bac10b-8aa26b3c-725abc59-0b92b915-abee8b64/file (built-in API)
T0515 14:19:39.703167 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:39.703359 Statement.cpp:144] SQLite::Statement::Step SELECT uuid, uncompressedSize, compressionType, compressedSize, uncompressedMD5, compressedMD5 FROM AttachedFiles WHERE id=? AND fileType=?
T0515 14:19:39.709021 OrthancPlugins.cpp:1769] Calling service 2000 from plugin ./libOrthancDicomWeb.dylib
T0515 14:19:39.776787 HttpOutput.cpp:368] Compressing a HTTP answer using gzip
T0515 14:19:49.556507 Connection.cpp:388] SQLite::Connection::FlushToDisk
T0515 14:19:50.240287 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM Resources WHERE internalId=?
T0515 14:19:50.240781 Statement.cpp:135] SQLite::Statement::Run INSERT INTO Changes VALUES(NULL, ?, ?, ?, ?)
T0515 14:19:50.345009 ServerIndex.cpp:181] Change related to resource f3496489-59315f3e-2643b923-fc5016fb-0ec7fa59 of type Series: StableSeries
T0515 14:19:50.345279 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM Resources WHERE internalId=?
T0515 14:19:50.345499 Statement.cpp:135] SQLite::Statement::Run INSERT INTO Changes VALUES(NULL, ?, ?, ?, ?)
T0515 14:19:50.345730 ServerIndex.cpp:181] Change related to resource b653ccbd-796885b4-0594b4fa-7fef2c50-18de563e of type Study: StableStudy
T0515 14:19:50.345958 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM Resources WHERE internalId=?
T0515 14:19:50.346153 Statement.cpp:135] SQLite::Statement::Run INSERT INTO Changes VALUES(NULL, ?, ?, ?, ?)
T0515 14:19:50.353750 ServerIndex.cpp:181] Change related to resource 09aa615f-4d57a333-e310562d-61b644c8-735308e5 of type Patient: StablePatient
T0515 14:19:50.353953 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:50.354180 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:50.354351 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:50.354535 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.354840 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.355129 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.355441 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.355750 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.356060 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.356318 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.356574 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.356829 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.357088 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.357432 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.357701 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.357994 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.358266 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.358530 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.358790 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.359051 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.359312 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.359573 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.359835 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.360097 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.360358 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.360694 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.360954 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.361221 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.361480 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.361771 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.362072 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.362331 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.362597 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.362929 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.363185 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.363469 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.363779 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.364098 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.364360 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.364619 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.364911 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.365306 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.365580 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.365830 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.366100 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.366355 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.366603 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.366852 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.367108 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.367416 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.367712 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.367955 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.368211 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.368459 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.368619 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.368849 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.369104 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.369352 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.369603 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.369853 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.370100 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.370349 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.370600 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.370860 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.371147 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.371391 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.371619 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.371862 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.372104 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.372342 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.372522 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.372735 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.373006 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.373227 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.373495 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.373765 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.374047 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.374267 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.374478 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.374743 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.374937 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.375161 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.375430 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.375720 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.375988 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.376266 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.376528 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.376720 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.376982 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.377265 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.377557 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.377821 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.378049 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.378280 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.378652 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.378858 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.379084 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.379270 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.379492 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.379666 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.379850 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.380032 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.380253 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.380437 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.380667 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.380827 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.380983 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.381195 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.381400 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.381585 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.381818 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:50.382028 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:19:50.382193 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:19:50.382348 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.382597 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:50.382803 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:19:50.382990 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:19:50.383178 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.383444 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.383694 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.383954 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.384125 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.384283 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.384441 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.384597 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.384752 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.384906 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.385061 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.385217 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.385370 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.385526 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.385683 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.385837 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.386049 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.386237 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.386422 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.386613 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:50.386820 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:19:50.386982 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:19:50.387139 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.387347 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:50.387553 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.387814 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:19:50.388176 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.388352 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.388508 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.388664 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.388820 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:19:50.388994 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.389211 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.389403 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:50.389599 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:19:50.389807 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:19:50.389971 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:19:50.390125 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:19:59.585401 Connection.cpp:388] SQLite::Connection::FlushToDisk
T0515 14:20:09.785306 Connection.cpp:388] SQLite::Connection::FlushToDisk
T0515 14:20:11.419541 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM Resources WHERE internalId=?
T0515 14:20:11.420039 Statement.cpp:135] SQLite::Statement::Run INSERT INTO Changes VALUES(NULL, ?, ?, ?, ?)
T0515 14:20:11.520577 ServerIndex.cpp:181] Change related to resource b0ad9234-fd3eba9c-e6b4ad68-fef279dc-ac2d3969 of type Series: StableSeries
T0515 14:20:11.521009 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:20:11.521378 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:20:11.521705 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:20:11.522029 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:11.522433 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:11.522827 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:11.523150 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:11.523485 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.523771 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.523965 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.524205 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.524468 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.524650 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.524878 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.525107 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.525378 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.525559 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.525763 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.526003 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:11.526291 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:11.526477 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:11.526748 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:11.527002 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:20:11.527202 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:20:11.527402 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:20:11.527593 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.525596 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM Resources WHERE internalId=?
T0515 14:20:12.525967 Statement.cpp:135] SQLite::Statement::Run INSERT INTO Changes VALUES(NULL, ?, ?, ?, ?)
T0515 14:20:12.526342 ServerIndex.cpp:181] Change related to resource 3968e539-f28817bc-afe86ae1-7058a2c0-f1188255 of type Series: StableSeries
T0515 14:20:12.526789 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM Resources WHERE internalId=?
T0515 14:20:12.527167 Statement.cpp:135] SQLite::Statement::Run INSERT INTO Changes VALUES(NULL, ?, ?, ?, ?)
T0515 14:20:12.527632 ServerIndex.cpp:181] Change related to resource cb042892-c68e4b32-c1d4c890-35e43dfd-09cd9344 of type Study: StableStudy
T0515 14:20:12.528041 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM Resources WHERE internalId=?
T0515 14:20:12.528341 Statement.cpp:135] SQLite::Statement::Run INSERT INTO Changes VALUES(NULL, ?, ?, ?, ?)
T0515 14:20:12.532661 ServerIndex.cpp:181] Change related to resource fdabc3bc-5434e797-74d06b99-fa9248f8-9c3d9ca6 of type Patient: StablePatient
T0515 14:20:12.532950 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:20:12.533247 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:20:12.533498 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:20:12.533760 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:12.534160 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:12.534499 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.534778 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.535094 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.535300 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.535482 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.535707 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.535904 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.536105 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.536294 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.536488 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.536683 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.536857 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.537041 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.537222 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.537460 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.537641 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.537844 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.538052 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:20:12.538275 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:20:12.538458 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:20:12.538644 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.538908 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:20:12.539160 Statement.cpp:144] SQLite::Statement::Step SELECT parentId FROM Resources WHERE internalId=?
T0515 14:20:12.539376 Statement.cpp:144] SQLite::Statement::Step SELECT publicId FROM Resources WHERE internalId=?
T0515 14:20:12.539569 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:12.539879 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:12.540172 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:12.540380 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.540546 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.540703 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.540894 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.541033 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.541202 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.541372 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.541537 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.541707 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.541867 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.542035 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.542208 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.542400 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.542651 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.542811 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.543034 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.543206 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:20:12.543415 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:20:12.543613 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:20:12.543753 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.543999 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:20:12.544234 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:12.544525 Statement.cpp:144] SQLite::Statement::Step SELECT a.publicId FROM Resources AS a, Resources AS b WHERE a.parentId = b.internalId AND b.internalId = ?
T0515 14:20:12.544786 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.544962 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.545123 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.545285 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.545454 Statement.cpp:144] SQLite::Statement::Step SELECT * FROM MainDicomTags WHERE id=?
T0515 14:20:12.545633 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.545848 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.546014 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?
T0515 14:20:12.546212 Statement.cpp:144] SQLite::Statement::Step SELECT internalId, resourceType FROM Resources WHERE publicId=?
T0515 14:20:12.546473 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:20:12.546680 Statement.cpp:144] SQLite::Statement::Step SELECT type FROM Metadata WHERE id=?
T0515 14:20:12.546866 Statement.cpp:144] SQLite::Statement::Step SELECT value FROM Metadata WHERE id=? AND type=?