Dicom Tag Config Args
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
constructor(actions: Output<List<ActionArgs>>? = null, options: Output<OptionsArgs>? = null, profileType: Output<DicomTagConfigProfileType>? = null)
Properties
Link copied to clipboard
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
Specifies additional options to apply, overriding the base profile
.
Link copied to clipboard
Base profile type for handling DICOM tags.