Skip to content

Commit 2d94188

Browse files
committed
Updated conformance statement for PatientId changes in STOW
1 parent 735b1f3 commit 2d94188

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/healthcare-apis/dicom/dicom-extended-query-tags-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The following VR types are supported:
7979
> [!NOTE]
8080
> Sequential tags, which are tags under a tag of type Sequence of Items (SQ), are currently not supported.
8181
> You can add up to 128 extended query tags.
82+
> We do not index extended query tags if the value is null or empty.
8283
8384
#### Responses
8485

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following DICOM elements are required to be present in every DICOM file atte
8686
* `PatientID`
8787

8888
> [!NOTE]
89-
> All UIDs must be between 1 and 64 characters long, and only contain alpha numeric characters or the following special characters: `.`, `-`. `PatientID` is validated based on its `LO` `VR` type.
89+
> All UIDs must be between 1 and 64 characters long, and only contain alpha numeric characters or the following special characters: `.`, `-`. `PatientID` continues to be a required tag and can have the value as null in the input. `PatientID` is validated based on its `LO` `VR` type.
9090
9191
Each file stored must have a unique combination of `StudyInstanceUID`, `SeriesInstanceUID`, and `SopInstanceUID`. The warning code `45070` is returned if a file with the same identifiers already exists.
9292

@@ -462,6 +462,8 @@ We support searching the following attributes and search types.
462462
| `ManufacturerModelName` | | X | X | X | X | |
463463
| `SOPInstanceUID` | | | X | | X | X |
464464

465+
> Note: We do not support searching using empty string for any attributes.
466+
465467
#### Search matching
466468

467469
We support the following matching types.
@@ -893,6 +895,8 @@ We support searching on these attributes:
893895
|`ProcedureStepState`|
894896
|`StudyInstanceUID`|
895897

898+
> Note: We do not support searching using empty string for any attributes.
899+
896900
##### Search Matching
897901

898902
We support these matching types:

0 commit comments

Comments
 (0)