User Tools

Site Tools


fmk:dumprestore:services

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fmk:dumprestore:services [2017-10-11 06:23] tglfmk:dumprestore:services [2026-03-06 08:53] (current) – external edit 127.0.0.1
Line 13: Line 13:
 Snitfladen indeholder 3 services, dump, restore og reset Snitfladen indeholder 3 services, dump, restore og reset
  
 +Benyttes 2013_01_01 snitflades, er der kun mulighed for at benytte de 3 services på CPR-numre.
 +
 +Benyttes 2019_09_01 snitfladen er det muligt at benytte både CPR og eCPR numre (angives i ''source'' attributten på ''PersonIdentifier'' elementet).
 ==== Dump sample request ==== ==== Dump sample request ====
-<code xml>+<code xml for2013schema.xml>
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
Line 23: Line 26:
       </ssi2013:Identifier>       </ssi2013:Identifier>
     </ssi2013:DumpPatientsRequest>     </ssi2013:DumpPatientsRequest>
 +  </soapenv:Body>
 +</soapenv:Envelope>
 +</code>
 +
 +<code xml for2019schema.xml>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
 +  <soapenv:Body>
 +    <ssi2019:DumpPatientsRequest xmlns:ssi2013="http://www.ssi.dk/nsi/xml.schema/2019/09/01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 +      <ssi2019:Identifier>
 +        <ssi2019:PersonIdentifier source="CPR">1401773001</ssi2013:PersonIdentifier>
 +      </ssi2019:Identifier>
 +    </ssi2019:DumpPatientsRequest>
   </soapenv:Body>   </soapenv:Body>
 </soapenv:Envelope> </soapenv:Envelope>
Line 84: Line 100:
 Bemærk, det er ikke muligt at angive en dato der ligger i fremtiden. Bemærk, det er ikke muligt at angive en dato der ligger i fremtiden.
  
-<code xml>+<code xml DumpPatientsRequest.xml>
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
Line 96: Line 112:
              ....              ....
            /LoAmEnauqUGNKpOzwlFn5P06fEJODrJuJTYmHFunFKLGgW3CmxP01Xzy+3QYiqP4/8K1AnXD2ewMvo3/8fGBqDLWnLBAAK</ssi2013:DumpData>            /LoAmEnauqUGNKpOzwlFn5P06fEJODrJuJTYmHFunFKLGgW3CmxP01Xzy+3QYiqP4/8K1AnXD2ewMvo3/8fGBqDLWnLBAAK</ssi2013:DumpData>
 +           <ssi2013:RestoreAtDate>2017-10-27</ssi2013:RestoreAtDate>
       </ssi2013:Dump>       </ssi2013:Dump>
-      <ssi2013:RestoreAtDate>2017-10-10</ssi2013:RestoreAtDate> 
     </ssi2013:RestorePatientsRequest>     </ssi2013:RestorePatientsRequest>
-    <RestoreAtDate 
   </soapenv:Body>   </soapenv:Body>
 </soapenv:Envelope> </soapenv:Envelope>
 </code> </code>
 +
 ==== Reset sample request ==== ==== Reset sample request ====
 <code xml> <code xml>
Line 119: Line 135:
 Svaret vil se således ud hvis alt går godt Svaret vil se således ud hvis alt går godt
  
-<code xml DumpPatientsRequest.xml>+<code xml>
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
Line 130: Line 146:
     </soapenv:Body>     </soapenv:Body>
 </code> </code>
- 
- 
  
fmk/dumprestore/services.1507703014.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki