Изменен файл с пациентами для показа
This commit is contained in:
parent
4cfd604ab7
commit
56fd7012e1
@ -1,17 +1,52 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Patients>
|
<Patients>
|
||||||
<Patient Id="1">
|
<Patient Id="1">
|
||||||
<Surname>Фамилия 1</Surname>
|
<Surname>Гейтс</Surname>
|
||||||
<Name>Имя 1</Name>
|
<Name>Билл</Name>
|
||||||
<Patronymic>Отчество 1</Patronymic>
|
<Patronymic>Иванович</Patronymic>
|
||||||
<BirthDate>10.01.2021</BirthDate>
|
<BirthDate>28.10.1955</BirthDate>
|
||||||
<TreatmentId>1</TreatmentId>
|
<TreatmentId>1</TreatmentId>
|
||||||
</Patient>
|
</Patient>
|
||||||
<Patient Id="2">
|
<Patient Id="2">
|
||||||
<Surname>Фамилия 2</Surname>
|
<Surname>Джобс</Surname>
|
||||||
<Name>Имя 2</Name>
|
<Name>Стив</Name>
|
||||||
<Patronymic>Отчество 1</Patronymic>
|
<Patronymic>Петрович</Patronymic>
|
||||||
<BirthDate>15.04.2001</BirthDate>
|
<BirthDate>24.02.1955</BirthDate>
|
||||||
<TreatmentId>1</TreatmentId>
|
<TreatmentId>1</TreatmentId>
|
||||||
</Patient>
|
</Patient>
|
||||||
|
<Patient Id="3">
|
||||||
|
<Surname>Безос</Surname>
|
||||||
|
<Name>Джефф</Name>
|
||||||
|
<Patronymic>Степанович</Patronymic>
|
||||||
|
<BirthDate>12.01.1964</BirthDate>
|
||||||
|
<TreatmentId>2</TreatmentId>
|
||||||
|
</Patient>
|
||||||
|
<Patient Id="4">
|
||||||
|
<Surname>Монро</Surname>
|
||||||
|
<Name>Мэрилин</Name>
|
||||||
|
<Patronymic></Patronymic>
|
||||||
|
<BirthDate>01.06.1926</BirthDate>
|
||||||
|
<TreatmentId>2</TreatmentId>
|
||||||
|
</Patient>
|
||||||
|
<Patient Id="5">
|
||||||
|
<Surname>Шанель</Surname>
|
||||||
|
<Name>Коко</Name>
|
||||||
|
<Patronymic></Patronymic>
|
||||||
|
<BirthDate>20.01.1999</BirthDate>
|
||||||
|
<TreatmentId>3</TreatmentId>
|
||||||
|
</Patient>
|
||||||
|
<Patient Id="6">
|
||||||
|
<Surname>Кук</Surname>
|
||||||
|
<Name>Тим</Name>
|
||||||
|
<Patronymic></Patronymic>
|
||||||
|
<BirthDate>12.09.1945</BirthDate>
|
||||||
|
<TreatmentId>4</TreatmentId>
|
||||||
|
</Patient>
|
||||||
|
<Patient Id="7">
|
||||||
|
<Surname>Маск</Surname>
|
||||||
|
<Name>Илон</Name>
|
||||||
|
<Patronymic></Patronymic>
|
||||||
|
<BirthDate>23.06.1975</BirthDate>
|
||||||
|
<TreatmentId>5</TreatmentId>
|
||||||
|
</Patient>
|
||||||
</Patients>
|
</Patients>
|
Loading…
x
Reference in New Issue
Block a user