Mentions légales du service

Skip to content
Snippets Groups Projects

GVT configuration file

Context

The GVT dependency:

  <dependency>
    <groupId>gov.nist</groupId>
    <artifactId>hl7-v2-validation</artifactId>
    <version>${hl7.v2.version}</version>
  </dependency>

can be used with a configuration file in src/main/resource/application.conf that overwrite the reference.conf found here (https://github.com/usnistgov/v2-validation/blob/features/v1_6_3/validation/src/main/resources/reference.conf).

It allows to change level of classification (error, warning, etc.) or message for specific category (single-code-failure, code-not-found-cs-empty, etc.)