Skip to content

Commit 1db0eca

Browse files
authored
Merge pull request #117670 from arunmk-ms/stow-patientid
Updated dicom v2 conformance statement for PatientId changes in STOW
2 parents fd05861 + ac9e284 commit 1db0eca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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: 7 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,9 @@ We support searching the following attributes and search types.
462462
| `ManufacturerModelName` | | X | X | X | X | |
463463
| `SOPInstanceUID` | | | X | | X | X |
464464

465+
> [!NOTE]
466+
> We do not support searching using empty string for any attributes.
467+
465468
#### Search matching
466469

467470
We support the following matching types.
@@ -893,6 +896,9 @@ We support searching on these attributes:
893896
|`ProcedureStepState`|
894897
|`StudyInstanceUID`|
895898

899+
> [!NOTE]
900+
> We do not support searching using empty string for any attributes.
901+
896902
##### Search Matching
897903

898904
We support these matching types:

0 commit comments

Comments
 (0)