comparison OrthancServer/OrthancRestApi/OrthancRestModalities.cpp @ 3651:46cb00e4adbb

DicomMap::DumpMainDicomTags() and DicomMap::ParseMainDicomTags()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2020 13:22:02 +0100
parents 94f4a18a79cc
children 335611d2b6cd 4922bdd046dd
comparison
equal deleted inserted replaced
3650:e5811a9f8df0 3651:46cb00e4adbb
1104 } 1104 }
1105 } 1105 }
1106 1106
1107 static void PeerSystem(RestApiGetCall& call) 1107 static void PeerSystem(RestApiGetCall& call)
1108 { 1108 {
1109 ServerContext& context = OrthancRestApi::GetContext(call);
1110
1111 std::string remote = call.GetUriComponent("id", ""); 1109 std::string remote = call.GetUriComponent("id", "");
1112 1110
1113 OrthancConfiguration::ReaderLock lock; 1111 OrthancConfiguration::ReaderLock lock;
1114 1112
1115 WebServiceParameters peer; 1113 WebServiceParameters peer;