plastimatch
Loading...
Searching...
No Matches
xio_demographic.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _xio_demographic_h_
5#define _xio_demographic_h_
6
7#include "plmbase_config.h"
8#include <string>
9
11{
12public:
13 std::string m_patient_name;
14 std::string m_patient_id;
15 std::string m_import_date;
16public:
17 Xio_demographic (const char *filename);
19};
20
21#endif
Definition pointset.h:15
Definition xio_demographic.h:11
std::string m_import_date
Definition xio_demographic.h:15
std::string m_patient_id
Definition xio_demographic.h:14
std::string m_patient_name
Definition xio_demographic.h:13
#define PLMBASE_API
Definition plmbase_config.h:19