{ "opencollection": "1.0.0", "info": { "name": "Azure Health Data Services de-identification service Collection DicomServices API", "version": "2024-11-15" }, "items": [ { "info": { "name": "DicomServices", "type": "folder" }, "items": [ { "info": { "name": "DicomServices_ListByWorkspace", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName/dicomservices", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." } ] }, "docs": "Lists all DICOM Services for the given workspace" }, { "info": { "name": "DicomServices_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName/dicomservices/:dicomServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." }, { "name": "dicomServiceName", "value": "", "type": "path", "description": "The name of DICOM Service resource." } ] }, "docs": "Gets the properties of the specified DICOM Service." }, { "info": { "name": "DicomServices_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName/dicomservices/:dicomServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." }, { "name": "dicomServiceName", "value": "", "type": "path", "description": "The name of DICOM Service resource." } ] }, "docs": "Creates or updates a DICOM Service resource with the specified parameters." }, { "info": { "name": "DicomServices_Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName/dicomservices/:dicomServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "dicomServiceName", "value": "", "type": "path", "description": "The name of DICOM Service resource." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." } ] }, "docs": "Patch DICOM Service details." }, { "info": { "name": "DicomServices_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName/dicomservices/:dicomServiceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "dicomServiceName", "value": "", "type": "path", "description": "The name of DICOM Service resource." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." } ] }, "docs": "Deletes a DICOM Service." } ] } ], "bundled": true }