Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstep750 authored May 24, 2021
1 parent e71b5b0 commit f72bfff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Repository for Team C's subprogram, Find Disease

- **REQ-21(1pts)** : As a general/patient user, I can choose whether to receive treatment face-to-face or non-face-to-face.

- **REQ-22(7pts)** : As a general/patient user, I can receive recommendations from nearby clinics based on your current location.
- **REQ-22(7pts)** : As a general/patient user, I can receive recommendations of nearby hospitals based on your current location.



Expand All @@ -25,7 +25,12 @@ Repository for Team C's subprogram, Find Disease


## Overview
추가 필요
- Controller.py : symptomlist에 증상을 넣고 Controller 객체 생성
- DiseaseFinder.py : checkDisease()함수에서 해당 symptoms과 관련된 질병 이름과 사이트 url을 tempDiseaseFinder에 반환
- DiseaseSelector.py : makeSelectedDiseaseInfo()함수에서 해당 질병의 자세한 정보(정의, 원인, 증상, 진단, 진료, 경과, 주의사항, 관련질환, 진료과) 를 tempDiseaseInfo에 반환
- HospitalFinder.py : 선택된 질병의 진료과 정보를 GET방식으로 https://reserve-gwabang.web.app/cause_project2.html 사이트에 전달, 근처 병원 검색 결과를 지도에 표시
- DevCtrl.py : 받아온 정보를 GUI로 화면에 출력
- selectedDiseaseInfo.txt : 선택된 질병의 이름과 진료과 정보를 DB에 저장해 다음에도 사용할 수 있도록 함

## Installation
The package requires python3, selenium, and chromedriver(has to match your chrome version)
Expand Down

0 comments on commit f72bfff

Please sign in to comment.