# Example 1: High Risk
# Patient with Marfan syndrome (Conditions=1) and Ripping chest pain (Pain=1)
aortic_dissection_detection_risk_score(1, 1, 0)
# Example 2: Low Risk
# No high risk features present
aortic_dissection_detection_risk_score(0, 0, 0)
Run the code above in your browser using DataLab