Mercurial > hg > orthanc
comparison OrthancServer/DicomProtocol/DicomUserConnection.h @ 1998:9b61701c35f2
New URI "/modalities/.../move" to issue C-Move SCU requests
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 May 2016 15:16:17 +0200 |
parents | f9f2aa1cc594 |
children | fabf7820d1f1 |
comparison
equal
deleted
inserted
replaced
1997:f9f2aa1cc594 | 1998:9b61701c35f2 |
---|---|
146 void Find(DicomFindAnswers& result, | 146 void Find(DicomFindAnswers& result, |
147 ResourceType level, | 147 ResourceType level, |
148 const DicomMap& fields); | 148 const DicomMap& fields); |
149 | 149 |
150 void Move(const std::string& targetAet, | 150 void Move(const std::string& targetAet, |
151 ResourceType level, | |
152 const DicomMap& findResult); | |
153 | |
154 void Move(const std::string& targetAet, | |
151 const DicomMap& findResult); | 155 const DicomMap& findResult); |
152 | 156 |
153 void MovePatient(const std::string& targetAet, | 157 void MovePatient(const std::string& targetAet, |
154 const std::string& patientId); | 158 const std::string& patientId); |
155 | 159 |