diff OrthancServer/ExportedResource.h @ 1246:54bf0f0245f4

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Dec 2014 12:56:30 +0100
parents a0e420c5f2b8
children 32fcc5dc7562
line wrap: on
line diff
--- a/OrthancServer/ExportedResource.h	Mon Dec 08 12:42:50 2014 +0100
+++ b/OrthancServer/ExportedResource.h	Mon Dec 08 12:56:30 2014 +0100
@@ -100,6 +100,26 @@
       return date_;
     }
 
+    const std::string& GetPatientId() const
+    {
+      return patientId_;
+    }
+
+    const std::string& GetStudyInstanceUid() const
+    {
+      return studyInstanceUid_;
+    }
+
+    const std::string& GetSeriesInstanceUid() const
+    {
+      return seriesInstanceUid_;
+    }
+
+    const std::string& GetSopInstanceUid() const
+    {
+      return sopInstanceUid_;
+    }
+
     void Format(Json::Value& item) const
     {
       item = Json::objectValue;