Bridges-Java  3.4.3
Bridges(Java API)
Public Member Functions | Package Attributes | List of all members
bridges.data_src_dependent.CancerIncidence Class Reference

Detailed Description

United States Cancer Statistics from the U.S. Center for Disease Control.

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

One does not typically create an object from this type, but rather obtain them by calling bridges::connect::DataSource::getCancerIncidenceData()

Refer to tutorial examples on how to use this dataset: https://bridgesuncc.github.io/tutorials/Data_CancerIncidence.html

Data: Courtesy of Corgis Datasets, 2017

Author: Kalpathi Subramanian, April, 2017

Public Member Functions

 CancerIncidence ()
 
double getAgeAdjustedRate ()
 
void setAgeAdjustedRate (double aar)
 Set age adjusted cancer rate. More...
 
double getAgeAdjustedCI_Lower ()
 
void setAgeAdjustedCI_Lower (double ci_l)
 Set age adjusted cancer conf interval (lower) More...
 
double getAgeAdjustedCI_Upper ()
 
void setAgeAdjustedCI_Upper (double ci_u)
 Set age adjusted cancer conf interval (upper) More...
 
double getCrudeRate ()
 Get the cancer rate, adjusted for population. More...
 
void setCrudeRate (double cr)
 Set cancer rate, adjusted for population. More...
 
double getCrudeRate_CI_Lower ()
 Get the expected cancer crude rate confidence interval(lower), adjusted for age of participants. More...
 
void setCrudeRate_CI_Lower (double cr_l)
 Set age adjusted cancer crude conf interval (lower) More...
 
double getCrudeRate_CI_Upper ()
 
void setCrudeRate_CI_Upper (double cr_u)
 Set crude rate CI (upper) More...
 
int getYear ()
 Get the year of this cancer record. More...
 
void setYear (int y)
 Set the year of this cancer record. More...
 
String getGender ()
 
void setGender (String g)
 Set gender. More...
 
String getRace ()
 
void setRace (String r)
 Set race. More...
 
String getEventType ()
 Get the event type (incidence, mortality, etc) More...
 
void setEventType (String et)
 Set event type. More...
 
int getPopulation ()
 Get the population size. More...
 
void setPopulation (int pop)
 Set population size. More...
 
String getAffectedArea ()
 Get the cancer incidence area (state, region, etc) More...
 
void setAffectedArea (String area)
 Set cancer incidence area. More...
 
int getCount ()
 Get the number of people affected in this group. More...
 
void setCount (int c)
 Set cancer incidence count. More...
 
double getLocationX ()
 Get the X coordinate of location. More...
 
void setLocationX (double locX)
 Set location (X coord) More...
 
double getLocationY ()
 Get the Y coordinate of location. More...
 
void setLocationY (double locY)
 Set location (Y coord) More...
 

Package Attributes

double age_adjusted_rate_ci []
 
double crude_rate
 
double crude_rate_ci []
 
int year
 
int population
 
String race
 
String event_type
 
String affected_area
 

Constructor & Destructor Documentation

◆ CancerIncidence()

bridges.data_src_dependent.CancerIncidence.CancerIncidence ( )

Member Function Documentation

◆ getAffectedArea()

String bridges.data_src_dependent.CancerIncidence.getAffectedArea ( )

Get the cancer incidence area (state, region, etc)

Returns
affected area

◆ getAgeAdjustedCI_Lower()

double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedCI_Lower ( )

◆ getAgeAdjustedCI_Upper()

double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedCI_Upper ( )

◆ getAgeAdjustedRate()

double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedRate ( )

◆ getCount()

int bridges.data_src_dependent.CancerIncidence.getCount ( )

Get the number of people affected in this group.

Returns
number of people affected in this group.

◆ getCrudeRate()

double bridges.data_src_dependent.CancerIncidence.getCrudeRate ( )

Get the cancer rate, adjusted for population.

Returns
crude cancer rate

◆ getCrudeRate_CI_Lower()

double bridges.data_src_dependent.CancerIncidence.getCrudeRate_CI_Lower ( )

Get the expected cancer crude rate confidence interval(lower), adjusted for age of participants.

Returns
cancer conf interval (lower) rate

◆ getCrudeRate_CI_Upper()

double bridges.data_src_dependent.CancerIncidence.getCrudeRate_CI_Upper ( )

Get the expected cancer crude rate confidence interval(upper), adjusted for age of participants.

Returns
cancer crude rate CI (upper) rate

◆ getEventType()

String bridges.data_src_dependent.CancerIncidence.getEventType ( )

Get the event type (incidence, mortality, etc)

Returns
event type

◆ getGender()

String bridges.data_src_dependent.CancerIncidence.getGender ( )

◆ getLocationX()

double bridges.data_src_dependent.CancerIncidence.getLocationX ( )

Get the X coordinate of location.

Returns
x coordinate (longitude?)

◆ getLocationY()

double bridges.data_src_dependent.CancerIncidence.getLocationY ( )

Get the Y coordinate of location.

Returns
y coordinate (latitude?)

◆ getPopulation()

int bridges.data_src_dependent.CancerIncidence.getPopulation ( )

Get the population size.

Returns
population size

◆ getRace()

String bridges.data_src_dependent.CancerIncidence.getRace ( )

Get the race of the group

Returns
race (All Races, etc)

◆ getYear()

int bridges.data_src_dependent.CancerIncidence.getYear ( )

Get the year of this cancer record.

Returns
year of the cancer record

◆ setAffectedArea()

void bridges.data_src_dependent.CancerIncidence.setAffectedArea ( String  area)

Set cancer incidence area.

Parameters
areaaffected area

◆ setAgeAdjustedCI_Lower()

void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedCI_Lower ( double  ci_l)

Set age adjusted cancer conf interval (lower)

Parameters
ci_llower bound for confidence interval

◆ setAgeAdjustedCI_Upper()

void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedCI_Upper ( double  ci_u)

Set age adjusted cancer conf interval (upper)

Parameters
ci_uupper bound of the confidence interval to set

◆ setAgeAdjustedRate()

void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedRate ( double  aar)

Set age adjusted cancer rate.

Parameters
aarage adjusted rate

◆ setCount()

void bridges.data_src_dependent.CancerIncidence.setCount ( int  c)

Set cancer incidence count.

Parameters
cincidence count

◆ setCrudeRate()

void bridges.data_src_dependent.CancerIncidence.setCrudeRate ( double  cr)

Set cancer rate, adjusted for population.

Parameters
crcrude rate to set

◆ setCrudeRate_CI_Lower()

void bridges.data_src_dependent.CancerIncidence.setCrudeRate_CI_Lower ( double  cr_l)

Set age adjusted cancer crude conf interval (lower)

Parameters
cr_llower bound of the cancer crude rate confidence interval

◆ setCrudeRate_CI_Upper()

void bridges.data_src_dependent.CancerIncidence.setCrudeRate_CI_Upper ( double  cr_u)

Set crude rate CI (upper)

Parameters
cr_uupper bound of crude rate confidence interval

◆ setEventType()

void bridges.data_src_dependent.CancerIncidence.setEventType ( String  et)

Set event type.

Parameters
etevent type to set

◆ setGender()

void bridges.data_src_dependent.CancerIncidence.setGender ( String  g)

Set gender.

Parameters
gthe gender to set ("male", "female", "male and female")

◆ setLocationX()

void bridges.data_src_dependent.CancerIncidence.setLocationX ( double  locX)

Set location (X coord)

Parameters
locXX coordinate of location

◆ setLocationY()

void bridges.data_src_dependent.CancerIncidence.setLocationY ( double  locY)

Set location (Y coord)

Parameters
locYY coordinate of location

◆ setPopulation()

void bridges.data_src_dependent.CancerIncidence.setPopulation ( int  pop)

Set population size.

Parameters
poppopulation size

◆ setRace()

void bridges.data_src_dependent.CancerIncidence.setRace ( String  r)

Set race.

Parameters
rrace to set

◆ setYear()

void bridges.data_src_dependent.CancerIncidence.setYear ( int  y)

Set the year of this cancer record.

Parameters
yyear of the cancer record

Member Data Documentation

◆ affected_area

String bridges.data_src_dependent.CancerIncidence.affected_area
package

◆ age_adjusted_rate_ci

double bridges.data_src_dependent.CancerIncidence.age_adjusted_rate_ci[]
package

◆ crude_rate

double bridges.data_src_dependent.CancerIncidence.crude_rate
package

◆ crude_rate_ci

double bridges.data_src_dependent.CancerIncidence.crude_rate_ci[]
package

◆ event_type

String bridges.data_src_dependent.CancerIncidence.event_type
package

◆ population

int bridges.data_src_dependent.CancerIncidence.population
package

◆ race

String bridges.data_src_dependent.CancerIncidence.race
package

◆ year

int bridges.data_src_dependent.CancerIncidence.year
package

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