MED_90 | R Documentation |
MED_90
gives us the maximum number 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 90.)
MED_90(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 90 MED
FDA_Opioid_Table <- load_Opioid_Table(no_download = TRUE, country="US")
HealthCanada_Opioid_Table <- load_Opioid_Table(no_download = TRUE, country="Canada")
MED_90(786535, HealthCanada_Opioid_Table)
MED_90("0093-0058", FDA_Opioid_Table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.