#include <study.h>
Public Member Functions | |
| std::string | get_description () |
| std::string | get_end () |
| std::string | get_name () |
| std::string | get_start () |
| int | get_studyid () |
| study (int studyid, std::string name, std::string description, std::string start, std::string end) | |
Private Attributes | |
| std::string | description |
| std::string | end |
| std::string | name |
| std::string | start |
| int | studyid |
A condition object to store information on a condition entry in the RMS.
An experiment object to store information on an experiment entry in the RMS.
A study object to store information on a study entry in the RMS.
| study::study | ( | int | studyid, |
| std::string | name, | ||
| std::string | description, | ||
| std::string | start, | ||
| std::string | end | ||
| ) |
| string study::get_description | ( | ) |
| string study::get_end | ( | ) |
| string study::get_name | ( | ) |
| string study::get_start | ( | ) |
| int study::get_studyid | ( | ) |
std::string rms::study::description [private] |
std::string rms::study::end [private] |
std::string rms::study::name [private] |
std::string rms::study::start [private] |
int rms::study::studyid [private] |