Skip to contents

Analyzes patient data to determine appropriate elective radiation targets based on nodal involvement, tumor characteristics, and risk factors. Categorizes patients into treatment target groups (Small Pelvis, Large Pelvis, Large Pelvis + Para-aortic, etc.) based on established clinical criteria.

Usage

emii_add_elective_targets(.data)

Arguments

.data

EMBRACE-II data frame with required clinical and pathological information

Value

Data frame with added columns for risk classification and recommended elective target volumes

Examples

if (FALSE) { # \dontrun{
emii_data <- load_embrace_ii()
result <- emii_add_elective_targets(emii_data)
} # }