Klasse HIPAAIdentifierMatch

java.lang.Object
org.deidentifier.arx.risk.HIPAAIdentifierMatch

public class HIPAAIdentifierMatch extends Object
Provides information about the occurrence of an HIPPA identifier
  • Methodendetails

    • getColumn

      public String getColumn()
      The column name where the identifier was found
      Gibt zurück:
      The column name
    • getConfidence

      public Double getConfidence()
      The confidence of the discovery, or null if the match type is ATTRIBUTE_NAME
      Gibt zurück:
      The value which caused the warning
    • getIdentifier

      public HIPAAIdentifierMatch.HIPAAIdentifier getIdentifier()
      The identifier which was found
      Gibt zurück:
      The found identifier
    • getInstance

      public String getInstance()
      The instance of the identifier
      Gibt zurück:
    • getMatchType

      public HIPAAIdentifierMatch.MatchType getMatchType()
      The classifier (column name or instance)
      Gibt zurück:
    • getValue

      public String getValue()
      The value which caused the identification
      Gibt zurück:
      The value which caused the warning
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object