comparison OrthancServer/OrthancInitialization.h @ 519:1b2cdc855bd3

Parameter for PACS manufacturer, support for ClearCanvas
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Aug 2013 13:39:42 +0200
parents b8ace6fc1d1f
children 60d90e48e809
comparison
equal deleted inserted replaced
517:b2b56b4e33b0 519:1b2cdc855bd3
35 #include <string> 35 #include <string>
36 #include <set> 36 #include <set>
37 #include <json/json.h> 37 #include <json/json.h>
38 #include <stdint.h> 38 #include <stdint.h>
39 #include "../Core/HttpServer/MongooseServer.h" 39 #include "../Core/HttpServer/MongooseServer.h"
40 #include "ServerEnumerations.h"
40 41
41 namespace Orthanc 42 namespace Orthanc
42 { 43 {
43 void OrthancInitialize(const char* configurationFile = NULL); 44 void OrthancInitialize(const char* configurationFile = NULL);
44 45
54 bool defaultValue); 55 bool defaultValue);
55 56
56 void GetDicomModality(const std::string& name, 57 void GetDicomModality(const std::string& name,
57 std::string& aet, 58 std::string& aet,
58 std::string& address, 59 std::string& address,
59 int& port); 60 int& port,
61 ModalityManufacturer& manufacturer);
60 62
61 void GetOrthancPeer(const std::string& name, 63 void GetOrthancPeer(const std::string& name,
62 std::string& url, 64 std::string& url,
63 std::string& username, 65 std::string& username,
64 std::string& password); 66 std::string& password);