DicomConfigFilterProfile

Tag filtering profile that determines which tags to keep/remove.

Entries

Link copied to clipboard

No tag filtration profile provided. Same as KEEP_ALL_PROFILE.

Link copied to clipboard

Keep only tags required to produce valid DICOM.

Link copied to clipboard

Remove tags based on DICOM Standard's Attribute Confidentiality Basic Profile (DICOM Standard Edition 2018e) http://dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html.

Link copied to clipboard

Keep all tags.

Link copied to clipboard

Inspects within tag contents and replaces sensitive text. The process can be configured using the TextConfig. Applies to all tags with the following Value Representation names: AE, LO, LT, PN, SH, ST, UC, UT, DA, DT, AS

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: DicomConfigFilterProfile
Link copied to clipboard
Link copied to clipboard