You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propacetamol (ATC N02BE05) and Paracetamol (N02BE01) are members of the same ATC group: N02BE Anilides
FreeRx code needs to be updated to use this way of retrieving INN from the database:
DID aka Drug ID) -> MID aka Molecule ID (t4 COMPO): SELECT `f3` FROM `t4` WHERE `f2` = "DID";
MID -> INN (t3 MOLS): SELECT `f3` FROM `t3` WHERE `f1` = "MID";
Possible regressions from FMF 0.9.0 -> FMF 0.9.8 / FHIO 0.9.9
Caused by update of database scheme (<= 0.8.4 not compatible with recent versions)?
The text was updated successfully, but these errors were encountered: