29 #include <boost/program_options.hpp> 
   32 #define SETTINGS_DICOM_LIBRARY                  "<DICOM Library>" 
   33 #define SETTINGS_SYNC_EVENT                             "<syncro_event>" 
   34 #define SETTINGS_SYNC_FREQ                              "<syncro_frequency>" 
   35 #define SETTINGS_DBPATH                                 "<dbpath>" 
   36 #define SETTINGS_COPY_PATH                              "<copy_path>" 
   37 #define SETTINGS_REMOVE_PATIENT_DISPLAY "<remove_patient>" 
   38 #define SETTINGS_OUTPUT_ASK                             "<output_ask>" 
   39 #define SETTINGS_OUTPUT_DIM                             "<output_dim>" 
   52                 void addDB(
const std::string &i_path);
 
   54                 void removeDB(
const std::string &i_path);
 
   56                 void updateSetting(
const std::string& key, 
const std::string &val);
 
   66                 void readSettings(std::vector<std::string> &i_Keys, 
const std::string &i_file);