25 #ifndef WPERSONALINFORMATION_H
26 #define WPERSONALINFORMATION_H
31 #include <boost/date_time/posix_time/posix_time_types.hpp>
32 #include "WExportDataHandler.h"
67 uint64_t getSubjectID()
const;
73 void setSubjectID( uint64_t subjectID );
80 std::string getLastName()
const;
86 void setLastName( std::string lastName );
93 std::string getMiddleName()
const;
100 std::string getFirstName()
const;
123 std::string getCompleteName()
const;
159 #endif // WPERSONALINFORMATION_H