
A class for storing investigator data in the DB. More...
#include "us_investigator.h"
Public Attributes | |
| int | invID |
| The uniqe ID in the DB for the entry. More... | |
| QString | invGuid |
| Investigator's global ID. More... | |
| QString | lastName |
| Last Name. More... | |
| QString | firstName |
| First Name. More... | |
| QString | address |
| Investigator's address. More... | |
| QString | city |
| Investigator's city. More... | |
| QString | state |
| Investigator's state. More... | |
| QString | zip |
| Investigator's zip code. More... | |
| QString | phone |
| Investigator's phone number. More... | |
| QString | |
| Investigator's email address. More... | |
| QString | organization |
| Investigator's organization. More... | |
A class for storing investigator data in the DB.
Each element corresponds to an entry field in DB table 'people'.
Definition at line 31 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::address |
Investigator's address.
Definition at line 38 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::city |
Investigator's city.
Definition at line 39 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::email |
Investigator's email address.
Definition at line 43 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::firstName |
First Name.
Definition at line 37 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::invGuid |
Investigator's global ID.
Definition at line 35 of file us_investigator.h.
| int US_Investigator::US_InvestigatorData::invID |
The uniqe ID in the DB for the entry.
Definition at line 34 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::lastName |
Last Name.
Definition at line 36 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::organization |
Investigator's organization.
Definition at line 44 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::phone |
Investigator's phone number.
Definition at line 42 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::state |
Investigator's state.
Definition at line 40 of file us_investigator.h.
| QString US_Investigator::US_InvestigatorData::zip |
Investigator's zip code.
Definition at line 41 of file us_investigator.h.
1.8.3.1-20130324