package tools

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package model

Type Members

  1. class BatchValidator extends AnyRef
  2. sealed trait ClassificationEnum extends AnyRef
  3. 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

  4. class ErrorEntry extends Serializable
  5. class HL7FileUtils extends AnyRef

    Created - 6/2/17 Author Marcelo Caldas mcq1@cdc.gov

  6. class HL7HieararchyParser extends AnyRef
  7. case class HL7ParseError(message: String = "", segment: String, cause: Throwable = None.orNull) extends Exception with Product with Serializable

  8. class HL7ParseUtils extends AnyRef
  9. 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

  10. class RulesValidator extends AnyRef
  11. class StructureValidator extends AnyRef

  12. class ValidationErrors extends Serializable

Value Members

  1. object DeIdentifier
  2. object DeIdentifierApp
  3. object ERROR extends ClassificationEnum with Product with Serializable
  4. object HL7FileUtils
  5. object HL7FileUtilsApp
  6. object HL7ParseUtils
  7. object TESTApp extends App
  8. object WARNING extends ClassificationEnum with Product with Serializable

Ungrouped