![]() |
Bridges-C++
3.2.0
Bridges(C++API)
|
#include <CancerIncidence.h>
A class representing the attributes for cancer incidence.
From the United States Cancer Statistics as part of the U.S. Center for Disease Control, the following data set focuses on the crude rate for all types of cancer reported for different demograpic groups. Significant groupings include age, gender, race and geographical area.
http://www.cdc.gov/cancer/npcr/uscs/download_data.htm Data: Courtesy of Corgis Datasets, 2017
Public Member Functions | |
CancerIncidence () | |
double | getAgeAdjustedRate () const |
void | setAgeAdjustedRate (double aar) |
double | getAgeAdjustedCI_Lower () const |
void | setAgeAdjustedCI_Lower (double ci_l) |
double | getAgeAdjustedCI_Upper () const |
void | setAgeAdjustedCI_Upper (double ci_u) |
double | getCrudeRate () const |
void | setCrudeRate (double cr) |
double | getCrudeRate_CI_Lower () const |
void | setCrudeRate_CI_Lower (double cr_l) |
double | getCrudeRate_CI_Upper () const |
void | setCrudeRate_CI_Upper (double cr_u) |
Set crude rate CI (upper) More... | |
int | getYear () const |
Get the year of this cancer record. More... | |
void | setYear (int y) |
string | getGender () const |
Get the gender of the group. More... | |
void | setGender (const string &g) |
Set gender of the record. More... | |
string | getRace () const |
Get the race of the group. More... | |
void | setRace (const string &r) |
Set race. More... | |
string | getEventType () const |
Get the event type (incidence, mortality, etc) More... | |
void | setEventType (const string &et) |
Set event type. More... | |
int | getPopulation () const |
Get the population size. More... | |
void | setPopulation (int pop) |
Set population size. More... | |
string | getAffectedArea () const |
Get the cancer incidence area (state, region, etc) More... | |
void | setAffectedArea (const string &area) |
Set cancer incidenc area. More... | |
int | getCount () const |
Get the number of people affected in this group. More... | |
void | setCount (int c) |
Set cancer incidence count. More... | |
double | getLocationX () const |
void | setLocationX (double locX) |
Set location (X coord) More... | |
double | getLocationY () const |
Get the Y coordinate of location. More... | |
void | setLocationY (double locY) |
Set location (Y coord) More... | |
|
inline |
|
inline |
Get the cancer incidence area (state, region, etc)
|
inline |
Get the expected cancer rate confidence interval(lower), adjusted for age of participants.
|
inline |
Get the expected cancer rate confidence interval(upper), adjusted for age of participants.
|
inline |
Get the expected cancer rate, adjusted for age of participants.
|
inline |
Get the number of people affected in this group.
|
inline |
Get the cancer rate, adjusted for population
|
inline |
Get the expected cancer crude rate confidence interval(lower), adjusted for age of participants.
|
inline |
Get the expected cancer crude rate confidence interval(upper), adjusted for age of participants.
|
inline |
Get the event type (incidence, mortality, etc)
|
inline |
Get the gender of the group.
|
inline |
Get the X coordinate of location
|
inline |
Get the Y coordinate of location.
|
inline |
Get the population size.
|
inline |
Get the race of the group.
|
inline |
Get the year of this cancer record.
|
inline |
Set cancer incidenc area.
[in] | area |
|
inline |
Set age adjusted cancer conf interval (lower)
[in] | ci_l | age adjusted cancer conf interval (lower) |
|
inline |
Set age adjusted cancer conf interval (upper)
[in] | ci_u | age adjusted cancer conf interval (upper) |
|
inline |
Set age adjusted cancer rate
[in] | aar | age adjusted rate |
|
inline |
Set cancer incidence count.
c | cancer incidence count |
|
inline |
Set cancer rate, adjusted for population
[in] | cr | cancer rate |
|
inline |
Set age adjusted cancer crude conf interval (lower)
[in] | cr_l | age adjusted cancer crude conf interval (lower) |
|
inline |
Set crude rate CI (upper)
[in] | cr_u | upper bound for crude rate confidence interval |
|
inline |
Set event type.
et | event type |
|
inline |
Set gender of the record.
[in] | g | gender to set |
|
inline |
Set location (X coord)
locX | X coordinate of location |
|
inline |
Set location (Y coord)
locY | Y coordinate of location |
|
inline |
Set population size.
pop | population |
|
inline |
Set race.
[in] | r |
|
inline |