# Example 1: Non-Operative
# Compression fx (1), Intact Neuro (0), Intact PLC (0)
# Score = 1
tlics_score("compression", "intact", "intact")
# Example 2: Operative
# Burst fx (2), Incomplete Injury (3), Suspected PLC (2)
# Score = 7
tlics_score("burst", "incomplete", "suspected")
Run the code above in your browser using DataLab