Skip to content

Commit bdd0577

Browse files
committed
fix broken links
1 parent 5a5f311 commit bdd0577

8 files changed

+12
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This version of the conformance statement corresponds to the `v2` version of the
4646

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

49-
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).
49+
You can find example requests for supported transactions in the Postman collection.
5050

5151
## Preamble Sanitization
5252

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This version of the conformance statement corresponds to the `v1` version of the
4646

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

49-
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).
49+
You can find example requests for supported transactions in the Postman collection.
5050

5151
## Preamble Sanitization
5252

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

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

1212
# Use C# and DICOMweb Standard APIs
1313

14-
This article shows how to work with the DICOMweb service using C# and [sample .dcm DICOM® files](https://github.com/microsoft/dicom-server/tree/main/docs/dcms).
14+
This article shows how to work with the DICOMweb service using C# and sample .dcm DICOM® files.
1515

1616
Use these sample files:
1717

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

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

1212
# Use DICOMweb Standard APIs with cURL
1313

14-
This article shows how to work with the DICOMweb service using cURL and [sample .dcm DICOM® files](https://github.com/microsoft/dicom-server/tree/main/docs/dcms).
14+
This article shows how to work with the DICOMweb service using cURL and sample .dcm DICOM® files.
1515

1616
Use these sample files:
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: buchvarun
1212

1313
# Use DICOMweb Standard APIs with Python
1414

15-
This article shows how to work with the DICOMweb service using Python and [sample .dcm DICOM® files](https://github.com/microsoft/dicom-server/tree/main/docs/dcms).
15+
This article shows how to work with the DICOMweb service using Python and sample .dcm DICOM® files.
1616

1717
Use these sample files:
1818

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Postman is an excellent tool for designing, building, and testing REST APIs. [Do
7575

7676
One important caution with Postman and the DICOMweb standard is that Postman only supports uploading DICOM files by using the single-part payload defined in the DICOM standard. This is because Postman can't support custom separators in a multipart/related POST request. For more information, see [Multipart POST not working for me # 576](https://github.com/postmanlabs/postman-app-support/issues/576). All examples in the Postman collection for uploading DICOM documents by using a multipart request are prefixed with **[won't work - see description]**. The examples for uploading by using a single-part request are included in the collection and are prefixed with **Store-Single-Instance**.
7777

78-
To use the Postman collection, download it locally and then import the collection through Postman. To access the collection, see [Postman Collection Examples](https://github.com/microsoft/dicom-server/blob/main/docs/resources/Conformance-as-Postman.postman_collection.json).
78+
To use the Postman collection, download it locally and then import the collection through Postman.
7979

8080
### Next steps
8181

@@ -85,8 +85,6 @@ To use the Postman collection, download it locally and then import the collectio
8585

8686
[Use DICOMweb Standard APIs with Python](dicomweb-standard-apis-python.md)
8787

88-
[Use DICOMWeb Standard APIs with the Postman Example Collection](https://github.com/microsoft/dicom-server/blob/main/docs/resources/Conformance-as-Postman.postman_collection.json)
89-
9088
[DICOM Conformance Statement](dicom-services-conformance-statement-v2.md)
9189

9290
[!INCLUDE [DICOM trademark statement](../includes/healthcare-apis-dicom-trademark.md)]

articles/healthcare-apis/dicom/get-started-with-analytics-dicom.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ Data Factory pipelines are a collection of _activities_ that perform a task, lik
109109

110110
If you created the DICOM service with Azure Data Lake Storage, instead of using the template from the template gallery, you need to use a custom template to include a new `fileName` parameter in the metadata pipeline. To configure the pipeline follow these steps.
111111

112-
1. Download the [template](https://github.com/microsoft/dicom-server/blob/main/samples/templates/Copy%20DICOM%20Metadata%20Changes%20to%20ADLS%20Gen2%20in%20Delta%20Format.zip) from GitHub. The template file is a compressed (zipped) folder. You don't need to extract the files because they're already uploaded in compressed form.
112+
1. Download the template from GitHub. The template file is a compressed (zipped) folder. You don't need to extract the files because they're already uploaded in compressed form.
113113

114-
1. In Azure Data Factory, select **Author** from the left menu. On the **Factory Resources** pane, select the plus sign (+) to add a new resource. Select **Pipeline** and then select **Import from pipeline template**.
114+
2. In Azure Data Factory, select **Author** from the left menu. On the **Factory Resources** pane, select the plus sign (+) to add a new resource. Select **Pipeline** and then select **Import from pipeline template**.
115115

116-
1. In the **Open** window, select the template that you downloaded. Select **Open**.
116+
3. In the **Open** window, select the template that you downloaded. Select **Open**.
117117

118-
1. In the **Inputs** section, select the linked services created for the DICOM service and Azure Data Lake Storage Gen2 account.
118+
4. In the **Inputs** section, select the linked services created for the DICOM service and Azure Data Lake Storage Gen2 account.
119119

120120
:::image type="content" source="media/data-factory-create-pipeline.png" alt-text="Screenshot showing the Inputs section with linked services selected." lightbox="media/data-factory-create-pipeline.png":::
121121

122-
1. Select **Use this template** to create the new pipeline.
122+
5. Select **Use this template** to create the new pipeline.
123123

124124
## Schedule a pipeline
125125

articles/healthcare-apis/dicom/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The DICOM service enables organizations to manage medical imaging data with seve
5757

5858
- **Change feed**. The DICOM service enables you to access ordered, guaranteed, immutable, read-only logs of all changes that occur in the DICOM service. Client applications can read these logs at any time independently, in parallel, and at their own pace.
5959

60-
- **DICOMcast**. DICOMcast is an [open-source capability](https://github.com/microsoft/dicom-server/blob/main/docs/quickstarts/deploy-dicom-cast.md) that can be self-hosted in Azure. DICOMcast enables a single source of truth for clinical data and imaging metadata. With DICOMcast, the DICOM service can inject DICOM metadata into a FHIR service or FHIR server as an imaging study resource.
60+
- **DICOMcast**. DICOMcast is an open-source capability that can be self-hosted in Azure. DICOMcast enables a single source of truth for clinical data and imaging metadata. With DICOMcast, the DICOM service can inject DICOM metadata into a FHIR service or FHIR server as an imaging study resource.
6161

6262
- **Export files**. The DICOM service allows you to [export DICOM data](export-dicom-files.md) in a file format, simplifying the process of using medical imaging in external workflows, such as AI and machine learning.
6363

0 commit comments

Comments
 (0)