Spaces:
Running
Running
Chris McMaster
commited on
Commit
·
8b42c1d
1
Parent(s):
f32824f
Refined DBI instructions to handle PRN
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ def calculate_drug_burden_index_mcp(drug_list: str, route: str = "oral") -> str:
|
|
239 |
Calculate Drug Burden Index (DBI) from a list of medications.
|
240 |
|
241 |
Args:
|
242 |
-
drug_list (str): Drug list (one per line, include dose and frequency)
|
243 |
route (str): Route of administration (default: "oral")
|
244 |
|
245 |
Returns:
|
|
|
239 |
Calculate Drug Burden Index (DBI) from a list of medications.
|
240 |
|
241 |
Args:
|
242 |
+
drug_list (str): Drug list (one per line, include dose and frequency - also write "prn" if the drug is a PRN medication)
|
243 |
route (str): Route of administration (default: "oral")
|
244 |
|
245 |
Returns:
|