Public Member Functions | Private Attributes
rms::condition Class Reference

#include <condition.h>

List of all members.

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

Detailed Description

Definition at line 28 of file condition.h.


Constructor & Destructor Documentation

condition::condition ( int  condid,
int  studyid,
std::string  name,
int  intid 
)

Create a condition with the given information.

Parameters:
condidthe condition ID number
studyidthe study ID number this condition belongs to
namethe name of the condition
intidthe interface ID number for this condition

Definition at line 16 of file condition.cpp.


Member Function Documentation

Get the condition ID number.

Returns:
the condition ID number

Definition at line 25 of file condition.cpp.

Get the interface ID number for this condition.

Returns:
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.

Returns:
the name of the condition

Definition at line 35 of file condition.cpp.

Get the study ID number this condition belongs to.

Returns:
the study ID number this condition belongs to

Definition at line 30 of file condition.cpp.


Member Data Documentation

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.


The documentation for this class was generated from the following files:


rmscpp
Author(s): Russell Toris
autogenerated on Sat Dec 28 2013 17:08:58