diff OrthancServer/ServerIndex.cpp @ 2140:aa4b8895cd23

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:12:47 +0100
parents 2ecc95a239f7
children 5a8840920121
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Wed Nov 09 15:25:09 2016 +0100
+++ b/OrthancServer/ServerIndex.cpp	Wed Nov 09 16:12:47 2016 +0100
@@ -757,7 +757,7 @@
       }
 
       // Attach the auto-computed metadata for the patient/study/series levels
-      std::string now = Toolbox::GetNowIsoString();
+      std::string now = SystemToolbox::GetNowIsoString();
       db_.SetMetadata(series, MetadataType_LastUpdate, now);
       db_.SetMetadata(study, MetadataType_LastUpdate, now);
       db_.SetMetadata(patient, MetadataType_LastUpdate, now);
@@ -1261,7 +1261,7 @@
                               type,
                               publicId,
                               remoteModality,
-                              Toolbox::GetNowIsoString(),
+                              SystemToolbox::GetNowIsoString(),
                               patientId,
                               studyInstanceUid,
                               seriesInstanceUid,