GetDicomServicePlainArgs

data class GetDicomServicePlainArgs(val name: String, val workspaceId: String) : ConvertibleToJava<GetDicomServicePlainArgs>

A collection of arguments for invoking getDicomService.

Constructors

Link copied to clipboard
fun GetDicomServicePlainArgs(name: String, workspaceId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetDicomServicePlainArgs

Properties

Link copied to clipboard

The name of the Healthcare DICOM Service

Link copied to clipboard

The id of the Healthcare Workspace in which the Healthcare DICOM Service exists.