Skip to content

Commit

Permalink
Correct tag and descriptions in Store section (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby authored Nov 29, 2021
1 parent eeac859 commit df7c679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources/conformance-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Each dataset in the `FailedSOPSequence` will have the following elements (if the
| Tag | Name | Description |
| :----------- | :----------------------- | :---------- |
| (0008, 1150) | ReferencedSOPClassUID | The SOP class unique identifier of the instance that failed to store. |
| (0008, 1150) | ReferencedSOPInstanceUID | The SOP instance unique identifier of the instance that failed to store. |
| (0008, 1155) | ReferencedSOPInstanceUID | The SOP instance unique identifier of the instance that failed to store. |
| (0008, 1197) | FailureReason | The reason code why this instance failed to store. |

Each dataset in the `ReferencedSOPSequence` will have the following elements:

| Tag | Name | Description |
| :----------- | :----------------------- | :---------- |
| (0008, 1150) | ReferencedSOPClassUID | The SOP class unique identifier of the instance that failed to store. |
| (0008, 1150) | ReferencedSOPInstanceUID | The SOP instance unique identifier of the instance that failed to store. |
| (0008, 1150) | ReferencedSOPClassUID | The SOP class unique identifier of the instance that was stored. |
| (0008, 1155) | ReferencedSOPInstanceUID | The SOP instance unique identifier of the instance that was stored. |
| (0008, 1190) | RetrieveURL | The retrieve URL of this instance on the DICOM server. |

An example response with `Accept` header `application/dicom+json`:
Expand Down

0 comments on commit df7c679

Please sign in to comment.