You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/dicom/dicom-services-conformance-statement-v2.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,11 @@ This transaction uses the POST or PUT method to store representations of studies
69
69
70
70
Parameter `study` corresponds to the DICOM attribute StudyInstanceUID. If specified, any instance that doesn't belong to the provided study is rejected with a `43265` warning code.
71
71
72
-
The following `Accept`header(s) for the response are supported:
72
+
The following `Accept`headers for the response are supported:
73
73
74
74
*`application/dicom+json`
75
75
76
-
The following `Content-Type`header(s) are supported:
76
+
The following `Content-Type`headers are supported:
77
77
78
78
*`multipart/related; type="application/dicom"`
79
79
*`application/dicom`
@@ -309,7 +309,7 @@ This Retrieve Transaction offers support for retrieving stored studies, series,
309
309
310
310
#### Retrieve instances within study or series
311
311
312
-
The following `Accept`header(s) are supported for retrieving instances within a study or a series:
312
+
The following `Accept`headers are supported for retrieving instances within a study or a series:
|`{attributeID}=`|`{value}`| 0...N | Search for attribute/ value matching in query. |
462
462
|`includefield=`|`{attributeID}`<br/>`all`| 0...N | The other attributes to return in the response. Both, public and private tags are supported.<br/>When `all` is provided, refer to [Search Response](#search-response) for more information.<br/>If a mixture of `{attributeID}` and `all` is provided, the server defaults to using `all`. |
@@ -892,15 +892,15 @@ This transaction enables you to search for Workitems by attributes.
892
892
| :----- | :------------ | :------------------- |
893
893
| GET | ../workitems? | Search for Workitems |
894
894
895
-
The following `Accept`header(s) are supported for searching:
895
+
The following `Accept`headers are supported for searching:
896
896
897
897
*`application/dicom+json`
898
898
899
899
#### Supported Search Parameters
900
900
901
901
The following parameters for each query are supported:
902
902
903
-
| Key | Support Value(s)| Allowed Count | Description |
903
+
| Key | Support values| Allowed Count | Description |
|`{attributeID}=`|`{value}`| 0...N | Search for attribute/ value matching in query. |
906
906
|`includefield=`|`{attributeID}`<br/>`all`| 0...N | The other attributes to return in the response. Only top-level attributes can be included - not attributes that are part of sequences. Both public and private tags are supported. When `all` is provided, see [Search Response](#search-response) for more information about which attributes are returned for each query type. If a mixture of `{attributeID}` and `all` is provided, the server defaults to using 'all'. |
0 commit comments