Skip to content

Commit

Permalink
UPS-RS_HL7_DICOM_Austria_2024.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Mar 13, 2024
1 parent d24ac0a commit a24655b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPS-RS.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ EOF
```
```console
$ curl -vH 'Content-Type: application/dicom+json' -d @create-ups.json http://localhost:8080/dcm4chee-arc/aets/WORKLIST/rs/workitems?workitem=1.2.3.4
> POST /dcm4chee-arc/aets/WORKLIST/rs/workitems/ HTTP/1.1
> POST /dcm4chee-arc/aets/WORKLIST/rs/workitems?workitem=1.2.3.4 HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/7.81.0
> Accept: */*
Expand Down Expand Up @@ -921,7 +921,7 @@ $ curl -v -X POST 'http://localhost:8080/dcm4chee-arc/aets/WORKLIST/rs/workitems
E.g. query for all Workitems in progress encoded in `multipart/related;type="application/dicom+xml"`:
```console
$ curl -v -H 'Accept: multipart/related;type="application/dicom+xml"' http://localhost:8080/dcm4chee-arc/aets/WORKLIST/rs/workitems?ProcedureStepState=IN+PROGRESS
> GET /dcm4chee-arc/aets/WORKLIST/rs/workitems HTTP/1.1
> GET /dcm4chee-arc/aets/WORKLIST/rs/workitems?ProcedureStepState=IN+PROGRESS HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/7.81.0
> Accept: multipart/related;type="application/dicom+xml"
Expand Down

0 comments on commit a24655b

Please sign in to comment.