diff --git a/EPD-ADR-Simulator/release-note.md b/EPD-ADR-Simulator/release-note.md index c50e1f48451ad726acfb87ecd15bfddd068bc4cc..8b077c0ccb374ce443c95abb244f0f826d668b18 100644 --- a/EPD-ADR-Simulator/release-note.md +++ b/EPD-ADR-Simulator/release-note.md @@ -10,3 +10,32 @@ status: To be reviewed reference: KER1-RNO-IHE-ADR_SIMULATOR customer: IHE-EUROPE --- + +# 1.0 (#66468) +_Release date: 2019-02-20 00:00:00.0 + +__Remarks__ + +* Update ADR Simulator [EPR 1.7] + +__Improvement__ + +* \[[ADRPROV-5](https://gazelle.ihe.net/jira/browse/ADRPROV-5)\] Update ADR simulator [EPR 1.7] + + +# 1.1 (#67136) +_Release date: 2019-03-25 00:00:00.0 + +__Remarks__ + +* Update ADR Simulator [EPR 1.8] + + + +# 1.2.0 (7c2a25de) +_Release date: 2019-06-19 00:00:00.0 + +__Remarks__ + +* Update ADR Simulator [EPR 1.9] + diff --git a/EPD-ADR-Validator/Makefile b/EPD-ADR-Validator/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..cbbc56c706e2a9d7c1b43999f7199c4c956757ea --- /dev/null +++ b/EPD-ADR-Validator/Makefile @@ -0,0 +1,3 @@ +SHELL := /bin/bash + +include ../Makefile.generic diff --git a/EPD-ADR-Validator/release-note.md b/EPD-ADR-Validator/release-note.md new file mode 100644 index 0000000000000000000000000000000000000000..3556288a54ef9aa184fa41320f0243aded2691ac --- /dev/null +++ b/EPD-ADR-Validator/release-note.md @@ -0,0 +1,39 @@ +--- +title: Release note +subtitle: ADR Validator +author: Youn Cadoret +function: Developer +date: 02/06/2019 +toolversion: 1.2 +version: 1.0 +status: To be reviewed +reference: KER1-RNO-IHE-ADR_VALIDATOR +customer: IHE-EUROPE +--- + +# R2 +_Release date: 2019-03-25 00:00:00.0 _ + +__Remarks__ + + +__Bug__ + +* \[[CHADR-15](https://gazelle.ihe.net/jira/browse/CHADR-15)\] ADR request from Webservice Tester uses anyURI instead of string for subject-id-qualifier + +__Improvement__ + +* \[[CHADR-16](https://gazelle.ihe.net/jira/browse/CHADR-16)\] Update ADR Schematrons + + +# R1 +_Release date: 2017-06-09 00:00:00.0 _ + +__Remarks__ + + +__Task__ + +* \[[CHADR-2](https://gazelle.ihe.net/jira/browse/CHADR-2)\] Create schematrons for ADR messages +* \[[CHADR-3](https://gazelle.ihe.net/jira/browse/CHADR-3)\] Create sample data for testing ADR schematrons +* \[[CHADR-10](https://gazelle.ihe.net/jira/browse/CHADR-10)\] Create junit tests for ADR schematrons