Skip to content

Commit

Permalink
Change type of LonkSubscription
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 12, 2024
1 parent 85c17b7 commit 54b530f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/oxidicom/lonk-ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Once connected, _ChRIS\_ui_ subscribes to notifications for DICOM series by send
And _CUBE_ responds with a confirmation message (`LonkWsSubscription`):

```json
{"pacs_name": "MyPACS", "SeriesInstanceUID": "1.2.345.67890", "message": {"subscription": "subscribed"}}
{"pacs_name": "MyPACS", "SeriesInstanceUID": "1.2.345.67890", "message": {"subscribed": true}}
```

### Messages
Expand Down Expand Up @@ -85,7 +85,7 @@ _CUBE_ will send to the client at least 4 messages:
```
--> {"pacs_name": "MyPACS", "SeriesInstanceUID": "1.2.345.67890", "action": "subscribe"}
<-- {"pacs_name": "MyPACS", "SeriesInstanceUID": "1.2.345.67890", "message": {"subscription": "subscribed"}}
<-- {"pacs_name": "MyPACS", "SeriesInstanceUID": "1.2.345.67890", "message": {"subscribed": true}}
<-- {"pacs_name": "MyPACS", "SeriesInstanceUID": "1.2.345.67890", "message": {"ndicom": 1}}
<-- {"pacs_name": "MyPACS", "SeriesInstanceUID": "1.2.345.67890", "message": {"ndicom": 9}}
<-- {"pacs_name": "MyPACS", "SeriesInstanceUID": "1.2.345.67890", "message": {"ndicom": 34}}
Expand Down

0 comments on commit 54b530f

Please sign in to comment.