DicomTagConfigArgs

data class DicomTagConfigArgs(val actions: Output<List<ActionArgs>>? = null, val options: Output<OptionsArgs>? = null, val profileType: Output<DicomTagConfigProfileType>? = null) : ConvertibleToJava<DicomTagConfigArgs>

Specifies the parameters needed for the de-identification of DICOM stores.

Constructors

Link copied to clipboard
fun DicomTagConfigArgs(actions: Output<List<ActionArgs>>? = null, options: Output<OptionsArgs>? = null, profileType: Output<DicomTagConfigProfileType>? = null)

Functions

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

Properties

Link copied to clipboard
val actions: Output<List<ActionArgs>>? = null

Specifies custom tag selections and Actions to apply to them. Overrides options and profile. Conflicting Actions are applied in the order given.

Link copied to clipboard
val options: Output<OptionsArgs>? = null

Specifies additional options to apply, overriding the base profile.

Link copied to clipboard

Base profile type for handling DICOM tags.