REHABILITATION IN BREAST CANCER WOMEN WITH BRCA1/BRCA2 VARIANTS: RATIONALE AND OBJECTIVE
C. Barone,S. Fortuna, A. Di Mari, N. Cimino, S. Bordonaro, S. Battaglia, M. Iacono, R. Fabbrizio,
Vol.9 issue 1 (2026), pag. 1 - 6
REHABILITATION IN BREAST CANCER WOMEN WITH BRCA1/BRCA2 VARIANTS: RATIONALE AND OBJECTIVE
C. Barone,S. Fortuna, A. Di Mari, N. Cimino, S. Bordonaro, S. Battaglia, M. Iacono, R. Fabbrizio,
Vol.9 issue 1 (2026), pag. 1 - 6
| Received | 22/09/2025 |
| Accepted | 17/02/2026 |
| Published | 9/03/2026 |
| Review by | Single-blind |
| doi | https://doi.org/10.48252/JCR116 |
ABSTRACT
Background: Hereditary Breast and Ovarian Cancer syndrome (HBOC) is caused by germline pathogenetic/likely pathogenetic (P/LP) variants in BRCA1 and BRCA2 genes. Women with HBOC syndrome have an increased lifetime risk of developing breast and ovarian cancer. Rehabilitation aims to help cancer patients preserve their physical and psychological functioning in a way that involves breast cancer women and their family members. The aim of this manuscript is to identify specific rehabilitation pathways for breast cancer women carrying BRCA1/BRCA2 variants.
// Get the modal
var modal = document.getElementById('myModal');
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}