HealthcareFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Healthcare DICOM Service

suspend fun getDicomService(name: String, workspaceId: String): GetDicomServiceResult
Link copied to clipboard

Use this data source to access information about an existing Healthcare FHIR Service(Fast Healthcare Interoperability Resources).

suspend fun getFhirService(name: String, tags: Map<String, String>? = null, workspaceId: String): GetFhirServiceResult
Link copied to clipboard

Use this data source to access information about an existing Healthcare Med Tech Service

suspend fun getMedtechService(name: String, workspaceId: String): GetMedtechServiceResult
Link copied to clipboard

Use this data source to access information about an existing Healthcare Service

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

Use this data source to access information about an existing Healthcare Workspace

suspend fun getWorkspace(name: String, resourceGroupName: String): GetWorkspaceResult