#include "us_get_run.h"
Public Attributes | |
int | ID |
The experiment ID. More... | |
QString | date |
The date the experiment was last updated. More... | |
QString | runID |
The unique per-investigator runID. More... | |
QString | label |
The identifying label. More... | |
This class is used to store the information to display
Definition at line 30 of file us_get_run.h.
QString US_GetRun::RunInfo::date |
The date the experiment was last updated.
Definition at line 34 of file us_get_run.h.
int US_GetRun::RunInfo::ID |
The experiment ID.
Definition at line 33 of file us_get_run.h.
QString US_GetRun::RunInfo::label |
The identifying label.
Definition at line 36 of file us_get_run.h.
QString US_GetRun::RunInfo::runID |
The unique per-investigator runID.
Definition at line 35 of file us_get_run.h.