Skip to content

Commit eb162f6

Browse files
Merge pull request #311222 from bcarthic/bcarthic/externalmetadadoc
Update external metadat documentation to pass in correct header valuea
2 parents 437faed + ce49df3 commit eb162f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/healthcare-apis/dicom/external-metadata.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ The external metadata feature allows users to store metadata or additional infor
5050
### Store (STOW-RS)
5151

5252
The [Store (STOW-RS)](dicom-services-conformance-statement-v2.md#store-stow-rs) transaction allows storing external metadata as customer headers.
53-
In order to store external metadata as part of the store transaction, specify the tag key in the format `msdicom-meta-{VR}-{TagPath}`. An example request follows.
53+
In order to store external metadata as part of the store transaction, specify the tag key in the format `msdicom-meta-{TagPath}`. An example request follows.
5454

5555
```http
5656
POST {dicom-service-url}/{version}/studies
5757
Accept: multipart/related; type="application/dicom+json";
58-
msdicom-meta-CS-001912FF: CS
59-
msdicom-meta-PN-00191100: PersonName
60-
msdicom-meta-DA-001900FF: 20241231
58+
msdicom-meta-001912FF: vr=CS;value=CS
59+
msdicom-meta-00191100: vr=PN;value=PersonName
60+
msdicom-meta-001900FF: vr=DA;value=20241231
6161
6262
Body:
6363
{DICOM FILE}

0 commit comments

Comments
 (0)