#include <condition.h>
Public Member Functions | |
| condition (int condid, int studyid, std::string name, int intid) | |
| int | get_condid () |
| int | get_intid () |
| std::string | get_name () |
| int | get_studyid () |
Private Attributes | |
| int | condid |
| int | intid |
| std::string | name |
| int | studyid |
Definition at line 28 of file condition.h.
| condition::condition | ( | int | condid, |
| int | studyid, | ||
| std::string | name, | ||
| int | intid | ||
| ) |
Create a condition with the given information.
| condid | the condition ID number |
| studyid | the study ID number this condition belongs to |
| name | the name of the condition |
| intid | the interface ID number for this condition |
Definition at line 16 of file condition.cpp.
| int condition::get_condid | ( | ) |
Get the condition ID number.
Definition at line 25 of file condition.cpp.
| int condition::get_intid | ( | ) |
Get the interface ID number for this condition.
Definition at line 40 of file condition.cpp.
| string condition::get_name | ( | ) |
Get the name of the condition.
Definition at line 35 of file condition.cpp.
| int condition::get_studyid | ( | ) |
Get the study ID number this condition belongs to.
Definition at line 30 of file condition.cpp.
int rms::condition::condid [private] |
Definition at line 67 of file condition.h.
int rms::condition::intid [private] |
the condition, study, and interface ID numbers
Definition at line 67 of file condition.h.
std::string rms::condition::name [private] |
the name of the condition
Definition at line 68 of file condition.h.
int rms::condition::studyid [private] |
Definition at line 67 of file condition.h.