Skip to content

Commit 4be9628

Browse files
Update dicom-services-conformance-statement-v2.md
1 parent 44d899a commit 4be9628

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This transaction uses the POST or PUT method to store representations of studies
6969

7070
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.
7171

72-
The following `Accept` headers for the response are supported:
72+
The following is the only response `Accept` header supported:
7373

7474
* `application/dicom+json`
7575

@@ -440,7 +440,7 @@ Query based on ID for DICOM Objects (QIDO) enables you to search for studies, se
440440
| GET | ../studies/{study}/instances?... | Search for instances in a study |
441441
| GET | ../studies/{study}/series/{series}/instances?... | Search for instances in a series |
442442

443-
The following `Accept` headers are supported for searching:
443+
The following is the only `Accept` header supported for searching:
444444

445445
* `application/dicom+json`
446446

@@ -892,7 +892,7 @@ This transaction enables you to search for Workitems by attributes.
892892
| :----- | :------------ | :------------------- |
893893
| GET | ../workitems? | Search for Workitems |
894894

895-
The following `Accept` headers are supported for searching:
895+
The following is the only `Accept` header supported for searching:
896896

897897
* `application/dicom+json`
898898

@@ -937,7 +937,7 @@ We support these matching types:
937937
| Range Query | `Scheduled​Procedure​Step​Start​Date​Time` | `{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. |
938938
| Exact Match | All supported attributes | `{attributeID}={value1}` |
939939
| 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" |
941941

942942
> [!NOTE]
943943
> 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
988988
* Matching is case insensitive and accent sensitive for other string VR types.
989989
* 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)`.
990990

991-
[!INCLUDE [DICOM trademark statement](../includes/healthcare-apis-dicom-trademark.md)]
991+
[!INCLUDE [DICOM trademark statement](../includes/healthcare-apis-dicom-trademark.md)]

0 commit comments

Comments
 (0)