Skip to content

Commit 17b4b75

Browse files
author
Jill Grant
authored
Update articles/healthcare-apis/dicom/dicomweb-standard-apis-c-sharp.md
Typo fix
1 parent 9e29b4b commit 17b4b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/dicom/dicomweb-standard-apis-c-sharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ string sopInstanceUidRed = "1.2.826.0.1.3680043.8.498.47359123102728459884412887
332332
DicomWebResponse response = await client.DeleteInstanceAsync(studyInstanceUid, seriesInstanceUid, sopInstanceUidRed);
333333
```
334334

335-
This reponse deletes the red-triangle instance from the server. If it's successful, the response status code contains no content.
335+
This response deletes the red-triangle instance from the server. If it's successful, the response status code contains no content.
336336

337337
### Delete a specific series within a study
338338

0 commit comments

Comments
 (0)