From b9e6656c1400f86723f355e2054f1e148204a11f Mon Sep 17 00:00:00 2001
From: fde <franck.desaize@kereval.com>
Date: Thu, 25 Mar 2021 11:04:53 +0100
Subject: [PATCH] Release EVSClient 5-13-0

---
 EVS-Client/installation.md |  3 ++-
 EVS-Client/release-note.md | 27 ++++++++++++++++++++++++---
 EVS-Client/user.md         | 10 ++++++++++
 3 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/EVS-Client/installation.md b/EVS-Client/installation.md
index 845e8b6..dfd5b50 100644
--- a/EVS-Client/installation.md
+++ b/EVS-Client/installation.md
@@ -4,7 +4,7 @@ subtitle: EVS Client
 author: Eric Poiseau
 function: IHE Europe Technical Project Manager
 date: 10/12/2019
-toolversion: 5.12.x
+toolversion: 5.13.x
 version: 1.03
 status: Approved document
 reference: KER1-MAN-IHE-EVS_CLIENT_INSTALLATION-1_03
@@ -131,6 +131,7 @@ The table below summarizes the preferences which are used by the tool along with
 | cas\_enabled                                 | false                                                   | Indicates authentication mechanism to use                                                    |
 | cas\_url                                     | Not defined                                             | URL of the CAS service                                                                       |
 | cda\_repository                              | /opt/EVSClient\_prod/validatedObjects/CDA               | Where to store CDA documents                                                                 |
+| check\_CDA\_PIDs\_script\_localization           | http://localhost/ruleScript.js                          | URL where the script with different CDA rules are stored                                     |
 | dicom\_repository                            | /opt/EVSClient\_prod/validatedObjects/DICOM             | Where to store DICOM files                                                                   |
 | dicom\_scp\_screener\_xsl                    | dicom/TestDicomResults.xsl                              | XSL used to display Dicom SCP Screener results                                               |
 | display\_SCHEMATRON\_menu                    | false                                                   | Indicates if we need a link to the list of schematrons for download                          |
diff --git a/EVS-Client/release-note.md b/EVS-Client/release-note.md
index 730a3d6..46dda2c 100644
--- a/EVS-Client/release-note.md
+++ b/EVS-Client/release-note.md
@@ -1,14 +1,35 @@
 ---
 title: Release note
 subtitle: EVS Client
-toolversion: 5.12.5
-date: 2021-02-01
-author: Anne-Gaëlle BERGE
+toolversion: 5.13.0
+date: 2021-03-24
+author: Franck Desaize
 function: Software Engineer
 customer: IHE Europe
 reference: KER1-RNO-IHE-EVS_CLIENT
 ---
 
+# 5.13.0 
+_Release date: 2021-03-24_
+
+__Remarks__
+
+Add function to export as CSV validation of last month. 
+
+__Epic__
+* \[[EVSCLT-849](https://gazelle.ihe.net/jira/browse/EVSCLT-849)\] EVS validation data export
+
+__Story__
+* \[[EVSCLT-853](https://gazelle.ihe.net/jira/browse/EVSCLT-853)\] Retrieve validation data CSV of last month
+
+__Task__
+* \[[EVSCLT-850](https://gazelle.ihe.net/jira/browse/EVSCLT-850)\] Validations data model and application
+* \[[EVSCLT-851](https://gazelle.ihe.net/jira/browse/EVSCLT-851)\] Validation data DB query to rebuild data
+* \[[EVSCLT-852](https://gazelle.ihe.net/jira/browse/EVSCLT-852)\] Validation data CSV Presenter
+
+__Improvement__
+* \[[EVSCLT-846](https://gazelle.ihe.net/jira/browse/EVSCLT-846)\] Update cas configuration to use a dedicated property file
+
 # 5.12.5
 _Release date: 2021-02-01_
 
diff --git a/EVS-Client/user.md b/EVS-Client/user.md
index 78cd152..f7f4abf 100755
--- a/EVS-Client/user.md
+++ b/EVS-Client/user.md
@@ -142,6 +142,7 @@ Among the add-ons
 * Cross validation
 * DicomSCP Screener
 * Message Content Analyzer
+* Statistic
 
 ## Download schematrons
 Schematrons section allows the user to download the schematrons which are used to validate XML files. Those schematrons are sorted according to the type of objects they validate.
@@ -171,6 +172,15 @@ You can click on each part of the tree or in the table to display the contain. Y
 You can click on the green arrow or validate part (I'm lucky validation can directly send you to the result valitation of your part)
 After you click on the refresh button, the validation permanent link is added to the table and the validation result is displayed in the tree.
 
+
+## Statistics 
+
+![](./media/user-manual//Statistics.png)
+The statistic page displays statistics at a very high level. If you want to consult more precise statistics, follow the link available for each 
+kind of validation. 
+
+Logged **as admin**, it's possible to download last month validation results by using the button "get previous month". // add CSV
+
 # Rest services offered by the application
 
 ## Accessing the version of the deployed application
-- 
GitLab