Skip to content

Commit 4ff4d33

Browse files
Update articles/healthcare-apis/dicom/dicomweb-standard-apis-c-sharp.md
Co-authored-by: Will Sugarman <[email protected]>
1 parent d6539ad commit 4ff4d33

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
@@ -264,7 +264,7 @@ _Details:_
264264

265265
```c#
266266
string query = $"/studies/{studyInstanceUid}/series?SeriesInstanceUID={seriesInstanceUid}";
267-
DicomWebResponse response = await client.QueryStudyAsync(query);
267+
DicomWebResponse response = await client.QueryStudySeriesAsync(studyInstanceUid, query);
268268
```
269269

270270
Validates that the response includes one series, and that the response code is OK.

0 commit comments

Comments
 (0)