HealthcareapisFunctions

Functions

Link copied to clipboard

Gets the properties of the specified Analytics Connector. Uses Azure REST API version 2022-10-01-preview.

suspend fun getAnalyticsConnector(analyticsConnectorName: String, resourceGroupName: String, workspaceName: String): GetAnalyticsConnectorResult
Link copied to clipboard

Gets the properties of the specified DICOM Service. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.

suspend fun getDicomService(dicomServiceName: String, resourceGroupName: String, workspaceName: String): GetDicomServiceResult
Link copied to clipboard

Gets the properties of the specified FHIR Service. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.

suspend fun getFhirService(fhirServiceName: String, resourceGroupName: String, workspaceName: String): GetFhirServiceResult
Link copied to clipboard

Gets the properties of the specified IoT Connector. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.

suspend fun getIotConnector(iotConnectorName: String, resourceGroupName: String, workspaceName: String): GetIotConnectorResult
Link copied to clipboard

Gets the properties of the specified Iot Connector FHIR destination. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.

suspend fun getIotConnectorFhirDestination(fhirDestinationName: String, iotConnectorName: String, resourceGroupName: String, workspaceName: String): GetIotConnectorFhirDestinationResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the service. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Get the metadata of a service instance. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(resourceGroupName: String, resourceName: String): GetServiceResult
Link copied to clipboard

Gets the properties of the specified workspace. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.

suspend fun getWorkspace(resourceGroupName: String, workspaceName: String): GetWorkspaceResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the workspace. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.

suspend fun getWorkspacePrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, workspaceName: String): GetWorkspacePrivateEndpointConnectionResult