Mercurial > hg > orthanc
comparison OrthancServer/OrthancRestApi/OrthancRestApi.h @ 1564:1b7def486e62
creation of DICOM series
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 21 Aug 2015 15:01:21 +0200 |
parents | 02f5a3f5c0a0 |
children | bc34c69b594a |
comparison
equal
deleted
inserted
replaced
1563:9bb416445319 | 1564:1b7def486e62 |
---|---|
80 | 80 |
81 static ServerContext& GetContext(RestApiCall& call); | 81 static ServerContext& GetContext(RestApiCall& call); |
82 | 82 |
83 static ServerIndex& GetIndex(RestApiCall& call); | 83 static ServerIndex& GetIndex(RestApiCall& call); |
84 | 84 |
85 void AnswerStoredInstance(RestApiPostCall& call, | 85 void AnswerStoredResource(RestApiPostCall& call, |
86 const std::string& publicId, | 86 const std::string& publicId, |
87 ResourceType resourceType, | |
87 StoreStatus status) const; | 88 StoreStatus status) const; |
88 | 89 |
89 static bool ParseModifyRequest(DicomModification& target, | 90 static bool ParseModifyRequest(DicomModification& target, |
90 const Json::Value& request); | 91 const Json::Value& request); |
91 }; | 92 }; |