French
Nouvelles
Pages à mettre à jour
Documentation à mettre à jour
English
Drafts, concepts
News
Pages to update
Documentation to update
This is the roadmap for FreeToolBox. 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 | July, 2010 | December, 2010 |
Where possible, kindly avoid multiple small edits.
FreeToolBox will allow users to:
The FreeToolBox interaction's knowlegde database will be XML encoded. The final interaction database will be SQLite based.
The XML based database will be added to the SVN, as a text file: additions, versionning… can be easily manage by SVN.
An interaction is:
The set MainInteractor/Interactor does have the following informations:
<MainInteractor name="ACIDE ACETYLSALICYLIQUE"> <MainInformation lang="fr">Text information about the main interactor.</MainInformation> <MainInformation lang="en">Text information about the main interactor.</MainInformation> <Interactor name="ANTAGONISTES DES RECEPTEURS DE L'ANGIOTENSINE II" level="P"> <Risk text="Risk text of interaction MainInteractor with Interactor" lang="fr"/> <Management text="Management text of interaction MainInteractor with Interactor" lang="fr"/> <Risk text="Risk text of interaction MainInteractor with Interactor" lang="fr"/> <Management text="Management text of interaction MainInteractor with Interactor" lang="fr"/> <!-- Work in progress: risks can be set for specific dose/route or in general --> <FormalizedRisk mainDailyDoseFrom="" mainDailyDoseTo="" mainWeeklyDoseFrom="" mainWeeklyDoseTo="" interactorDailyDoseFrom="" interactorDailyDoseTo="" interactorWeeklyDoseFrom="" interactorWeeklyDoseTo="" mainRoute="" interactorRoute="" bleeding="" renalFailure="" pulmonaryFailure="" hepaticFailure="" heartFailure="" heartRythmFailure="" mainADEPotentialisation="" interactorADEPotentialisation="" /> <FormalizedRisk [...] /> <!-- End --> <!-- Not yet implemented --> <Reviews> <Reviewer name="" uid="" dateofreview="" comment="" completed=""/> <Reviewer name="" uid="" dateofreview="" comment="" completed=""/> </Reviews> <References> <Reference comitter="" reviewer="" source="" web="" journal=""/> <Reference comitter="" reviewer="" source="" web="" journal=""/> </References> <!-- End --> </Interactor> </MainInteractor>
<PIM genericSource="Beers,Priscus..." pmid="" type="" level="" country="">
<Molecule class="" atc="" />
<MoleculeAssociation>
<Molecule class="" atc="" />
</MoleculeAssociation>
<DoseAlert higherThan="" lowerThan="" />
<Risk lang="" value=""/>
<Management lang="" value=""/>
<RelatedDiagnosis>
<ICD value="" />
</RelatedDiagnosis>
</PIM>