Package org.deidentifier.arx.risk
Klasse HIPAAIdentifierMatch
java.lang.Object
org.deidentifier.arx.risk.HIPAAIdentifierMatch
Provides information about the occurrence of an HIPPA identifier
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumRepresents the HIPPA identifiersstatic enumRepresents the classifier for the HIPAA identifier. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe column name where the identifier was foundThe confidence of the discovery, or null if the match type is ATTRIBUTE_NAMEThe identifier which was foundThe instance of the identifierThe classifier (column name or instance)getValue()The value which caused the identificationtoString()
-
Methodendetails
-
getColumn
The column name where the identifier was found- Gibt zurück:
- The column name
-
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
The identifier which was found- Gibt zurück:
- The found identifier
-
getInstance
The instance of the identifier- Gibt zurück:
-
getMatchType
The classifier (column name or instance)- Gibt zurück:
-
getValue
The value which caused the identification- Gibt zurück:
- The value which caused the warning
-
toString
-