comparison OrthancServer/OrthancRestApi/OrthancRestSystem.cpp @ 2140:aa4b8895cd23

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:12:47 +0100
parents dd609a99d39a
children 9b373b7d6713
comparison
equal deleted inserted replaced
2139:764c9157301b 2140:aa4b8895cd23
129 call.GetOutput().AnswerBuffer(result, "text/plain"); 129 call.GetOutput().AnswerBuffer(result, "text/plain");
130 } 130 }
131 131
132 static void GetNowIsoString(RestApiGetCall& call) 132 static void GetNowIsoString(RestApiGetCall& call)
133 { 133 {
134 call.GetOutput().AnswerBuffer(Toolbox::GetNowIsoString(), "text/plain"); 134 call.GetOutput().AnswerBuffer(SystemToolbox::GetNowIsoString(), "text/plain");
135 } 135 }
136 136
137 137
138 static void GetDicomConformanceStatement(RestApiGetCall& call) 138 static void GetDicomConformanceStatement(RestApiGetCall& call)
139 { 139 {