Skip to content

Commit 713ebdb

Browse files
authored
Update dicom-services-conformance-statement-v2.md
1 parent 3d9f34d commit 713ebdb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ Expiry headers allow users to specify a future deletion time when storing.
117117

118118
In order to set an expiry time, the following headers must be set on POST or PUT requests.
119119

120-
| Header | Accepted Values | Description |
121-
| :------------------------------------ | :----------------- | :------------------------------------------------------------------------------------------- |
122-
| `msdicom-expiry-option` | `RelativeToNow` | How the deletion time is calculated. Currently the only supported option is `RelativeToNow` |
123-
| `msdicom-expiry-level` | `Study` | The level at which the expiry should be set. Currently only supported at the `Study` level. |
124-
| `msdicom-expiry-time-milliseconds` | Integer values > 0 | The number of milliseconds after which the study should be deleted. |
120+
| Header | Accepted Values | Description | Required |
121+
| :------------------------------------ | :----------------- | :------------------------------------------------------------------------------------------- | :------- |
122+
| `msdicom-expiry-time-milliseconds` | `Integer Value`> 0 | The number of milliseconds after which the study should be deleted. | Yes |
123+
| `msdicom-expiry-option` | `RelativeToNow` | How the deletion time is calculated. Currently the only supported option is `RelativeToNow` | No |
124+
| `msdicom-expiry-level` | `Study` | The level at which the expiry should be set. Currently only supported at the `Study` level. | No |
125+
125126

126127
At this time, expiry is only supported at the study level, meaning that all instances of a study will be deleted at the same time. If multiple instances are stored for the same study in separate requests, the deletion will be based on the expiry headers sent in the last STOW request. In the case that the last STOW request doesn't specify expiry headers, the study won't be scheduled for deletion and any previously sent expiry headers will be ignored.
127128

0 commit comments

Comments
 (0)