Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 1801:2c60c357ee3e worklists
sdk primitives to handle worklists
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 20 Nov 2015 14:33:41 +0100 |
parents | 30e97a1f4093 |
children | 5ed8769b17f9 |
comparison
equal
deleted
inserted
replaced
1800:30e97a1f4093 | 1801:2c60c357ee3e |
---|---|
142 | 142 |
143 void SignalChangeInternal(OrthancPluginChangeType changeType, | 143 void SignalChangeInternal(OrthancPluginChangeType changeType, |
144 OrthancPluginResourceType resourceType, | 144 OrthancPluginResourceType resourceType, |
145 const char* resource); | 145 const char* resource); |
146 | 146 |
147 void HandleWorklist(DicomFindAnswers& answers, | |
148 ParsedDicomFile& query, | |
149 const std::string& remoteIp, | |
150 const std::string& remoteAet, | |
151 const std::string& calledAet); | |
152 | |
153 public: | 147 public: |
154 OrthancPlugins(); | 148 OrthancPlugins(); |
155 | 149 |
156 virtual ~OrthancPlugins(); | 150 virtual ~OrthancPlugins(); |
157 | 151 |