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
fun DicomTagConfigArgs(actions: Output<List<ActionArgs>>? = null, options: Output<OptionsArgs>? = null, profileType: Output<DicomTagConfigProfileType>? = null)