icis |
- Intracavitary/Interstitial classification
-
Calculation: Based on
fraction_*_technique_tdvh columns
-
Implementation:
add_icis()
-
Values: Binary (1 = ICIS, 0 = IC)
-
Note: Derived from technique values across
fractions
|
|
|
icis_parallel_oblique |
- Detailed ICIS needle classification
-
Calculation: Based on
fraction_*_technique_tdvh columns
-
Implementation:
add_parallel_oblique_needles()
-
Values: “no needles”, “parallel needles”, “oblique
needles”, “other”
|
|
|
average_nr_active_ needles
|
- Average number of active needles
-
Calculation: Mean of
fraction_*_active_needles columns
-
Implementation:
add_average_active_needles()
-
Unit: Number of needles
|
|
|
time_to_bt |
- Time from EBRT start to first BT fraction
-
Calculation:
fraction01date_tdvh -
ebrt_start_date_tdvh
-
Implementation:
add_time_to_bt()
-
Unit: Days
|
|
|
time_to_bt_percent |
- Relative timing of brachytherapy
-
Calculation:
time_to_bt /
ott_ebrt
-
Implementation:
add_time_to_bt()
-
Unit: Proportion
|
|
|
ott_ebrt |
- Overall treatment time of EBRT
-
Calculation:
ebrt_end_date_tdvh -
ebrt_start_date_tdvh
-
Implementation:
add_time_to_bt()
-
Unit: Days
|
|
|
ott |
- Overall Treatment Time from start of EBRT to last treatment
-
Calculation: Time interval between
ebrt_start_date_tdvh and last_treatment_date
(which is the latest of EBRT end date and all fraction dates)
-
Implementation:
emii_add_ott()
-
Unit: Days
|
|
|
last_treatment_date |
- Date of the last treatment received
-
Calculation: Maximum date among EBRT end date
(
ebrt_end_date_tdvh ) and all brachytherapy fraction dates
(fraction*date_tdvh )
-
Implementation:
emii_add_ott()
-
Unit: Date
|
|
|
fraction01hrctv_ volume_bins
|
- CTV-HR volume categories
-
Calculation: Based on
fraction01hrctv_volume_tdvh
-
Implementation:
add_hrctv_volume_bins()
-
Values: 0: < 30 cm³, 1: 30-45 cm³, 2: > 45
cm³, NA: missing
|
|
|
trak_total_sum |
- Total Reference Air Kerma (TRAK) summed across all brachytherapy
fractions
-
Calculation: Sum of all
fraction*trak_tdvh values
-
Implementation:
emii_add_trak_absolute()
-
Unit: cGy at 1m
|
|
|
trak_needles_sum |
- Total TRAK contribution from needles across all brachytherapy
fractions
-
Calculation: Sum of
fraction*_needles_abs values, which are derived from
percentage contributions
(trak * trak_needles_pct / 100 )
-
Implementation:
emii_add_trak_absolute()
-
Unit: cGy at 1m
|
|
|
trak_vaginal_ applicator_sum
|
- Total TRAK contribution from vaginal applicator across all
fractions
-
Calculation: Sum of
fraction*_vaginal_applicator_abs values, which are derived
from percentage contributions
(trak * trak_vaginal_applicator_pct / 100 )
-
Implementation:
emii_add_trak_absolute()
-
Unit: cGy at 1m
|
|
|
trak_tandem_ applicator_sum
|
- Total TRAK contribution from tandem applicator across all
fractions
-
Calculation: Sum of
fraction*_tandem_applicator_abs values, which are derived
from percentage contributions
(trak * trak_tandem_applicator_pct / 100 )
-
Implementation:
emii_add_trak_absolute()
-
Unit: cGy at 1m
|
|
|
imp1gyn_max_ parametrium_sta_b
|
- Maximum parametrial involvement from gynecological examination at
first implant
-
Calculation: Maximum value between left and right
parametrial involvement (
imp1gyn_left_parametrium_sta_b and
imp1gyn_right_parametrium_sta_b )
-
Implementation:
add_parametrial_involvement()
-
Values: 0 = Not involved, 1 = Proximal, 2 = Distal,
3 = To pelvic wall
|
|
|
imp1image_max_ parametrium_sta_b
|
- Maximum parametrial involvement from imaging at first implant
-
Calculation: Maximum value between left and right
parametrial involvement (
imp1image_left_parametrium_sta_b
and imp1imaging_right_parametrium_sta_b )
-
Implementation:
add_parametrial_involvement()
-
Values: 0 = Not involved, 1 = Proximal, 2 = Distal,
3 = To pelvic wall
|