The Breast Cancer Risk Assessment Tool is an interactive tool designed by scientists at the National Cancer Institute (NCI) and the National Surgical Adjuvant Breast and Bowel Project (NSABP) to estimate a woman's risk of developing invasive breast cancer. The tool has been updated for African American women based on the Contraceptive and Reproductive Experiences (CARE) Study.
Documentation
Breast Cancer Risk Assessment Tool, Source Code download Read Me File
The BCRA risk calculator may be updated periodically as new data or research becomes available.
Download the zip file and unpack it an appropriate directory. The zip file will contain the following two files:
- This readme file.
- The NCI.DCEG.BCRA.zip file which contains the source code.
following files:
- NCI.DCEG.BCRA.sln: The Visual Studio 2005 solution file. You can double click and run this solution in order to test the breast cancer risk assessment calculation engine.
- NCI.DCEG.BCRA.ConsoleSample: A sample console application demonstrating the usage of the code.
- NCI.DCEG.BCRA: A class library project that contains the breast cancer risk assessment calculation engine.

