Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeRx: INN / drug mismatch #87

Open
jeromecc opened this issue Mar 14, 2017 · 1 comment
Open

FreeRx: INN / drug mismatch #87

jeromecc opened this issue Mar 14, 2017 · 1 comment
Assignees
Labels

Comments

@jeromecc
Copy link
Contributor

jeromecc commented Mar 14, 2017

Possible regressions from FMF 0.9.0 -> FMF 0.9.8 / FHIO 0.9.9

  • error with INN names & dosages:
    • paracetamol -> propacetamol
    • atorvastatine 20 -> atrovastatine 21,69

Caused by update of database scheme (<= 0.8.4 not compatible with recent versions)?

@jeromecc jeromecc self-assigned this Mar 14, 2017
@jeromecc jeromecc added the bug label Mar 14, 2017
@jeromecc
Copy link
Contributor Author

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:

  1. DID aka Drug ID) -> MID aka Molecule ID (t4 COMPO): SELECT `f3` FROM `t4` WHERE `f2` = "DID";
  2. MID -> INN (t3 MOLS): SELECT `f3` FROM `t3` WHERE `f1` = "MID";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant