DicomTagConfigResponse

data class DicomTagConfigResponse(val actions: List<ActionResponse>, val options: OptionsResponse, val profileType: String)

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

Constructors

Link copied to clipboard
fun DicomTagConfigResponse(actions: List<ActionResponse>, options: OptionsResponse, profileType: String)

Types

Link copied to clipboard
object Companion

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.