fw4spl
core/fwMedDataCamp/include/fwMedDataCamp/Series.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
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 __FWMEDDATACAMP_SERIES_HPP__
8 #define __FWMEDDATACAMP_SERIES_HPP__
9 
10 #include "fwMedDataCamp/config.hpp"
11 
12 #include <fwCamp/macros.hpp>
13 
14 #include <fwMedData/Equipment.hpp>
15 #include <fwMedData/Patient.hpp>
16 #include <fwMedData/Series.hpp>
17 #include <fwMedData/Study.hpp>
18 
19 fwCampDeclareAccessor((fwMedData)(Series), (fwMedData)(Patient));
20 fwCampDeclareAccessor((fwMedData)(Series), (fwMedData)(Study));
21 fwCampDeclareAccessor((fwMedData)(Series), (fwMedData)(Equipment));
22 
23 #endif /* __FWMEDDATACAMP_SERIES_HPP__ */
This class contains helper to generate Medical Data (SeriesDB, ImageSeries, ...). ...
Namespace containing medical data.