google-code-export / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 1 forks source link

Drug testing #331

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to write unit test to check exactitude of the drug database content.
This Will be a plugin unit test.

To control drugs information I suggest
1) to add a control dialog like the protocol editor that allons users to check 
correctness of the drug data
2) when user validate this dialog, the controled drug is saved in XML format or 
sent to our server
3) unit test we then have to download all XML control files and check accordant 
to the curent drug database
4) in case of failure, unit test Will create a full report with all testing 
drugs and stop the testing process with a failure message

To control drug drug interaction
1) UnitTest creates virtual drugs with interacting components
2) launches the interaction checking

Alternative
1) same process as drug content testing

Any taker ?

Original issue reported on code.google.com by eric.mae...@gmail.com on 3 Aug 2013 at 9:47