Skip to content

Commit b57a224

Browse files
authored
Merge pull request #170054 from SteveWohl/dicom-content-edits-steve
Fixed typo in section heading
2 parents 01f216f + d4ae1ce commit b57a224

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

articles/healthcare-apis/dicom/dicomweb-standard-apis-with-dicom-services.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: stevewohl
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: tutorial
8-
ms.date: 08/04/2021
8+
ms.date: 08/23/2021
99
ms.author: aersoy
1010
---
1111

@@ -14,9 +14,9 @@ ms.author: aersoy
1414
> [!IMPORTANT]
1515
> Azure Healthcare APIs is currently in PREVIEW. The [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1616
17-
This tutorial provides an overview of how to use the DICOMweb™ Standard APIs with the DICOM Services.
17+
This tutorial provides an overview of how to use the DICOMweb™ Standard APIs with the DICOM service.
1818

19-
The DICOM service supports a subset of the DICOMweb™ Standard. This support includes the following:
19+
The DICOM service supports a subset of the DICOMweb™ Standard that includes the following:
2020

2121
* Store (STOW-RS)
2222
* Retrieve (WADO-RS)
@@ -39,7 +39,21 @@ Once deployment is complete, you can use the Azure portal to navigate to the new
3939

4040
Because the DICOM service is exposed as a REST API, you can access it using any modern development language. For language-agnostic information on working with the service, see [DICOM Conformance Statement](dicom-services-conformance-statement.md).
4141

42-
To see language-specific examples, refer to the examples below. If you open the Postman Collection, you can view examples in several languages including Go, Java, JavaScript, C#, PHP, C, NodeJS, Objective-C, OCaml, PowerShell, Python, Ruby, and Swift.
42+
To see language-specific examples, refer to the examples below. You can view Postman collection examples in several languages including:
43+
44+
* Go
45+
* Java
46+
* JavaScript
47+
* C#
48+
* PHP
49+
* C
50+
* NodeJS
51+
* Objective-C
52+
* OCaml
53+
* PowerShell
54+
* Python
55+
* Ruby
56+
* Swift.
4357

4458
### C#
4559

@@ -51,7 +65,7 @@ cURL is a common command-line tool for calling web endpoints that is available f
5165

5266
To learn how to use cURL with the DICOM service, see [Using DICOMWeb™ Standard APIs with cURL](dicomweb-standard-apis-curl.md) tutorial.
5367

54-
### Phyton
68+
### Python
5569

5670
Refer to the [Using DICOMWeb™ Standard APIs with Python](dicomweb-standard-apis-python.md) tutorial to learn how to use Python with the DICOM service.
5771

@@ -74,7 +88,7 @@ This tutorial provided an overview of the APIs supported by the DICOM service. G
7488

7589
### Next Steps
7690

77-
For more information about DICOM service, see
91+
For more information, see
7892

7993
>[!div class="nextstepaction"]
8094
>[Overview of the DICOM service](dicom-services-overview.md)

0 commit comments

Comments
 (0)