![](/assets/images/project_default_logo.png)
--- client/views/pages/AppRoute.jsx
+++ client/views/pages/AppRoute.jsx
... | ... | @@ -82,7 +82,7 @@ |
82 | 82 |
), |
83 | 83 |
}, |
84 | 84 |
{ |
85 |
- title: "시니어 건강 관리", |
|
85 |
+ title: "대상자 건강 관리", |
|
86 | 86 |
// path: "/TemperatureManagementSelect", |
87 | 87 |
icon: ( |
88 | 88 |
<Diversity1Icon sx={{ fontSize: 20, color: "#ffffff", marginRight: 1 }} /> |
... | ... | @@ -200,7 +200,7 @@ |
200 | 200 |
icon: <HouseIcon sx={{ fontSize: 20, color: "#ffffff", marginRight: 1 }} />, |
201 | 201 |
}, |
202 | 202 |
{ |
203 |
- title: "시니어 관리", |
|
203 |
+ title: "대상자 관리", |
|
204 | 204 |
path: "/UserAuthoriySelect_admin", |
205 | 205 |
icon: ( |
206 | 206 |
<PersonIcon sx={{ fontSize: 20, color: "#ffffff", marginRight: 1 }} /> |
... | ... | @@ -387,7 +387,7 @@ |
387 | 387 |
), |
388 | 388 |
}, |
389 | 389 |
// { |
390 |
- // title: "시니어 관리", |
|
390 |
+ // title: "대상자 관리", |
|
391 | 391 |
// path: "/UserAuthoriySelect_admin", |
392 | 392 |
// icon: ( |
393 | 393 |
// <PersonIcon sx={{ fontSize: 20, color: "#ffffff", marginRight: 1 }} /> |
... | ... | @@ -541,7 +541,7 @@ |
541 | 541 |
), |
542 | 542 |
}, |
543 | 543 |
{ |
544 |
- title: "시니어 관리", |
|
544 |
+ title: "대상자 관리", |
|
545 | 545 |
path: "/UserAuthoriySelect_admin", |
546 | 546 |
icon: ( |
547 | 547 |
<PersonIcon sx={{ fontSize: 20, color: "#ffffff", marginRight: 1 }} /> |
--- client/views/pages/callcenter/CallInsert.jsx
+++ client/views/pages/callcenter/CallInsert.jsx
... | ... | @@ -48,33 +48,33 @@ |
48 | 48 |
</td> |
49 | 49 |
</tr> |
50 | 50 |
</table> |
51 |
- <p>시니어 정보</p> |
|
51 |
+ <p>대상자 정보</p> |
|
52 | 52 |
<table className="margin-bottom2 senior-insert"> |
53 | 53 |
<tr> |
54 |
- <th>시니어 선택</th> |
|
54 |
+ <th>대상자 선택</th> |
|
55 | 55 |
<td colSpan={3} className="flex width"> |
56 | 56 |
<select> |
57 |
- <option value="">시니어1</option> |
|
58 |
- <option value="">시니어2</option> |
|
57 |
+ <option value="">대상자1</option> |
|
58 |
+ <option value="">대상자2</option> |
|
59 | 59 |
</select> |
60 | 60 |
</td> |
61 | 61 |
</tr> |
62 | 62 |
<tr> |
63 |
- <th>시니어 이름</th> |
|
63 |
+ <th>대상자 이름</th> |
|
64 | 64 |
<td> |
65 | 65 |
<input type="text" placeholder="자동입력부분" /> |
66 | 66 |
</td> |
67 |
- <th>시니어등록번호</th> |
|
67 |
+ <th>대상자 등록번호</th> |
|
68 | 68 |
<td> |
69 | 69 |
<input type="text" placeholder="자동입력부분" /> |
70 | 70 |
</td> |
71 | 71 |
</tr> |
72 | 72 |
<tr> |
73 |
- <th>시니어 연락처</th> |
|
73 |
+ <th>대상자 연락처</th> |
|
74 | 74 |
<td> |
75 | 75 |
<input type="text" placeholder="자동입력부분" /> |
76 | 76 |
</td> |
77 |
- <th>시니어 주소</th> |
|
77 |
+ <th>대상자 주소</th> |
|
78 | 78 |
<td> |
79 | 79 |
<input type="text" placeholder="자동입력부분" /> |
80 | 80 |
</td> |
--- client/views/pages/callcenter/CallSelect.jsx
+++ client/views/pages/callcenter/CallSelect.jsx
... | ... | @@ -48,33 +48,33 @@ |
48 | 48 |
</td> |
49 | 49 |
</tr> |
50 | 50 |
</table> |
51 |
- <p>시니어 정보</p> |
|
51 |
+ <p>대상자 정보</p> |
|
52 | 52 |
<table className="margin-bottom2 senior-insert"> |
53 | 53 |
<tr> |
54 |
- <th>시니어 선택</th> |
|
54 |
+ <th>대상자 선택</th> |
|
55 | 55 |
<td colSpan={3} className="flex width"> |
56 | 56 |
<select> |
57 |
- <option value="">시니어1</option> |
|
58 |
- <option value="">시니어2</option> |
|
57 |
+ <option value="">대상자1</option> |
|
58 |
+ <option value="">대상자2</option> |
|
59 | 59 |
</select> |
60 | 60 |
</td> |
61 | 61 |
</tr> |
62 | 62 |
<tr> |
63 |
- <th>시니어 이름</th> |
|
63 |
+ <th>대상자 이름</th> |
|
64 | 64 |
<td> |
65 | 65 |
<input type="text" placeholder="자동입력부분" /> |
66 | 66 |
</td> |
67 |
- <th>시니어등록번호</th> |
|
67 |
+ <th>대상자 등록번호</th> |
|
68 | 68 |
<td> |
69 | 69 |
<input type="text" placeholder="자동입력부분" /> |
70 | 70 |
</td> |
71 | 71 |
</tr> |
72 | 72 |
<tr> |
73 |
- <th>시니어 연락처</th> |
|
73 |
+ <th>대상자 연락처</th> |
|
74 | 74 |
<td> |
75 | 75 |
<input type="text" placeholder="자동입력부분" /> |
76 | 76 |
</td> |
77 |
- <th>시니어 주소</th> |
|
77 |
+ <th>대상자 주소</th> |
|
78 | 78 |
<td> |
79 | 79 |
<input type="text" placeholder="자동입력부분" /> |
80 | 80 |
</td> |
--- client/views/pages/equipment/EquipmentManagementSelect_agency.jsx
+++ client/views/pages/equipment/EquipmentManagementSelect_agency.jsx
... | ... | @@ -207,7 +207,7 @@ |
207 | 207 |
const [index, setIndex] = React.useState(1); |
208 | 208 |
return ( |
209 | 209 |
<main> |
210 |
- <Modal open={modalOpen} close={closeModal} header="시니어 매칭"> |
|
210 |
+ <Modal open={modalOpen} close={closeModal} header="대상자 매칭"> |
|
211 | 211 |
<div className="board-wrap"> |
212 | 212 |
<div> |
213 | 213 |
<Table |
--- client/views/pages/healthcare/Questionnaire.jsx
+++ client/views/pages/healthcare/Questionnaire.jsx
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 |
setModalOpen2(false); |
26 | 26 |
}; |
27 | 27 |
//게시판 |
28 |
- const thead = ["No", "이름","시니어등록번호", "생년월일", "연락처", "주소", "문진표", "내원기록"]; |
|
28 |
+ const thead = ["No", "이름","대상자등록번호", "생년월일", "연락처", "주소", "문진표", "내원기록"]; |
|
29 | 29 |
const key = ["No", "name","number", "birth", "phone", "address", "average", "record"]; |
30 | 30 |
const content = [ |
31 | 31 |
{ |
--- client/views/pages/healthcare/Questionnaire_government.jsx
+++ client/views/pages/healthcare/Questionnaire_government.jsx
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 |
setModalOpen2(false); |
26 | 26 |
}; |
27 | 27 |
//게시판 |
28 |
- const thead = ["No", "이름","시니어등록번호", "생년월일", "연락처", "주소", "관리기관", "보호사", "문진표", "내원기록"]; |
|
28 |
+ const thead = ["No", "이름","대상자등록번호", "생년월일", "연락처", "주소", "관리기관", "보호사", "문진표", "내원기록"]; |
|
29 | 29 |
const key = ["No", "name","number", "birth", "phone", "address", "agency", "protect", "average", "record"]; |
30 | 30 |
const content = [ |
31 | 31 |
{ |
--- client/views/pages/healthcare/medicinecare/MedicineCareSelect.jsx
+++ client/views/pages/healthcare/medicinecare/MedicineCareSelect.jsx
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 |
const navigate = useNavigate(); |
10 | 10 |
|
11 | 11 |
//게시판 |
12 |
- const thead = ["No", "이름","시니어등록번호", "생년월일", "연락처", "주소", "최근 복약률",]; |
|
12 |
+ const thead = ["No", "이름","대상자등록번호", "생년월일", "연락처", "주소", "최근 복약률",]; |
|
13 | 13 |
const key = ["No", "name","number", "birth", "phone", "address", "average"]; |
14 | 14 |
const content = [ |
15 | 15 |
{ |
--- client/views/pages/healthcare/temperature/TemperatureManagementSelect.jsx
+++ client/views/pages/healthcare/temperature/TemperatureManagementSelect.jsx
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 |
export default function TemperatureManagementSelect() { |
9 | 9 |
const navigate = useNavigate(); |
10 | 10 |
//게시판 |
11 |
- const thead = ["No", "이름","시니어등록번호", "생년월일", "연락처", "주소", "최근 최저 온도","최근 최고 온도",]; |
|
11 |
+ const thead = ["No", "이름","대상자등록번호", "생년월일", "연락처", "주소", "최근 최저 온도","최근 최고 온도",]; |
|
12 | 12 |
const key = ["No", "name", "number","birth", "phone", "address", "low", "high"]; |
13 | 13 |
const content = [ |
14 | 14 |
{ |
--- client/views/pages/main/Main_agency.jsx
+++ client/views/pages/main/Main_agency.jsx
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 |
import ElderlyIcon from '@mui/icons-material/Elderly'; |
18 | 18 |
|
19 | 19 |
export default function Main2() { |
20 |
- const thead = ["No", "이름","시니어등록번호", "생년월일", "연락처", "주소", "미복약 누적 횟수",]; |
|
20 |
+ const thead = ["No", "이름","대상자등록번호", "생년월일", "연락처", "주소", "미복약 누적 횟수",]; |
|
21 | 21 |
const key = ["No", "name","number", "birth", "phone", "address", "average"]; |
22 | 22 |
const content = [ |
23 | 23 |
{ |
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 |
average: "6회", |
31 | 31 |
}, |
32 | 32 |
]; |
33 |
- const thead2 = ["No", "이름","시니어등록번호", "생년월일", "연락처", "주소", "최근 최저 온도","최근 최고 온도"]; |
|
33 |
+ const thead2 = ["No", "이름","대상자등록번호", "생년월일", "연락처", "주소", "최근 최저 온도","최근 최고 온도"]; |
|
34 | 34 |
const key2 = ["No", "name","number", "birth", "phone", "address", "low", "high"]; |
35 | 35 |
const content2 = [ |
36 | 36 |
{ |
... | ... | @@ -86,7 +86,7 @@ |
86 | 86 |
</div> |
87 | 87 |
<div className="content-box bg-2 combine-left-government2 combine-bottom-government6"> |
88 | 88 |
<div className="flex"> |
89 |
- <Title title={"미복약 위험 시니어 리스트"} explanation={"월별 약상자 사용 인원"} /> |
|
89 |
+ <Title title={"미복약 위험 대상자 리스트"} explanation={"월별 약상자 사용 인원"} /> |
|
90 | 90 |
<AddCircleIcon sx={{ fontSize: 20, color: "#1976d2" }} /> |
91 | 91 |
</div> |
92 | 92 |
<Table |
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 |
</div> |
102 | 102 |
<div className="content-box bg-1 combine-left-government2 combine-bottom-government7"> |
103 | 103 |
<div className="flex"> |
104 |
- <Title title={"댁내온도 위험 시니어 리스트"} explanation={"월별 약상자 사용 인원"} /> |
|
104 |
+ <Title title={"댁내온도 위험 대상자 리스트"} explanation={"월별 약상자 사용 인원"} /> |
|
105 | 105 |
<AddCircleIcon sx={{ fontSize: 20, color: "#1976d2" }} /> |
106 | 106 |
</div> |
107 | 107 |
<Table |
... | ... | @@ -116,7 +116,7 @@ |
116 | 116 |
</div> |
117 | 117 |
<div className="content-box combine-right-government2 combine-bottom-government5"> |
118 | 118 |
<div className="flex"> |
119 |
- <Title title={"나의 관리 대상자"} explanation={"지역별 시니어 현황을 확인할 수 있습니다."} /> |
|
119 |
+ <Title title={"나의 관리 대상자"} explanation={"지역별 대상자 현황을 확인할 수 있습니다."} /> |
|
120 | 120 |
<AddCircleIcon sx={{ fontSize: 20, color: "#1976d2" }} /> |
121 | 121 |
</div> |
122 | 122 |
<Chart5_agency /> |
--- client/views/pages/main/Main_government.jsx
+++ client/views/pages/main/Main_government.jsx
... | ... | @@ -123,7 +123,7 @@ |
123 | 123 |
</div> |
124 | 124 |
<div className="content-box combine-left-government combine-bottom-government2 main-main"> |
125 | 125 |
<div className="flex"> |
126 |
- <Title title={"지역별 케어 노인 분포 현황"} explanation={"지역 선택 시 해당 지역의 시니어리스트가 보여집니다."} /> |
|
126 |
+ <Title title={"지역별 케어 대상자 분포 현황"} explanation={"지역 선택 시 해당 지역의 대상자리스트가 보여집니다."} /> |
|
127 | 127 |
<AddCircleIcon sx={{ fontSize: 20, color: "#1976d2" }} /> |
128 | 128 |
</div> |
129 | 129 |
<Map setCityName={setCityName} /> |
... | ... | @@ -137,7 +137,7 @@ |
137 | 137 |
</div> |
138 | 138 |
<div className="content-box combine-right-government2"> |
139 | 139 |
<div className="flex"> |
140 |
- <Title title={`기관별 시니어 등록 현황`} explanation={"약상자 사용자의 데이터 차트가 보여집니다."} /> |
|
140 |
+ <Title title={`기관별 대상자 등록 현황`} explanation={"약상자 사용자의 데이터 차트가 보여집니다."} /> |
|
141 | 141 |
<AddCircleIcon sx={{ fontSize: 20, color: "#1976d2" }} /> |
142 | 142 |
</div> |
143 | 143 |
<Chart5 /> |
--- client/views/pages/senior_management/SeniorInsert.jsx
+++ client/views/pages/senior_management/SeniorInsert.jsx
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 |
return ( |
9 | 9 |
<main> |
10 | 10 |
<div className="content-wrap row"> |
11 |
- <ContentTitle contentTitle={"시니어 등록"} /> |
|
11 |
+ <ContentTitle contentTitle={"대상자 등록"} /> |
|
12 | 12 |
<table className="margin-bottom2 senior-insert"> |
13 | 13 |
<tr> |
14 | 14 |
<th>이름</th> |
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 |
</td> |
58 | 58 |
</tr> |
59 | 59 |
<tr> |
60 |
- <th>시니어등록번호</th> |
|
60 |
+ <th>대상자등록번호</th> |
|
61 | 61 |
<td colSpan={3} className="flex"> |
62 | 62 |
<input type="text" placeholder="생성하기 버튼 클릭 시 자동으로 생성됩니다."/> |
63 | 63 |
<Button |
--- client/views/pages/senior_management/SeniorSelect.jsx
+++ client/views/pages/senior_management/SeniorSelect.jsx
... | ... | @@ -87,7 +87,7 @@ |
87 | 87 |
return ( |
88 | 88 |
<main> |
89 | 89 |
<div className="content-wrap"> |
90 |
- <ContentTitle contentTitle={"시니어 조회"} /> |
|
90 |
+ <ContentTitle contentTitle={"대상자 조회"} /> |
|
91 | 91 |
<div> |
92 | 92 |
<DetailSearch /> |
93 | 93 |
<div className="board-wrap"> |
--- client/views/pages/setting/AuthorityManagement.jsx
+++ client/views/pages/setting/AuthorityManagement.jsx
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 |
const menuList = [ |
12 | 12 |
{ |
13 | 13 |
menu: { |
14 |
- 시니어관리: ["시니어관리"], |
|
14 |
+ 대상자관리: ["대상자관리"], |
|
15 | 15 |
건강관리: ["복약관리", "댁내온도관리", "복약통계"], |
16 | 16 |
방문관리: ["방문관리"], |
17 | 17 |
장비관리: ["장비관리"], |
--- client/views/pages/user_management/UserAuthoriySelect.jsx
+++ client/views/pages/user_management/UserAuthoriySelect.jsx
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 |
const thead1 = [ |
72 | 72 |
"No", |
73 | 73 |
"이름", |
74 |
- "시니어등록번호", |
|
74 |
+ "대상자등록번호", |
|
75 | 75 |
"생년월일", |
76 | 76 |
"성별", |
77 | 77 |
"연락처", |
... | ... | @@ -131,7 +131,7 @@ |
131 | 131 |
const data = [ |
132 | 132 |
{ |
133 | 133 |
id: 1, |
134 |
- title: "시니어(사용자)", |
|
134 |
+ title: "대상자(사용자)", |
|
135 | 135 |
description: ( |
136 | 136 |
<Table |
137 | 137 |
className={"protector-user"} |
--- client/views/pages/user_management/UserAuthoriySelect_admin.jsx
+++ client/views/pages/user_management/UserAuthoriySelect_admin.jsx
... | ... | @@ -39,13 +39,13 @@ |
39 | 39 |
|
40 | 40 |
const thead1 = [ |
41 | 41 |
"No", |
42 |
- "시니어 이름", |
|
43 |
- "시니어 등록번호", |
|
44 |
- "시니어 연락처", |
|
42 |
+ "대상자 이름", |
|
43 |
+ "대상자 등록번호", |
|
44 |
+ "대상자 연락처", |
|
45 | 45 |
"성별", |
46 | 46 |
"생년월일", |
47 | 47 |
"주소", |
48 |
- "시니어 보호자", |
|
48 |
+ "대상자 보호자", |
|
49 | 49 |
]; |
50 | 50 |
const key1 = ["No", "name", "Id","call", "gender", "birth", "address", "management"]; |
51 | 51 |
const content1 = [ |
... | ... | @@ -69,14 +69,14 @@ |
69 | 69 |
|
70 | 70 |
const thead2 = [ |
71 | 71 |
"No", |
72 |
- "시니어 이름", |
|
73 |
- "시니어 등록번호", |
|
74 |
- "시니어 연락처", |
|
72 |
+ "대상자 이름", |
|
73 |
+ "대상자 등록번호", |
|
74 |
+ "대상자 연락처", |
|
75 | 75 |
"성별", |
76 | 76 |
"생년월일", |
77 | 77 |
"주소", |
78 |
- "시니어 담당자", |
|
79 |
- "시니어 보호자", |
|
78 |
+ "담당자 매칭", |
|
79 |
+ "보호자 매칭", |
|
80 | 80 |
]; |
81 | 81 |
const key2 = [ |
82 | 82 |
"No", "name", "Id","call", "gender", "birth", "address", "worker", "guardian" |
... | ... | @@ -209,7 +209,7 @@ |
209 | 209 |
const data = [ |
210 | 210 |
{ |
211 | 211 |
id: 1, |
212 |
- title: "내가 관리하는 시니어(노인)", |
|
212 |
+ title: "내가 관리하는 대상자(사용자)", |
|
213 | 213 |
description: ( |
214 | 214 |
<Table |
215 | 215 |
className={"protector-user"} |
... | ... | @@ -221,7 +221,7 @@ |
221 | 221 |
}, |
222 | 222 |
{ |
223 | 223 |
id: 2, |
224 |
- title: "전체 시니어(노인)", |
|
224 |
+ title: "전체 대상자(사용자)", |
|
225 | 225 |
description: ( |
226 | 226 |
<Table |
227 | 227 |
className={"caregiver-user"} |
... | ... | @@ -312,7 +312,7 @@ |
312 | 312 |
<div className="search-management flex-start margin-bottom2"> |
313 | 313 |
<select name="management-agency"> |
314 | 314 |
<option value="기관전체">전체</option> |
315 |
- <option value="군위군청">시니어</option> |
|
315 |
+ <option value="군위군청">대상자</option> |
|
316 | 316 |
<option value="대구보훈병원">복지사</option> |
317 | 317 |
<option value="대구보훈병원">보호자</option> |
318 | 318 |
</select> |
--- client/views/pages/visit/visit/VisitSelect.jsx
+++ client/views/pages/visit/visit/VisitSelect.jsx
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 |
|
12 | 12 |
//게시판 |
13 | 13 |
const thead = [ |
14 |
- "No", "이름","시니어등록번호", "생년월일", "연락처", "주소", ,"최근 방문일","방문목적","상세사유", |
|
14 |
+ "No", "이름","대상자등록번호", "생년월일", "연락처", "주소", ,"최근 방문일","방문목적","상세사유", |
|
15 | 15 |
]; |
16 | 16 |
const key = [ |
17 | 17 |
"No", "name","number", "birth", "phone", "address","visit","reason" ,"reason_detail" |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?