package tools
- Alphabetic
- Public
- All
Type Members
- class BatchValidator extends AnyRef
- sealed trait ClassificationEnum extends AnyRef
- class DeIdentifier extends AnyRef
This is a simple De-identifier of HL7 messages where it replaces entire Lines that can potentially have PII data It uses a comma delimited file to configure which lines need to be replaced and the values to replace with.
This is a simple De-identifier of HL7 messages where it replaces entire Lines that can potentially have PII data It uses a comma delimited file to configure which lines need to be replaced and the values to replace with. The first column on the config file, should be a regular expression to match the text The second column on the config file, is the text to replace the entire line with.
Created - 6/2/17 Author Marcelo Caldas mcq1@cdc.gov
- class ErrorEntry extends Serializable
- class HL7FileUtils extends AnyRef
Created - 6/2/17 Author Marcelo Caldas mcq1@cdc.gov
- case class HL7ParseError(message: String = "", segment: String, cause: Throwable = None.orNull) extends Exception with Product with Serializable
- class HL7ParseUtils extends AnyRef
- case class Rule(_rule: String, sentence: String) extends Product with Serializable
Helper class to Have the strings on config file translated to Regex expressions to be used
Helper class to Have the strings on config file translated to Regex expressions to be used
- _rule
the rule to be translated
- sentence
the sentense to replace
- class RulesValidator extends AnyRef
- class StructureValidator extends AnyRef
- class ValidationErrors extends Serializable
Value Members
- object DeIdentifier
- object DeIdentifierApp
- object ERROR extends ClassificationEnum with Product with Serializable
- object HL7FileUtils
- object HL7FileUtilsApp
- object HL7ParseUtils
- object TESTApp extends App
- object WARNING extends ClassificationEnum with Product with Serializable