Skip to content

Commit

Permalink
SOAP Client to query Estonia National Patient Registry for Patient D…
Browse files Browse the repository at this point in the history
…emographics fix #1320
  • Loading branch information
gunterze committed Jun 28, 2023
1 parent 1bd97cf commit 928ca83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dcm4che-tool/dcm4che-tool-xroad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ Examples:
Query Patient Registry with User ID EE123 at http://xtee1trt.pacs.ee for
Patient with Patient ID 49202247013.
=> xroad -u EE123 --url http://xtee1trt.pacs.ee --csv result.csv @pids.txt
=> xroad -u EE123 --url http://xtee1trt.pacs.ee -c --csv out.csv @in.txt
Query Patient Registry for Patients with Patient IDs listed in file:
pids.txt and store results in CVS file: result.csv.
in.txt, continue on errors receiving response messages and store results
in CVS file: out.csv.
```
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ example=-\n\
Examples:\n\
=> xroad -u EE123 --url http://xtee1trt.pacs.ee 49202247013\n\
Query Patient Registry with User ID EE123 at http://xtee1trt.pacs.ee for Patient with Patient ID 49202247013.\n\n\
=> xroad -u EE123 --url http://xtee1trt.pacs.ee --csv result.csv @pids.txt\n\
Query Patient Registry for Patients with Patient IDs listed in file: pids.txt and store results in CVS file: result.csv.
=> xroad -u EE123 --url http://xtee1trt.pacs.ee -c --csv out.csv @in.txt\n\
Query Patient Registry for Patients with Patient IDs listed in file: in.txt, continue on errors receiving response \
messages and store results in CVS file: out.csv.
url=request URL.
user=User ID passed in header element "userId".
rr441.cValjad=set RR441Request property "cValjad", "1,2,6,7,9,10" by default.
Expand Down

0 comments on commit 928ca83

Please sign in to comment.