Skip to content

Commit a3e0855

Browse files
authored
Update using-curl.md
Removing DICOM service reference from FHIR specific documentation
1 parent 73540dc commit a3e0855

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

articles/healthcare-apis/fhir/using-curl.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ curl --version
5353
$fhirservice="https://<fhirservice>.fhir.azurehealthcareapis.com"
5454
$token=(Get-AzAccessToken -ResourceUrl $fhirservice).Token
5555
56-
### Get access token for the DICOM service
57-
$dicomtokenurl= "https://dicom.healthcareapis.azure.com/"
58-
$token=$( Get-AzAccessToken -ResourceUrl $dicomtokenurl).Token
5956
```
6057

6158
# [CLI](#tab/CLI)
@@ -100,24 +97,8 @@ fhirservice="https://<fhirservice>.fhir.azurehealthcareapis.com"
10097

10198
[ ![Access data in the FHIR service with curl script.](media/curl-fhir.png) ](media/curl-fhir.png#lightbox)
10299

103-
## Access data in the DICOM service
104-
105-
# [PowerShell](#tab/PowerShell)
106-
107-
```powershell-interactive
108-
$dicomservice="https://<dicomservice>.dicom.azurehealthcareapis.com"
109-
```
110-
# [CLI](#tab/CLI)
111-
112-
```azurecli-interactive
113-
dicomservice="https://<dicomservice>.dicom.azurehealthcareapis.com"
114-
```
115100
---
116101

117-
`curl -X GET --header "Authorization: Bearer $token" $dicomservice/changefeed?includemetadata=false`
118-
119-
[ ![Access data in the DICOM service with curl script.](media/curl-dicom.png) ](media/curl-dicom.png#lightbox)
120-
121102
## Next steps
122103

123104
In this article, you learned how to access Azure Health Data Services data using cURL.

0 commit comments

Comments
 (0)