fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
}
fwMedData
Namespace containing medical data.
Definition:
ioDcmtk/include/ioDcmtk/SSeriesDBReader.hpp:17
fwMedData::Equipment::m_institutionName
DicomValueType m_institutionName
Institution name.
Definition:
core/fwMedData/include/fwMedData/Equipment.hpp:63
fwData::Object
Base class for each data object.
Definition:
SrcLib/core/fwData/include/fwData/Object.hpp:48
SrcLib
core
fwMedDataCamp
src
fwMedDataCamp
Equipment.cpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11