# Example 1: Abnormal (Adult Female)
# Menorrhagia (3 - intervention), Epistaxis (2 - consult), Cutaneous (2 - consult)
# Score = 7 (Cutoff 6)
isth_scc_bleeding_tool(2, 2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 30, "female")
# Example 2: Normal (Adult Male)
# Cutaneous (1), Minor wounds (1)
# Score = 2 (Cutoff 4)
isth_scc_bleeding_tool(0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, "male")
Run the code above in your browser using DataLab