# Example 1: Poor Prognosis
# KPS 40 (0), 3 Extraspinal (0), 3 Vertebral (0),
#Unremovable Organ Mets (0), Lung CA (0), Complete Palsy (0)
# Score = 0
revised_tokuhashi_score(40, 3, 3, "unremovable", "lung", "complete")
# Example 2: Good Prognosis
# KPS 90 (2), 0 Extraspinal (2), 1 Vertebral (2), No Organ Mets (2), Breast CA (5), No Palsy (2)
# Score = 15
revised_tokuhashi_score(90, 0, 1, "none", "breast", "none")
Run the code above in your browser using DataLab