Skip to content

Commit 44d899a

Browse files
author
Gunjit Chhatwal
committed
included acrolinx suggestions to get required score
1 parent 686cfa2 commit 44d899a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The Medical Imaging Server for DICOM® supports a subset of the DICOMweb Stan
3030
* [Request Cancellation](#request-cancellation)
3131
* [Search Workitems](#search-workitems)
3232

33-
Additionally, these nonstandard API(s) are supported:
33+
Additionally, these nonstandard APIs are supported:
3434

3535
* [Change Feed](change-feed-overview.md)
3636
* [Extended Query Tags](dicom-extended-query-tags-overview.md)
@@ -751,7 +751,7 @@ The request payload might include Action Information as [defined in the DICOM St
751751

752752
| Code | Description |
753753
| :----------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
754-
| `202 (Accepted)` | The request was accepted by the server, but the Target Workitem state isn't changed yet. |
754+
| `202 (Accepted)` | Server has accepted the request, but the Target Workitem state isn't changed yet. |
755755
| `400 (Bad Request)` | There was a problem with the syntax of the request. |
756756
| `401 (Unauthorized)` | The client isn't authenticated. |
757757
| `403 (Forbidden)` | The user isn't authorized. |
@@ -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. E.g. - `{attributeID}={val*}` will match "val", "valid", "value" but not "evaluate". <br/> `?` - Matches a single character. E.g. - `{attributeID}={valu?}` will match "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.

0 commit comments

Comments
 (0)