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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ 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` headers for the response are supported:
72
+
The following is the only response `Accept` header supported:
73
73
74
74
*`application/dicom+json`
75
75
@@ -440,7 +440,7 @@ Query based on ID for DICOM Objects (QIDO) enables you to search for studies, se
440
440
| GET | ../studies/{study}/instances?... | Search for instances in a study |
441
441
| GET | ../studies/{study}/series/{series}/instances?... | Search for instances in a series |
442
442
443
-
The following `Accept`headers are supported for searching:
443
+
The following is the only `Accept`header supported for searching:
444
444
445
445
*`application/dicom+json`
446
446
@@ -892,7 +892,7 @@ 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`headers are supported for searching:
895
+
The following is the only `Accept`header supported for searching:
896
896
897
897
*`application/dicom+json`
898
898
@@ -937,7 +937,7 @@ We support these matching types:
937
937
| Range Query |`ScheduledProcedureStepStartDateTime`|`{attributeID}={value1}-{value2}`. For date/time values, we support an inclusive range on the tag. This range is mapped to `attributeID >= {value1} AND attributeID <= {value2}`. If `{value1}` isn't specified, all occurrences of dates/times prior to and including `{value2}` is matched. Likewise, if `{value2}` isn't specified, all occurrences of `{value1}` and subsequent dates/times are matched. However, one of these values must be present. `{attributeID}={value1}-` and `{attributeID}=-{value2}` are valid, however, `{attributeID}=-` isn't valid. |
938
938
| Exact Match | All supported attributes |`{attributeID}={value1}`|
939
939
| Fuzzy Match |`PatientName`| Matches any component of the name that starts with the value. |
940
-
| WildCard Match | `PatientID`, <br/> `ReferencedRequestSequence.AccessionNumber`, <br/> `ReferencedRequestSequence.RequestedProcedureID`, <br/> `ProcedureStepState`, <br/> `ScheduledStationNameCodeSequence.CodeValue`, <br/> `ScheduledStationClassCodeSequence.CodeValue`, <br/> `ScheduledStationGeographicLocationCodeSequence.CodeValue` | Following wildcard characters are supported - <br/> `*` - Matches zero or more characters. For example - `{attributeID}={val*}` matches "val", "valid", "value" but not "evaluate". <br/> `?` - Matches a single character. For example - `{attributeID}={valu?}` matches "value", "valu1" but not "valued" or "valu" |
940
+
| WildCard Match | `PatientID`, <br/> `ReferencedRequestSequence.AccessionNumber`, <br/> `ReferencedRequestSequence.RequestedProcedureID`, <br/> `ProcedureStepState`, <br/> `ScheduledStationNameCodeSequence.CodeValue`, <br/> `ScheduledStationClassCodeSequence.CodeValue`, <br/> `ScheduledStationGeographicLocationCodeSequence.CodeValue` | Following wildcard characters are supported: <br/> `*` - Matches zero or more characters. For example - `{attributeID}={val*}` matches "val", "valid", "value" but not "evaluate". <br/> `?` - Matches a single character. For example - `{attributeID}={valu?}` matches "value", "valu1" but not "valued" or "valu" |
941
941
942
942
> [!NOTE]
943
943
> Although we don't support full sequence matching, we do support exact match on the attributes listed that are contained in a sequence.
@@ -988,4 +988,4 @@ The query API doesn't return `413 (request entity too large)`. If the requested
988
988
* Matching is case insensitive and accent sensitive for other string VR types.
989
989
* If there's a scenario where canceling a Workitem and querying the same happens at the same time, then the query most likely excludes the Workitem that's getting updated and the response code is `206 (Partial Content)`.
0 commit comments