Skip to content

Commit 76c2e1a

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

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
@@ -249,7 +249,7 @@ _Details:_
249249

250250
```c#
251251
string query = $"/series?SeriesInstanceUID={seriesInstanceUid}";
252-
DicomWebResponse response = await client.QueryStudyAsync(query);
252+
DicomWebResponse response = await client.QuerySeriesAsync(query);
253253
```
254254

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

0 commit comments

Comments
 (0)