File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
articles/healthcare-apis/fhir Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ curl --version
53
53
$fhirservice="https://<fhirservice>.fhir.azurehealthcareapis.com"
54
54
$token=(Get-AzAccessToken -ResourceUrl $fhirservice).Token
55
55
56
- ### Get access token for the DICOM service
57
- $dicomtokenurl= "https://dicom.healthcareapis.azure.com/"
58
- $token=$( Get-AzAccessToken -ResourceUrl $dicomtokenurl).Token
59
56
```
60
57
61
58
# [ CLI] ( #tab/CLI )
@@ -100,24 +97,8 @@ fhirservice="https://<fhirservice>.fhir.azurehealthcareapis.com"
100
97
101
98
[ ![ Access data in the FHIR service with curl script.] ( media/curl-fhir.png ) ] ( media/curl-fhir.png#lightbox )
102
99
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
- ```
115
100
---
116
101
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
-
121
102
## Next steps
122
103
123
104
In this article, you learned how to access Azure Health Data Services data using cURL.
You can’t perform that action at this time.
0 commit comments