The PMC is able to pull up a patient's past medication history in order to analyze whether a new medication will cause adverse interactions with current medication.
Install pip and Python 2.7
- A requirements.txt file has been provided to download Python libraries and dependencies
- Download required libraries with the following command
pip install -r requirements.txt
To run the Flask server run the following command
python app.py
- Everytime a change is made to any file the server is updated automatically
2. In order to stop the server CTRL+C
3. You can verify the server is runniong by going to http://127.0.0.1:5000 and looking for Hello World!
4. In order to view the website open the login.html file with a browser of your choice
####/taken/firstName="firstName"&lastName="lastName"
Description: Takes name of patient and returns an array of the names of medication being taken and their lexicographical codes
Method: GET
####/combine/drug="drug"&check_drug="check_drug"
Description: Takes all currently prescribed medication and newly proposed medication and returns the descriptions of their potential interactions
Method: GET
NOTE: When entering in drug names separate current drug names by 0. There can be no spaces in drug names
Link to Contributors: CONTRIBUTORS.md
Link to Contributing: CONTRIBUTING.md