diff --git a/gvt-validation-jar/README.md b/gvt-validation-jar/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6718df4b6afc4e0ce450f12fa06a8999983be831 --- /dev/null +++ b/gvt-validation-jar/README.md @@ -0,0 +1,16 @@ +# GVT configuration file + +## Context + +The GVT dependency: + +```xml + <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.) \ No newline at end of file diff --git a/gvt-validation-jar/src/main/resources/application.conf b/gvt-validation-jar/src/main/resources/application.conf index 6aba85b659ec235272f622d42cf59744b6867aac..8682a760dd3d16a946d96d1c86b90d9e9777ccc9 100644 --- a/gvt-validation-jar/src/main/resources/application.conf +++ b/gvt-validation-jar/src/main/resources/application.conf @@ -1,4 +1,4 @@ -# Add here custom error levels +# Add here custom error levels or custom message report { code-not-found-cs-empty {