fw4spl
constants.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __UIMEDDATAQT_CONSTANTS_HPP__
8 #define __UIMEDDATAQT_CONSTANTS_HPP__
9 
10 #include "uiMedDataQt/config.hpp"
11 
12 #include <string>
13 
14 namespace uiMedDataQt
15 {
16 
18 static const std::string s_NEW_PATIENT_TEXT = "< New patient... >";
19 
21 static const std::string s_NEW_STUDY_TEXT = "< New study... >";
22 
24 static const std::string s_INSERT_NEW_SERIES_TEXT = "< Insert new series here... >";
25 
27 static const std::string s_NEW_PATIENT_FIELD_NAME = "NEW_PATIENT";
28 
30 static const std::string s_NEW_STUDY_FIELD_NAME = "NEW_STUDY";
31 
32 } // namespace uiMedDataQt
33 
34 #endif // __UIMEDDATAQT_CONSTANTS_HPP__
35 
The namespace uiMedDataQt contains editors for medical data.