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 b81f059 commit 67662ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ 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방식으로 CAUSE-FIND-HOSPITAL (https://reserve-gwabang.web.app/cause_project2.html) 사이트에 전달, 병원을 검색해 결과를 지도에 표시

- **DevCtrl.py** : 받아온 정보를 GUI로 화면에 출력, 사용자 입력을 Controller에 전달

- **selectedDiseaseInfo.txt** : 선택된 질병의 이름과 진료과 정보를 DB에 저장해 다음에도 사용할 수 있도록 함

## Installation
Expand Down

0 comments on commit 67662ab

Please sign in to comment.