Skip to content

Commit a5b65ba

Browse files
committed
updating author and ms.author to varunbms
1 parent ba02a59 commit a5b65ba

5 files changed

+5
-5
lines changed

articles/healthcare-apis/dicom/dicom-services-conformance-statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The service uses REST API versioning. The version of the REST API must be explic
4444

4545
This version of the conformance statement corresponds to the `v1` version of the REST APIs.
4646

47-
For more information on how to specify the version when making requests, see the [API Versioning Documentation](api-versioning-dicom-service.md).
47+
For information on how to specify the version when making requests, see the [API Versioning Documentation](api-versioning-dicom-service.md).
4848

4949
You can find example requests for supported transactions in the [Postman collection](https://github.com/microsoft/dicom-server/blob/main/docs/resources/Conformance-as-Postman.postman_collection.json).
5050

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ With the DicomWebClient, we can now perform the Store, Retrieve, Search, and Del
6262

6363
## Store DICOM instances (STOW)
6464

65-
By using the DicomWebClient, we can now store DICOM files.
65+
Using the DicomWebClient, we can now store DICOM files.
6666

6767
### Store single instance
6868

articles/healthcare-apis/dicom/dicomweb-standard-apis-curl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The filename, studyUID, seriesUID, and instanceUID of the sample DICOM files are
3535

3636
To use the DICOM Standard APIs, you must have an instance of the DICOM service deployed. For more information, see [Deploy the DICOM service using the Azure portal](deploy-dicom-services-in-azure.md).
3737

38-
After you deploy an instance of the DICOM service, retrieve the URL for your App service.
38+
After deploying an instance of the DICOM service, retrieve the URL for your App service.
3939

4040
1. Sign in to the [Azure portal](https://portal.azure.com).
4141
2. Search **Recent resources** and select your DICOM service instance.

articles/healthcare-apis/dicom/dicomweb-standard-apis-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ _Details:_
264264
* Accept: multipart/related; type="application/dicom"; transfer-syntax=*
265265
* Authorization: Bearer $token"
266266

267-
All three of the dcm files that we uploaded previously are part of the same study, so the response should return all three instances. Validate that the response has a status code of OK and that all three instances are returned.
267+
All three of the dcm files that uploaded previously are part of the same study, so the response should return all three instances. Validate that the response has a status code of OK and that all three instances are returned.
268268

269269
```python
270270
url = f'{base_url}/studies/{study_uid}'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: varunbms
1111

1212
# Access DICOMweb APIs to manage DICOM data
1313

14-
The DICOM® service allows you to store, review, search, and delete DICOM objects by using a subset of DICOMweb APIs. The DICOMweb APIs are web-based services that follow the DICOM standard. By using these APIs, you can access and manage your organization's DICOM data without requiring complex protocols or formats.
14+
The DICOM® service allows you to store, review, search, and delete DICOM objects by using a subset of DICOMweb APIs. The DICOMweb APIs are web-based services that follow the DICOM standard. Using these APIs, you can access and manage your organization's DICOM data without requiring complex protocols or formats.
1515

1616
The supported services are:
1717

0 commit comments

Comments
 (0)