• English
  • Français (French)
Table des matières

OpenReact Roadmap

This is the roadmap for OpenReact. It can be also concidered as a part of the changelog between main stable versions.

Next version Coding started at Planned release
0.1.0 Jan, 2011 March, 2011

Introduction

OpenReact is the FreeMedForms drug-drug interaction engine ported as a web portal.

TODOS

Drug searching:

  • Searching amoxi does not present AMOXICILLINE 1g (without acide clavulanique)
  • the combo is out of screen when there are too many suggestions (may be limit the viewport of the combo to 10 items - if this is possible)
  • can we use wildcards ?

Interaction searching:

  • mark drugs that ALL molecular can not be linked to an ATC as “Unknown interactions”
  • while algorithm is really a small CPU usage, can you create under the combo
    • a list presenting the selected drugs (other than in a textedit ?)
    • user can remove drugs from the list using a small x icon
    • calculate in real time the IAM (each time a drug in added or removed)
    • present the full informations about IAM directly
      • level
      • risk (FR and EN)
      • management (FR an EN)
      • bibliography on demand
    • may sort the IAM using this organisation:
      • enum TypeOfIAM
            {
                noIAM            = 0x0000,
                Unknown          = 0x0001,
                Information      = 0x0002,  // less important
                InnDuplication   = 0x0004,
                Precaution       = 0x0010,
                APrendreEnCompte = 0x0020,
                P450             = 0x0100,
                GPG              = 0x0200,
                Deconseille      = 0x1000,
                ContreIndication = 0x8000   // Most important
            };
    • allow user to easily print the resulting synthesis

Drugs informations:

  • show in this order
    • IAM classes
    • molecular content (an like to its ATC name) with dosage
    • create a link to search equivalent using the molecular content and route
      • equivalent have the same molecular components
      • equivalent have the same molecular dosage
      • equivalent have the same molecular ATC name
      • equivalent have the same identified drug route

Site informations:

  • add disclaimer (that I should write and should synchronize with me)
  • change 2010 to 2011 :D

API:

  • allow search of IAM
    • url?druguidds=“d1,d2,d3”
    • url?innnames=“name1,name2,name3”
  • output of this
    • complete html page with simple HTML code
    • PDF ?
    • XML for EMR to extract datas
  • select the drugs database using the INFORMATIONS.IDENTIFIANT as UID of drugs databases
  • select the language
  • accept in entrant : EMRName, EMRSession to be returned unchanged in the output
en/drafts/openreact/roadmap.txt · Dernière modification: 2011/11/09 09:50 (modification externe)
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki FreeMedForms © Eric Maeker, MD