Информационный портал ООО ЦИТ "Южный ПАРУС"
Телефоны:
+7 861 217 7007
+7 861 262 7777
+7 861 255 4333
+7 861 255 4355
+7 861 259 2020
+7 967 307 2020
Е-mail:
parus@parusyug.ru
Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
languagexml
titleПример XML
<?xml version="1.0"?>
<persons>
  <person>
    <lastName>Иванов</lastName>
    <firstName>Иван</firstName>
    <patronymic>Иванович</patronymic>
    <gender>1</gender>
    <birthDate>1980-10-26</birthDate>
    <snils>12345678901</snils>
    <inn>123456789012</inn>
    <citizenShipId id="1"/>
    <militaryRelationId id="1"/>
    <oksmId id="1"/>
    <phone>9995555555</phone>
    <documents>
      <document>
        <serial>0303</serial>
        <number>111111</number>
        <passDate>2004-02-14</passDate>
        <passOrg>УВД Западного округа г. Краснодар</passOrg>
        <documentId id="1"/>
      </document>
    </documents>
    <addresses>
      <personAddress>
        <regDate>2008-11-01</regDate>
        <addressTypeId id="1"/>
        <address>
          <aoidArea>7dfa745e-aa19-4688-b121-b655c11e482f</aoidArea>
          <aoidStreet>3249571f-baa9-455f-b7fc-e3322494c758</aoidStreet>
          <houseid>a572dbf8-c7cc-4716-be10-21062be7b2ae</houseid>
          <region id="23"/>
          <areaName>Краснодар</areaName>
          <prefixArea>г.</prefixArea>
          <streetName>Калинина</streetName>
          <prefixStreet>ул.</prefixStreet>
          <house>100</house>
          <building>2</building>
          <struct>3</struct>
          <flat>155</flat>
        </address>
      </personAddress>
    </addresses>
    <nrMpPersonEducationCommon>
      <institution>СОШ 01</institution>
      <docSerial>сш1</docSerial>
      <docNumber>12345</docNumber>
      <docDate>2005-05-22</docDate>
      <profCourses>
         <profCourseId id="1"/>
	  </profCourses>
    </nrMpPersonEducationCommon>
	<profs>
     <prof>
       <educPlace>1</educPlace>
       <beginYear>2005</beginYear>
       <docSerial>О123</docSerial>
       <docNumber>555555</docNumber>
       <docDate>2008-06-17</docDate>
       <isTargeted>false</isTargeted>
       <hasForeignCert>1<<hasForeignCert>false</hasForeignCert>
       <foreignCertSerial>ин0</foreignCertSerial>
       <foreignCertNumber>77777</foreignCertNumber>
       <foreignCertDate>2008-06-20</foreignCertDate>
       <foreignInstitution>Барселонский медицинский институт</foreignInstitution>
       <educationTypeId id="1"/>
       <institutionId id="1"/>
       <specId id="1"/>
       <qualificationId id="1"/>
       <targetedRegionId id="1"/>
       <oksmId id="1"/>
       <unionRepublicId id="1"/>
     </prof>
    </profs>
    <postgraduates>
      <postgraduate>
        <institutionId id="1"/>
        <educationStageId id="1"/>
        <academicDegreeId id="1"/>
        <beginYear>1</beginYear>
        <isStudying>true</isStudying>
        <docSerial>пт1</docSerial>
        <docNumber>88888</docNumber>
        <docDate>2010-01-22</docDate>
        <specId id="1"/>
        <doctSpecId id="1"/>
        <additionSpecId id="1"/>
        <isTargeted>false</isTargeted>
        <targetedRegionId id="1"/>
        <scienceBranchId id="1"/>
      </postgraduate>
    </postgraduates>
	<educationExts>
      <educationExt>
        <institutionId id="1"/>
        <profEducationKindId id="1"/>
        <hoursCount>1</hoursCount>
        <docSerial>д11</docSerial>
        <docNumber>44444</docNumber>
        <docDate>2014-10-27</docDate>
        <specId id="1"/>
        <theme>Применение ультразвуковой терапии</theme>
      </educationExt>
    </educationExts>
    <certs>
      <cert>
        <institutionId id="1"/>
        <specId id="1"/>
        <passDate>2010-07-28</passDate>
        <certSerial>с0</certSerial>
        <certNumber>12345</certNumber>
      </cert>
    </certs>
    <accreditation>
      <docSerial>ак12</docSerial>
      <docNumber>33333</docNumber>
      <regNumber>1234567890</regNumber>
      <accreditationProcedures>
        <accreditationProcedure>
          <accreditationKindId id="1"/>
          <specId id="1"/>
          <passDate>2010-12-06</passDate>
          <profStandardId id="1"/>
          <institutionId id="1"/>
        </accreditationProcedure>
      </accreditationProcedures>
    </accreditation>
    <qualifications>
      <qualification>
        <qualifyCategoryId id="1"/>
        <beginDate>2019-06-11</beginDate>
        <specId id="1"/>
      </qualification>
    </qualifications>
    <cards>
      <card>
        <nrPmuDepartId guid="aab640db-9482-4f9f-b499-2c65f6798d3c"/>
        <nrPmuDepartHospitalSubdivisionId guid="crn758db-9524-4m9u-c455-2c78f6785d4m/>
        <beginDate>2005-05-29</beginDate>
        <endDate>2016-06-29</endDate>
        <rate>1.25</rate>
        <targeted>true</targeted>
        <postId id="1"/>
        <endTypeId id="1"/>
        <positionTypeId id="1"/>
        <fireReasonId id="1"/>
      </card>
    </cards>
    <nominations>
      <nomination>
        <nomNumber>3215465</nomNumber>
        <nomDate>2014-09-06</nomDate>
        <nominationId id="1"/>
      </nomination>
    </nominations>
  </person>
</persons>

...