haffo / hit-core

The repo contains the packages of the different classes and artifcats shared by our hit domain specifis (HL7, ePrescrbing etc...) tools. The packages are not tied to a specific domain
1 stars 3 forks source link

When downloading the example messages, include the .xml files and not… #14

Closed maxence-lefort closed 7 years ago

maxence-lefort commented 7 years ago

… only the .txt ones.

As it's using pattern and not regex, Message.(txt|xml) won't work so we use Message.* as there are only xml and txt messages. Maybe in the future we should change to a regex match. Issue #13