MED {OralOpioids} | R Documentation |
MED
retrieves the Morphine Equivalent Dose from the Opioid_Table.
MED(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 |
MED: Morphine Equivalent Dose
FDA_Opioid_Table <- load_Opioid_Table(no_download = TRUE, country="US")
HealthCanada_Opioid_Table <- load_Opioid_Table(no_download = TRUE, country="Canada")
MED(786535, HealthCanada_Opioid_Table)
MED("0093-0058", FDA_Opioid_Table)