fw4spl
core/fwMedDataCamp/src/fwMedDataCamp/Equipment.cpp
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 #include <fwCamp/UserObject.hpp>
8 
9 #include <fwMedData/Equipment.hpp>
10 
11 //------------------------------------------------------------------------------
12 
13 fwCampImplementDataMacro((fwMedData)(Equipment))
14 {
15  builder
16  .tag("object_version", "1")
17  .tag("lib_name", "fwMedData")
18  .base< ::fwData::Object>()
19  .property("institution_name", &::fwMedData::Equipment::m_institutionName)
20  ;
21 }
Namespace containing medical data.
DicomValueType m_institutionName
Institution name.
Base class for each data object.