From df7c6798384ff10dfb3df5e1184f71c770fc4c5b Mon Sep 17 00:00:00 2001 From: Thomas Boby Date: Mon, 29 Nov 2021 14:32:39 +0000 Subject: [PATCH] Correct tag and descriptions in Store section (#1215) --- docs/resources/conformance-statement.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/resources/conformance-statement.md b/docs/resources/conformance-statement.md index 7ef43b7d06..84a5b58d5a 100644 --- a/docs/resources/conformance-statement.md +++ b/docs/resources/conformance-statement.md @@ -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`: