NAME
hl7compare - Compare two HL7 v2 messages
SYNOPSIS
hl7compare [OPTIONS] file1 file2
OPTIONS
- -m, --matching
-
Include parts which are matching.
- -M, --msh
-
Include the MSH segment in the comparisons.
- -h, --help
-
Show this help message.
DESCRIPTION
Reads two HL7 v2 messages from given files and prints out comparison of each message part existing in either message.
See App::HL7::Compare for details.