MED_50 | R Documentation |
MED_50
gives us the maximum nuber of units (e.g. tablets or capsules for solid oral opioids and no. of millilitres for liquid oral opioids that are safe assuming a Morphine equivalent Dose of 50.)
MED_50(Drug_ID, Opioid_Table)
Drug_ID |
A numeric value for the DIN or NDC. Exclude all zeros in front. |
Opioid_Table |
Opioid dataset which can be loaded by using
the |
no. of units to reach 50 MED
FDA_Opioid_Table <- load_Opioid_Table(no_download = TRUE, country="US")
HealthCanada_Opioid_Table <- load_Opioid_Table(no_download = TRUE, country="Canada")
MED_50(786535, HealthCanada_Opioid_Table)
MED_50("0093-0058", FDA_Opioid_Table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.