Healthcare Functions
object HealthcareFunctions
Functions
Link copied to clipboard
Use this data source to access information about an existing Healthcare DICOM Service
suspend fun getDicomService(argument: suspend GetDicomServicePlainArgsBuilder.() -> Unit): 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(argument: suspend GetFhirServicePlainArgsBuilder.() -> Unit): GetFhirServiceResult
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(argument: suspend GetMedtechServicePlainArgsBuilder.() -> Unit): GetMedtechServiceResult
Link copied to clipboard
Use this data source to access information about an existing Healthcare Service
Link copied to clipboard
Use this data source to access information about an existing Healthcare Workspace
suspend fun getWorkspace(argument: suspend GetWorkspacePlainArgsBuilder.() -> Unit): GetWorkspaceResult