You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/dicom/dicomweb-standard-apis-with-dicom-services.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: stevewohl
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: tutorial
8
-
ms.date: 08/04/2021
8
+
ms.date: 08/23/2021
9
9
ms.author: aersoy
10
10
---
11
11
@@ -14,9 +14,9 @@ ms.author: aersoy
14
14
> [!IMPORTANT]
15
15
> 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.
16
16
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.
18
18
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:
20
20
21
21
* Store (STOW-RS)
22
22
* Retrieve (WADO-RS)
@@ -39,7 +39,21 @@ Once deployment is complete, you can use the Azure portal to navigate to the new
39
39
40
40
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).
41
41
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.
43
57
44
58
### C#
45
59
@@ -51,7 +65,7 @@ cURL is a common command-line tool for calling web endpoints that is available f
51
65
52
66
To learn how to use cURL with the DICOM service, see [Using DICOMWeb™ Standard APIs with cURL](dicomweb-standard-apis-curl.md) tutorial.
53
67
54
-
### Phyton
68
+
### Python
55
69
56
70
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.
57
71
@@ -74,7 +88,7 @@ This tutorial provided an overview of the APIs supported by the DICOM service. G
74
88
75
89
### Next Steps
76
90
77
-
For more information about DICOM service, see
91
+
For more information, see
78
92
79
93
>[!div class="nextstepaction"]
80
94
>[Overview of the DICOM service](dicom-services-overview.md)
0 commit comments