This Malaria Diagnosis Tool (MDT) helps lab scientists diagnose which type of malaria the patient may have depending on the country they have recently come from.
-
This is a Lite version which essentaily means its just a Command Line Version of the program. It has all the features of the Graphical User Interface (GUI) version.
-
Please only use this version if you DON'T want a GUI and / or are comfortable using a command prompt.
-
For a version with a GUI please go here
If you're a lab scientist and/or work in pathology you would be used to viewing blood slides to assess which type of Malaria the patient may have so the patient can get the right treatment.
Sometimes you may get either a Country Name or Country Code of where the patient is from / has recenlty come from and may take a long time to lookup the country and see which malaria type is more prevalent. You can enter either the country name OR country code and this toll will still display results.
- Fast - Get Malaria types and their likeliness in seconds.
- Easy To Use - Can enter country name OR country code. And if you dont feel like you or the people to use this tool is familier with Command Line Interface (CLI) then there is even an even easier to use GUI Version Here!
- Simple - Just type in a countrys name or code and the likeliness of each Malaria type is displayed in a nice orderly fassion.
- Easy to set up
IMPORTANT: You must have Java installed onto the computers you want to use this program on. You can get the latest java here. Please note, you may have to compile the project yourself if your version of java wont run it. If you have any issues running MDT please open a suport ticket here
- Download the 'MDT_Lite.jar' file above. All versions are found here
- Open a command prompt, go to where you saved the 'MDT_Lite.jar' file
- Run the following command:
java -jar MDT_Lite.jar
- Done! Enjoy For some basic examples of how to use the tool please see the images below.
Easily run the program with the command above.
Use either a country code like 'AU' or a country name like 'Australia'. Note: Case does not matter.
Countries can have notes that show when the country is selected. These notes can easily be changed or modified. (EDITING OR ADDING NOTES TO A COUNTRY IS A PLANNED FEATURE AND CAN NOT BE MODIFIED AT THIS TIME.)
- None :)
- The ability to edit notes for a country.
- Change this readme.md for betetr understand between the GUI version and this CLI version.