# Example 1: Definite IE (1 Major + 3 Minor)
# Major Echo, Fever, Vascular, Immunologic
duke_endocarditis_criteria(0, 0, 1, 0, 1, 1, 1, 0)
# Example 2: Possible IE (3 Minor)
# Fever, Predisposition, Minor Culture
duke_endocarditis_criteria(0, 0, 0, 1, 1, 0, 0, 1)
Run the code above in your browser using DataLab