Skip to content

Commit 5e66077

Browse files
committed
Corrects a duplicate row in the status code table.
1 parent e82281f commit 5e66077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/healthcare-apis/dicom/dicom-services-conformance-statement-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Cache validation is supported using the `ETag` mechanism. In the response to a m
373373
| :--------------------------- | :---------- |
374374
| `200 (OK)` | All requested data has been retrieved. |
375375
| `304 (Not Modified)` | The requested data hasn't been modified since the last request. Content isn't added to the response body in such case. For more information, see the above section **Retrieve Metadata Cache Validation (for Study, Series, or Instance)**. |
376-
| `304 (Not Modified)` | The requested data hasn't been modified since the last request. Content isn't added to the response body in such case. For more information, see the above section **Retrieve Metadata Cache Validation (for Study, Series, or Instance)**. |
376+
| `400 (Bad Request)` | The request was badly formatted. For example, the provided study instance identifier didn't conform to the expected UID format, or the requested transfer-syntax encoding isn't supported. |
377377
| `401 (Unauthorized)` | The client isn't authenticated. |
378378
| `403 (Forbidden)` | The user isn't authorized. |
379379
| `404 (Not Found)` | The specified DICOM resource couldn't be found. |

articles/healthcare-apis/dicom/dicom-services-conformance-statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Cache validation is supported using the `ETag` mechanism. In the response to a m
300300
| :--------------------------- | :---------- |
301301
| `200 (OK)` | All requested data has been retrieved. |
302302
| `304 (Not Modified)` | The requested data hasn't been modified since the last request. Content isn't added to the response body in such case. For more information, see the above section **Retrieve Metadata Cache Validation (for Study, Series, or Instance)**. |
303-
| `304 (Not Modified)` | The requested data hasn't been modified since the last request. Content isn't added to the response body in such case. For more information, see the above section **Retrieve Metadata Cache Validation (for Study, Series, or Instance)**. |
303+
| `400 (Bad Request)` | The request was badly formatted. For example, the provided study instance identifier didn't conform to the expected UID format, or the requested transfer-syntax encoding isn't supported. |
304304
| `401 (Unauthorized)` | The client isn't authenticated. |
305305
| `403 (Forbidden)` | The user isn't authorized. |
306306
| `404 (Not Found)` | The specified DICOM resource couldn't be found. |

0 commit comments

Comments
 (0)