Skip to content

Commit 67d02ea

Browse files
authored
Apply suggestions from code review
1 parent b0898bd commit 67d02ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Each dataset in the `FailedSOPSequence` has the following elements (if the DICOM
130130
| (0008, 1150) | `ReferencedSOPClassUID` | The SOP class unique identifier of the instance that failed to store. |
131131
| (0008, 1155) | `ReferencedSOPInstanceUID` | The SOP instance unique identifier of the instance that failed to store. |
132132
| (0008, 1197) | `FailureReason` | The reason code why this instance failed to store. |
133-
| (0008, 1196) | `WarningReason` | The reason code why this instance successfully to store, but may have issues. |
133+
| (0008, 1196) | `WarningReason` | A `WarningReason` indicates validation issues that were detected but were not severe enough to fail the store operation. |
134134
| (0074, 1048) | `FailedAttributesSequence` | The sequence of `ErrorComment` that includes the reason for each failed attribute. |
135135

136136
Each dataset in the `ReferencedSOPSequence` has the following elements:
@@ -274,7 +274,7 @@ An example response with `Accept` header `application/dicom+json` with a FailedA
274274
| `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. |
275275
| `1` | The Studies Store Transaction (Section 10.5) observed that the Data Set has validation warnings. |
276276

277-
### Store Error Codes
277+
#### Store Error Codes
278278

279279
| Code | Description |
280280
| :---- | :---------- |

0 commit comments

Comments
 (0)