public abstract class HIPAAConstants
extends java.lang.Object
Constructor and Description |
---|
HIPAAConstants() |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.deidentifier.arx.risk.HIPAAMatcherAttributeName> |
getNameMatchers(java.lang.String category)
Returns all matchers for the given category
|
static HIPAAConstants |
getUSData()
Returns constants for the US
|
boolean |
isCity(java.lang.String value)
Cities
|
boolean |
isFirstname(java.lang.String value)
First names
|
boolean |
isLastname(java.lang.String value)
Last names
|
boolean |
isState(java.lang.String value)
States
|
boolean |
isZipcode(java.lang.String value)
Zip codes
|
public static HIPAAConstants getUSData()
public java.util.List<org.deidentifier.arx.risk.HIPAAMatcherAttributeName> getNameMatchers(java.lang.String category)
category
- public boolean isCity(java.lang.String value)
value
- public boolean isFirstname(java.lang.String value)
value
- public boolean isLastname(java.lang.String value)
value
- public boolean isState(java.lang.String value)
value
- public boolean isZipcode(java.lang.String value)
value
-