Package org.deidentifier.arx.risk
Klasse HIPAAConstants
java.lang.Object
org.deidentifier.arx.risk.HIPAAConstants
- Bekannte direkte Unterklassen:
HIPAAConstantsUS
Utility class providing access to important constants for finding HIPAA identifiers.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract InputStreamgetInputStream(String file) Implement this to load the according fileList<org.deidentifier.arx.risk.HIPAAMatcherAttributeName> getNameMatchers(String category) Returns all matchers for the given categorystatic HIPAAConstantsReturns constants for the USbooleanCitiesbooleanisFirstname(String value) First namesbooleanisLastname(String value) Last namesbooleanStatesbooleanZip codes
-
Konstruktordetails
-
HIPAAConstants
public HIPAAConstants()
-
-
Methodendetails
-
getUSData
Returns constants for the US- Gibt zurück:
-
getNameMatchers
Returns all matchers for the given category- Parameter:
category-- Gibt zurück:
-
isCity
Cities- Parameter:
value-- Gibt zurück:
-
isFirstname
First names- Parameter:
value-- Gibt zurück:
-
isLastname
Last names- Parameter:
value-- Gibt zurück:
-
isState
States- Parameter:
value-- Gibt zurück:
-
isZipcode
Zip codes- Parameter:
value-- Gibt zurück:
-
getInputStream
Implement this to load the according file- Parameter:
file-- Gibt zurück:
-