public class HIPAAIdentifierMatch
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HIPAAIdentifierMatch.HIPAAIdentifier
Represents the HIPPA identifiers
|
static class |
HIPAAIdentifierMatch.MatchType
Represents the classifier for the HIPAA identifier.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumn()
The column name where the identifier was found
|
java.lang.Double |
getConfidence()
The confidence of the discovery, or null if the
match type is ATTRIBUTE_NAME
|
HIPAAIdentifierMatch.HIPAAIdentifier |
getIdentifier()
The identifier which was found
|
java.lang.String |
getInstance()
The instance of the identifier
|
HIPAAIdentifierMatch.MatchType |
getMatchType()
The classifier (column name or instance)
|
java.lang.String |
getValue()
The value which caused the identification
|
java.lang.String |
toString() |
public java.lang.String getColumn()
public java.lang.Double getConfidence()
public HIPAAIdentifierMatch.HIPAAIdentifier getIdentifier()
public java.lang.String getInstance()
public HIPAAIdentifierMatch.MatchType getMatchType()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object