Notice
Recent Posts
Recent Comments
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Archives
Today
In Total
관리 메뉴

A Joyful AI Research Journey🌳😊

[9] 230425 팀 프로젝트 (1) 9일 차 Tue) 남은 것 2개 리스트 (컨트롤러, JSP 수정) 본문

💖My Bootcamp Projects Logs✨/Team Project 1️⃣

[9] 230425 팀 프로젝트 (1) 9일 차 Tue) 남은 것 2개 리스트 (컨트롤러, JSP 수정)

yjyuwisely 2023. 4. 25. 14:24

GeneralDown.jsp 진료확인서
InoutDown.jsp 입퇴원확인서
SergDown.jsp 수술확인서

- 컨트롤러 만듦 (로그인 HttpSession 생각해봐야함)
- JSP 파일 JSP tags 수정 so that the data is displayed

On the server-side, create a function that takes the patient and doctor data as parameters and 
returns the file for the requested certificate.
Use a web framework like Spring to handle the requests and responses.
the logic to retrieve the patient and doctor data from your MySQL database and 
display it on the screen. 

1. Create a new Spring MVC controller that handles the request for the page 
that displays the patient and doctor data. 
The controller can retrieve the data from the database and pass it to a JSP page, 
which can then display the data using HTML and JSP tags.


MySQL DB에서 데이터 불러온다.

MySQL (ateam)
certificate: id, Diagnostic, patientcode, admission_date, discharge_date, disease, opertation, surg_date
member: id(UUID), email, password, residentid, phone, doctor

- member: (id), (email), (password), name, residentid, phone
- certificate: 
id, Diagnostic, patientcode, 

2) 입,퇴원확인서: 입원 날짜 admission_date, 퇴원 날짜 discharge_date, 
1) 진료확인서, 3) 수술확인서: 상병명 disease, 수술명 operation

1) 진료확인서: 환자 정보 name, residentid, phone + 상병명 disease

2) 입,퇴원확인서: 환자 정보 name, residentid, phone + 입원 날짜 admission_date, 퇴원 날짜 discharge_date

3) 수술확인서: 환자 정보 name, residentid, phone + 상병명 disease, 수술명 operation

각 상세 내역 뜬다.


 

728x90
반응형
Comments