case class StructuredDeid(conllFilePath: String, regexPatternsFilePath: String, obfuscateRefFilePath: String) extends Product with Serializable

Utility class that helps to create a pipeline to obfuscate tabular data.

conllFilePath

File used to train the Deidentification.

regexPatternsFilePath

The regex file used to deidentificate the tabular data.

obfuscateRefFilePath

The fule used with the terms used to obfuscate the data.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructuredDeid
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructuredDeid(conllFilePath: String, regexPatternsFilePath: String, obfuscateRefFilePath: String)

    conllFilePath

    File used to train the Deidentification.

    regexPatternsFilePath

    The regex file used to deidentificate the tabular data.

    obfuscateRefFilePath

    The fule used with the terms used to obfuscate the data.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val clinicalSensitiveEntities: NerDLModel
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val conllFilePath: String
  8. val deidentificationRules: DeIdentificationModel
  9. val documentAssembler: DocumentAssembler
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val finisher: Finisher
  13. val finisherObfuscate: Finisher
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isAgeColumn(columnName: String): Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isZipColumn(columnName: String): Boolean
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val nerConverter: NerConverter
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val obfuscateRefFilePath: String
  23. def obfuscateZipCodes(zipCode: String): String
  24. val pipeline: Pipeline
  25. val pipelineObfuscate: Pipeline
  26. val regexPatternsFilePath: String
  27. def removeColumnsWithPersonalInformation(mode: String, dbTableDataFrame: DataFrame, threshold: Float, selColsStr: String = ""): DataFrame

    mode

    |remove|replace|obfuscate remove: Remove the column if is PHI. replace: Replace the values of the column with name of the column. obfuscate: Obfuscate the column with the proper information.

    dbTableDataFrame

    Dataframe that you want to obfuscate.

    threshold

    The threshold used to infer if the column is a PHI column or not.

    selColsStr

    Columns names of the dataframe to apply the PHI. The names of the columns are split by the ',' character.

  28. val sentenceDetector: SentenceDetector
  29. val spark: SparkSession
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val tokenizer: Tokenizer
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. val wordEmbeddings: WordEmbeddingsModel

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped