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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
| #include <iostream>
#include <fstream>
#include <cstring>
#include <windows.h>
using namespace std;
struct element{
int id;
char lastname[30];
char name [30];
char secondname [30];
char adres [30];
char phone [30];
int numberOfCard;
char diagnos[30];};
struct Patient{
int b;
element tmp;
Patient *next;
Patient *prev;
};
Patient *head = NULL;
Patient *tail = NULL;
Patient *find();
void remove();
void structFileWrite(Patient *head);
void structFile(Patient *head);
void addOnePatient(Patient **head, Patient **tail);
void addSeveralPatient(Patient **head, Patient **tail);
void PrintPatient();
void balance();
void interval();
void addPatients(Patient **head, Patient **tail);
void printPatient(const element &pat);
int main()
{
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
int menu =0;
do {
cout<<endl;
cout<<"Меню:"<<endl;
cout<<"1. Добавить нового пациента."<<endl;
cout<<"2. Добавить определенное количество пациентов."<<endl;
cout<<"3. Вывести на экран всех пациентов."<<endl;
cout<<"4. Найти пациента по диагнозу."<<endl;
cout<<"5. Найти пациента по остачи от деления номера карты на 7."<<endl;
cout<<"6. Найти пациента по интервалу."<<endl;
cout<<"7. Удалить пациента."<<endl;
cout<<"0. Выход."<<endl;
cin>>menu;
switch (menu) {
case 1:
addOnePatient(&head, &tail);
break;
case 2:
addSeveralPatient(&head,&tail);
break;
case 3:
PrintPatient();
break;
case 4:
find();
break;
case 5:
balance();
break;
case 6:
interval();
break;
case 7:
remove();
break;
case 8:
structFile(head);
break;
}
}while (menu!=0);
return 0;
}
void interval() {
ifstream f("Patient.txt", ios_base::binary);
element pat;
bool n=0;
int in1, in2;
cout << "Введите интервал:" << endl;
cout << "от:" << "\t";
cin>>in1;
cout << "до:" <<"\t";
cin>>in2;
cout<<endl;
while (f.read((char *) &pat, sizeof(element))) {
Patient *temp = new Patient;
temp->tmp = pat;
if(in1<pat.numberOfCard && pat.numberOfCard<in2){
printPatient(pat);
n=1;
}
}
f.close();
if(n!=1)
cout<<"Пациента с такой остачей от деления не найдено!"<<endl;
}
void balance() {
ifstream f("Patient.txt", ios_base::binary);
element pat;
bool n=0;
double ost;
cout << "Введи остачу:" << endl;
cin>>ost;
while (f.read((char *) &pat, sizeof(element))) {
Patient *temp = new Patient;
temp->tmp = pat;
if(pat.numberOfCard%7==ost){
printPatient(pat);
n=1;
}
}
f.close();
if(n!=1)
cout<<"Пациента с такой остачей от деления не найдено!"<<endl;
}
Patient *find() {
ifstream f("Patient.txt", ios_base::binary);
element pat;
bool n=0;
cout << "Введите диагноз" << endl;
char diag[50];
cin >> diag;
while (f.read((char *) &pat, sizeof(element))) {
Patient *temp = new Patient;
temp->tmp = pat;
if (strcmp(pat.diagnos, diag) == 0) {
printPatient(pat);
n=1;
}
}
f.close();
if(n!=1)
cout<<"Пациента с таким диагнозом не найдено!"<<endl;
}
void remove() {
ifstream f("Patient.txt", ios_base::binary);
element pat;
cout << "Введите номер пациента:" << endl;
int id;
cin >> id;
while (f.read((char *) &pat, sizeof(element))) {
Patient *temp = new Patient;
temp->tmp = pat;
if (pat.id == id) {
continue;
}
ofstream file("Patient1.txt", ios_base::app | ios_base::binary);
file.write((char *)&pat, sizeof (element));
file.close();
}
f.close();
remove("Patient.txt");
rename("Patient1.txt","Patient.txt");
}
void addSeveralPatient(Patient **head, Patient **tail){
int kol;
cout << "Введите количество пациентов:" << endl;
cin >> kol;
element pat;
for (int i = 0; i < kol; ++i) {
addPatients(head, tail);
}
}
void addOnePatient(Patient ** head, Patient **tail){
addPatients(head, tail);
}
void addPatients(Patient **head, Patient **tail) {
Patient *temp = new Patient;
cout<<"Введите номер пациента: ";
cin>>temp->tmp.id;
cout<<"Введите фамилию пациента: ";
cin>>temp->tmp.lastname;
cout<<"Введите имя пациента: ";
cin>>temp->tmp.name;
cout<<"Введите отчество пациента: ";
cin>>temp->tmp.secondname;
cout<<"Введите адрес пациента: ";
cin>>temp->tmp.adres;
cout<<"Введите телефон пациента: ";
cin>>temp->tmp.phone;
cout<<"Введите номер карты пациента: ";
cin>>temp->tmp.numberOfCard;
cout<<"Введите диагноз пациента: ";
cin>>temp->tmp.diagnos;
temp->next=NULL;
if (*head){ (*tail)->next = temp;} else { *head = temp; }
*tail = temp;
structFileWrite(*tail);
}
void structFile(Patient *head){
//тут нужно написать код для добавления пациента после заданого
}
void structFileWrite(Patient *head){
Patient *temp =head;
ofstream file("Patient.txt", ios_base::app | ios_base::binary);
while (temp!= NULL) {
element pat=temp->tmp;
file.write((char *)&pat, sizeof (element));
temp = temp->next;
}file.close();}
void PrintPatient() {
ifstream f("Patient.txt", ios_base::binary);
element pat;
while (f.read((char *)&pat, sizeof (element))) {
Patient *temp = new Patient;
temp->tmp=pat;
printPatient(pat);
}f.close();
}
void printPatient(const element &pat) {
cout << pat.id << ", "
<< " " << pat.lastname << " "
<< " " << pat.name << " "
<< " " << pat.secondname << ", "
<< " " << pat.adres << ", "
<< " " << pat.phone << ", "
<< " " << pat.numberOfCard << ", "
<< " " << pat.diagnos << endl;
} |