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 5d9e76c commit 629ba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Repository for Team C's subprogram, Find Disease
- DiseaseFinder.py : checkDisease()함수에서 해당 symptoms과 관련된 질병 이름과 사이트 url을 tempDiseaseFinder에 반환
- DiseaseSelector.py : makeSelectedDiseaseInfo()함수에서 해당 질병의 자세한 정보(정의, 원인, 증상, 진단, 진료, 경과, 주의사항, 관련질환, 진료과) 를 tempDiseaseInfo에 반환
- HospitalFinder.py : 선택된 질병의 진료과 정보를 GET방식으로 CAUSE-FIND-HOSPITAL (https://reserve-gwabang.web.app/cause_project2.html) 사이트에 전달, 병원을 검색해 결과를 지도에 표시
- DevCtrl.py : 받아온 정보를 GUI로 화면에 출력
- DevCtrl.py : 받아온 정보를 GUI로 화면에 출력, 사용자 입력을 Controller에 전달
- selectedDiseaseInfo.txt : 선택된 질병의 이름과 진료과 정보를 DB에 저장해 다음에도 사용할 수 있도록 함

## Installation
Expand Down

0 comments on commit 629ba5f

Please sign in to comment.