GetDicomServicePlainArgs

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

A collection of arguments for invoking getDicomService.

Constructors

Link copied to clipboard
constructor(name: String, workspaceId: String)

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.

Functions

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