We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6da2c2 commit c897abcCopy full SHA for c897abc
algorithms.py
@@ -78,8 +78,6 @@ def get_patient_data_json(query_string):
78
return john_doe_xrays
79
if query_string == "Sanjit before March 2015 prescriptions":
80
return prescriptions
81
- if query_string == "Arjun Dubar notes":
82
- return notes
83
if query_string == "Kumar m. lab tests":
84
return lab_tests
85
0 commit comments