Skip to content

Commit f3176cf

Browse files
committed
fix conformance statement
1 parent 8cd67a5 commit f3176cf

File tree

5 files changed

+102
-2
lines changed

5 files changed

+102
-2
lines changed

articles/healthcare-apis/dicom/.idea/.idea.dicom.dir/.idea/indexLayout.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/healthcare-apis/dicom/.idea/.idea.dicom.dir/.idea/projectSettingsUpdater.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/healthcare-apis/dicom/.idea/.idea.dicom.dir/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/healthcare-apis/dicom/.idea/.idea.dicom.dir/.idea/workspace.xml

Lines changed: 79 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ If an attribute is padded with nulls, the attribute is indexed when searchable a
121121
| `409 (Conflict)` | None of the instances in the store transaction request were stored. |
122122
| `415 (Unsupported Media Type)` | The provided `Content-Type` isn't supported. |
123123
| `424 (Failed Dependency)` | The DICOM service cannot access a resource it depends on to complete this request. An example is failure to access the connected Data Lake store, or the key vault for supporting customer-managed key encryption. |
124-
| `503 (Service Unavailable)` | The service is unavailable or busy. Try again later. |
125124
| `500 (Internal Server Error)` | The server encountered an unknown internal error. Try again later. |
125+
| `503 (Service Unavailable)` | The service is unavailable or busy. Try again later. |
126126

127-
### Store response payload
127+
### Store response paylo
128128

129129
The response payload populates a DICOM dataset with the following elements:
130130

@@ -421,6 +421,7 @@ Content-Type: application/dicom
421421
| `403 (Forbidden)` | The user isn't authorized. |
422422
| `404 (Not Found)` | The specified DICOM resource couldn't be found, or for rendered request the instance didn't contain pixel data. |
423423
| `406 (Not Acceptable)` | The specified `Accept` header isn't supported, or for rendered and transcodes requests the file requested was too large. |
424+
| `424 (Failed Dependency)` | The DICOM service cannot access a resource it depends on to complete this request. An example is failure to access the connected Data Lake store, or the key vault for supporting customer-managed key encryption. |
424425
| `503 (Service Unavailable)` | The service is unavailable or busy. Try again later. |
425426

426427
### Search (QIDO-RS)

0 commit comments

Comments
 (0)