fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
core/fwMedDataCamp/src/fwMedDataCamp/Patient.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/Patient.hpp>
10
11
//------------------------------------------------------------------------------
12
13
fwCampImplementDataMacro((
fwMedData
)(
Patient
))
14
{
15
builder
16
.tag(
"object_version"
,
"1"
)
17
.tag(
"lib_name"
,
"fwMedData"
)
18
.base<
::fwData::Object
>()
19
.property(
"name"
, &::
fwMedData::Patient::m_name
)
20
.property(
"patient_id"
, &::
fwMedData::Patient::m_patientId
)
21
.property(
"birth_date"
, &::
fwMedData::Patient::m_birthdate
)
22
.property(
"sex"
, &::
fwMedData::Patient::m_sex
)
23
;
24
}
fwMedData::Patient::m_patientId
DicomValueType m_patientId
Primary hospital identification.
Definition:
core/fwMedData/include/fwMedData/Patient.hpp:88
Patient
This class contains helper to generate Medical Data (SeriesDB, ImageSeries, ...). ...
fwMedData::Patient::m_birthdate
DicomValueType m_birthdate
Birthdate.
Definition:
core/fwMedData/include/fwMedData/Patient.hpp:91
fwMedData
Namespace containing medical data.
Definition:
ioDcmtk/include/ioDcmtk/SSeriesDBReader.hpp:17
fwMedData::Patient::m_name
DicomValueType m_name
Full name.
Definition:
core/fwMedData/include/fwMedData/Patient.hpp:85
fwData::Object
Base class for each data object.
Definition:
SrcLib/core/fwData/include/fwData/Object.hpp:48
fwMedData::Patient::m_sex
DicomValueType m_sex
Patient's sex.
Definition:
core/fwMedData/include/fwMedData/Patient.hpp:94
SrcLib
core
fwMedDataCamp
src
fwMedDataCamp
Patient.cpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11