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
|`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. |
755
755
|`400 (Bad Request)`| There was a problem with the syntax of the request. |
756
756
|`401 (Unauthorized)`| The client isn't authenticated. |
757
757
|`403 (Forbidden)`| The user isn't authorized. |
@@ -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. 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" |
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.
0 commit comments