Skip to content

Commit f939489

Browse files
committed
Adds new table for Store warning reason codes.
1 parent 67c60cf commit f939489

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,14 @@ An example response with `Accept` header `application/dicom+json`:
190190
| `272` | The store transaction didn't store the instance because of a general failure in processing the operation. |
191191
| `43264` | The DICOM instance failed the validation. |
192192
| `43265` | The provided instance `StudyInstanceUID` didn't match the specified `StudyInstanceUID` in the store request. |
193-
| `45063` | A DICOM instance Data Set doesn't match SOP Class. The Studies Store Transaction (Section 10.5) observed that the Data Set didn't match the constraints of the SOP Class during storage of the instance. |
194193
| `45070` | A DICOM instance with the same `StudyInstanceUID`, `SeriesInstanceUID`, and `SopInstanceUID` has already been stored. If you wish to update the contents, delete this instance first. |
195194
| `45071` | A DICOM instance is being created by another process, or the previous attempt to create has failed and the cleanup process hasn't had chance to clean up yet. Delete the instance first before attempting to create again. |
196195

196+
#### Store warning reason codes
197+
| Code | Description |
198+
| :---- | :---------- |
199+
| `45063` | A DICOM instance Data Set doesn't match SOP Class. The Studies Store Transaction (Section 10.5) observed that the Data Set didn't match the constraints of the SOP Class during storage of the instance. |
200+
197201
### Store Error Codes
198202

199203
| Code | Description |

0 commit comments

Comments
 (0)