# Example 1: Non-Operative
# Burst fracture (2), Intact DLC (0), Intact Neuro (0)
# Score = 2
slics_spine_score("burst", "intact", "intact")
# Example 2: Operative
# Distraction (3), Disrupted DLC (2), Incomplete Cord (3)
# Score = 8
slics_spine_score("distraction", "disrupted", "incomplete_cord")
Run the code above in your browser using DataLab