From 5802e93bc9e2ede5a9f03114c1a3050f4ce467c1 Mon Sep 17 00:00:00 2001
From: nbailliet <nbt@kereval.com>
Date: Tue, 5 Dec 2023 10:36:41 +0100
Subject: [PATCH] Fix Datamatrix documentation

---
 Datamatrix/installation.md | 94 --------------------------------------
 Datamatrix/release-note.md |  2 +-
 Datamatrix/user.md         |  8 ++--
 EVS-Client/installation.md |  2 +-
 Patient-Manager/user.md    | 48 +++++++++----------
 Patient-Manager/user.md~   |  0
 6 files changed, 29 insertions(+), 125 deletions(-)
 create mode 100755 Patient-Manager/user.md~

diff --git a/Datamatrix/installation.md b/Datamatrix/installation.md
index 68b5679..d4eef60 100755
--- a/Datamatrix/installation.md
+++ b/Datamatrix/installation.md
@@ -10,97 +10,3 @@ status: Approved
 reference: KER1-MAN-ANS-DATAMATRIX_INSTALLATION
 customer: ANS
 ---
-
-# Installation process for autethenticator-simulator
-
-## Sources & binaries
-
-Authentication Simulator is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://svn.ihe-europe.net/gazelle/Maven/simulators/authentication-simulator/](https://svn.ihe-europe.net/gazelle/Maven/simulators/authentication-simulator/).
-
-The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear) (search for **authentication-simulator-X.X.X.ear**) for Authentication Simulator and [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~idp-adapter-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~idp-adapte-ear) (search for **idp-adapte-X.X.X.ear**) for the IDP Adapter.
-
-If you need for any reason a more recent version (hotfix, experimental feature...), the public packaged application of our development trunk can be found at [https://gazelle.ihe.net/jenkins/job/authentication-simulator/ws/authentication-simulator-ear/target/authentication-simulator.ear](https://gazelle.ihe.net/jenkins/job/authentication-simulator/ws/authentication-simulator-ear/target/authentication-simulator.ear). This package can be unstable. The IDP Adapter ear can be found in the same directory.
-
-## Installation
-
-If you are installing a Gazelle tool for the first time in your environment, make sure to read carefully the [general considerations for JBoss7](/gazelle-documentation/General/jboss7.html)
-
-### Database creation
-
-Your database must have a user **gazelle** :
-
-1. Connect to your database
-
-```bash
-psql -U gazelle
-```
-
-1. Execute the SQL statement to create the database.
-
-```sql
-CREATE DATABASE "authentication-simulator" OWNER gazelle ENCODING 'UTF8' ;
-```
-
-### Deployment
-
-To deploy Authentication :
-
-1. Download the ear file from our Nexus repository
-
-1. Paste the archive **authentication-simulator.ear** in the JBoss deployment directory `${JBOSS7\_HOME}/standalone/deployments/`
-
-1. Display JBoss server logs, start JBoss and wait for **ear** deployment.
-
-1. The application can be browsed at [http://yourserver/authentication-simulator](http://yourserver/authentication-simulator)
-_Port could also be different whether you have modified the JBoss server configurations or not._
-
-Authentication Simulator needs an another ear to parse the shibboleth logs. This ear does not need a database, just put the ear in a jboss. This ear needs to be installed in the same machine as Shibboleth IDP but not necessarily in the same machine as Authentication Simulator.
-
-### Application configuration
-
-1. Download the SQL scripts archive from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear) (search for **authentication-simulator-X.X.X-sql.zip**)
-
-1. Unzip the archive
-
-1. Edit the application_url value in init.sql. You might also want to edit application_works_without_cas and the idp_adapter_wsdl_endpoint configurations.
-
-1. From the bash, update the application configuration by running :
-
-```bash
-psql -U gazelle authentication-simulator < init.sql
-```
-
-# Installation process for ch-idp-renewal
-
-## Sources & binaries
-
-`ch-idp-renewal` is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Gitlab at [https://gitlab.inria.fr/gazelle/specific-tools/epr/idp-renewal/](https://gitlab.inria.fr/gazelle/specific-tools/epr/idp-renewal).
-
-The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~ch-idp-renewal](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~ch-idp-renewal) (search for **ch-idp-renewal-X.X.X.war**)
-
-## Installation
-
-If you are installing a Gazelle tool for the first time in your environment, make sure to read carefully the [general considerations for Wildfly26](/gazelle-documentation/General/wildfly26.html)
-
-### Configuration
-
-In the saml metadata file of the SUT (by default in /opt/shibboleth-idp/metadata/), add the following AssertionConsumerService:
-
-```xml
-<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://sp-clone.ihe-europe.net/Shibboleth.sso/SAML2/ECP" index="3"/>
-```
-
-In the same file, in the `<SPSSODescriptor>` element, change the `AuthnRequestsSigned` to **false** instead of **true** if present.
-
-### Deployment
-
-To deploy Authentication :
-
-1. Download the war file from our Nexus repository
-
-1. Paste the archive **ch-idp-renewal-X.X.X.war** in the JBoss deployment directory `${WILDFLY26\_HOME}/standalone/deployments/`
-
-1. Display JBoss server logs, start JBoss and wait for **war** deployment.
-
-1. The application can be browsed at [http(s)://yourServer/ch-idp-renewal/ws-trust?wsdl](http(s)://yourServer/ch-idp-renewal/ws-trust?wsdl)
-_Port could also be different whether you have modified the Wildfly server configurations or not._
diff --git a/Datamatrix/release-note.md b/Datamatrix/release-note.md
index e4fe9b5..d6a3b1e 100755
--- a/Datamatrix/release-note.md
+++ b/Datamatrix/release-note.md
@@ -12,5 +12,5 @@ reference: KER1-RNO-ANS-DATAMATRIX
 _Release date: 2023-10-24_
 
 __Task__
-* \[[DATAMATRIX-1](https://gazelle.ihe.net/jira/browse/DATAMATRIX-1)\] IHE improvement
+* \[[DATAMATRIX-1](https://gazelle.ihe.net/jira/browse/DATAMATRIX-1)\] IHM improvement - Size text area, Version number, user manual
 * \[[DATAMATRIX-2](https://gazelle.ihe.net/jira/browse/DATAMATRIX-2)\] C40 encoding and broken link
\ No newline at end of file
diff --git a/Datamatrix/user.md b/Datamatrix/user.md
index 90ce4a9..8327aa3 100755
--- a/Datamatrix/user.md
+++ b/Datamatrix/user.md
@@ -7,8 +7,6 @@ releasedate: 2023-10-24
 toolversion: 1.X.X
 version: 1.02
 status: Draft
-reference: KER1-MAN-IHE-AUTHENTICATION_SIMULATOR_USER
-customer: eHealth Suisse
----
-
-The documentation is available directly on the tool : [https://ehealthsuisse.ihe-europe.net/authentication-simulator/home.seam](https://ehealthsuisse.ihe-europe.net/authentication-simulator/home.seam)
+reference: KER1-MAN-ANS-DATAMATRIX_USER
+customer: ANS
+---
\ No newline at end of file
diff --git a/EVS-Client/installation.md b/EVS-Client/installation.md
index 7a148a1..cabb032 100755
--- a/EVS-Client/installation.md
+++ b/EVS-Client/installation.md
@@ -84,7 +84,7 @@ If any of these variables is set, the corresponding preference in `preferences.p
 Since version **6.3.0**, EVSClient can register itself as a client of a SSO server. This is done by giving some environment variables to the application.
 
 | **Variable name**    | **Description**                                                     | **Example of value**                |
-|----------------------|---------------------------------------------------------------------|-------------------------------------|
+|-----------------https://svn.ihe-europe.net/gazelle/validators/xds/xds-model-----|---------------------------------------------------------------------|-------------------------------------|
 | GZL_EVSCLIENT_K8S_ID | Describes the instance ID and the replica ID of the application.    |  gazelle-evsclient-6dfeeb5595-tl29k |
 
 [WARNING] There are additional required variables for registration of the proxy to the SSO server. Please refer to the
diff --git a/Patient-Manager/user.md b/Patient-Manager/user.md
index 41cb8bb..7875ec1 100755
--- a/Patient-Manager/user.md
+++ b/Patient-Manager/user.md
@@ -643,30 +643,30 @@ The Patient Manager is able to act as a Patient Demographics Supplier for the Pa
 
 The table below gathers the parameters the simulator is able to map to its database to perform the query and send back the batch of corresponding patients. Note that when several parameters are provided, the AND operator is used to build the database query; the "\*" wildcard is supported to substitute zero or more characters. The returned patients are those owned by the Patient Demographic Supplier actor. To consult the list of available patients, see [*https://gazelle.ihe.net/PatientManager/patient/allPatients.seam?actor=PDS*](https://gazelle.ihe.net/PatientManager/patient/allPatients.seam?actor=PDS) . Note that only the subset of active patients is queried.
 
-| **HL7 FIELD ** | ** ELEMENT NAME**                                                    |  **JAVA OBJECT / ATTRIBUTE (indicative)**  | ** SQL CLAUSE **                                      | ** EXTRA INFO**                |
-|----------------|----------------------------------------------------------------------|--------------------------------------------|-------------------------------------------------------|--------------------------------|
-| **PID.3**      | Patient Identifier List                                              | patient.patientIdentifiers                 | like (ignores case)                                   | also filter according to QPD-8 |
-| **PID.3.1**    | Patient Identifier List (ID Number)                                  | patientIdentifer.fullPatientId             | like (ignores case), MatchMode = START                |                                |
-| **PID.3.4.1**  | Patient Identifier List (Assigning Authority - namespace ID)         |  patientIdentifier.domain.namespaceID      | domain namespaceID like (ignores case)                |                                |
-| **PID.3.4.2**  | Patient Identifier List (Assigning Authority - universal ID)         | patientIdentifier.domain.universalID       |  domain universal ID like (ignores case)              |                                |
-| **PID.3.4.3**  | Patient Identifier List (Assigning Authority - universal ID Type)    |  patietnIdentifier.domain.universalIDType  |  domain universal ID type  like (ignores case)        |                                |
-| **PID.3.5**    | Patient Identifier List (Identifier Type Code)                       | patientIdentifier.identifierTypeCode       | like (ignores case)                                   |                                |
-| **PID.5.1.1 ** | Patient Name (family name/surname)                                   | patient.lastName                           | like (ignores case)                                   |                                |
-| **PID.5.2**    | Patient Name (given name)                                            | patient.firstName                          | like (ignores case)                                   |                                |
-| **PID.7.1**    | Date/Time of Birth                                                   | patient.dateOfBirth                        | between 'date 0:00 am' to 'date 11:59 pm'             | date format : yyyyMMddHHmmss   |
-| **PID.8**      | Administrative Sex                                                   | patient.genderCode                         | equals                                                | Gender code (F, M ...)         |
-| **PID.11.1**   | Patient Address (Street)                                             | patient.street                             | like (ignores case)                                   |                                |
-| **PID.11.3**   | Patient Address (City)                                               | patient.city                               | like (ignores case)                                   |                                |
-| **PID.11.4**   | Patient Address (State)                                              | patient.state                              | like (ignores case)                                   |                                |
-| **PID.11.5**   | Patient Address (Zip Code)                                           | patient.zipCode                            | like (ignores case)                                   |                                |
-| **PID.11.6**   | Patient Address (Country Code)                                       | patient.countryCode                        | like (ignores case)                                   | iso3                           |
-| **PID.18**     | Patient Account Number                                               | patient.accountNumber                      | like (ignores case)                                   |                                |
-| **PID.18.1**   | Patient Account Number  (ID Number)                                  | patient.accountNumber                      | like (ignores case), MatchMode = START                |                                |
-| **PID.18.4.1** | Patient Account Number  (Assigning Authority - namespace ID)         | patient.accountNumber                      |  like (ignores case) %^^^value, MatchMode = START     |                                |
-| **PID.18.4.2** | Patient Account Number  (Assigning Authority - universal ID)         | patient.accountNumber                      | like (ignores case) %^^^%&value, MatchMode = START    |                                |
-| **PID.18.4.3** | Patient Account Number  (Assigning Authority - universal ID Type)    | patient.accountNumber                      |  like (ignores case) %^^^%&%&value, MatchMode = START |                                |
-| **PID.6.1.1**  | Mother's maiden name (last name)                                     | patient.mothersMaidenName                  | like (ignores case)                                   |                                |
-| **PID.13.9**   | Phone Number - Home (any text)                                       | patient.phoneNumber                        | like (ignores case)                                   |                                |
+| **HL7 FIELD **     | ** ELEMENT NAME**                                                    |  **JAVA OBJECT / ATTRIBUTE (indicative)**  | ** SQL CLAUSE **                                      | ** EXTRA INFO**                |
+|--------------------|----------------------------------------------------------------------|--------------------------------------------|-------------------------------------------------------|--------------------------------|
+| **PID.3**          | Patient Identifier List                                              | patient.patientIdentifiers                 | like (ignores case)                                   | also filter according to QPD-8 |
+| **PID.3.1**        | Patient Identifier List (ID Number)                                  | patientIdentifer.fullPatientId             | like (ignores case), MatchMode = START                |                                |
+| **PID.3.4.1**      | Patient Identifier List (Assigning Authority - namespace ID)         |  patientIdentifier.domain.namespaceID      | domain namespaceID like (ignores case)                |                                |
+| **PID.3.4.2**      | Patient Identifier List (Assigning Authority - universal ID)         | patientIdentifier.domain.universalID       |  domain universal ID like (ignores case)              |                                |
+| **PID.3.4.3**      | Patient Identifier List (Assigning Authority - universal ID Type)    |  patietnIdentifier.domain.universalIDType  |  domain universal ID type  like (ignores case)        |                                |
+| **PID.3.5**        | Patient Identifier List (Identifier Type Code)                       | patientIdentifier.identifierTypeCode       | like (ignores case)                                   |                                |
+| **PID.5.1.1 **     | Patient Name (family name/surname)                                   | patient.lastName                           | like (ignores case)                                   |                                |
+| **PID.5.2**        | Patient Name (given name)                                            | patient.firstName                          | like (ignores case)                                   |                                |
+| **PID.7.1**        | Date/Time of Birth                                                   | patient.dateOfBirth                        | between 'date 0:00 am' to 'date 11:59 pm'             | date format : yyyyMMddHHmmss   |
+| **PID.8**          | Administrative Sex                                                   | patient.genderCode                         | equals                                                | Gender code (F, M ...)         |
+| **PID.11.1**       | Patient Address (Street)                                             | patient.street                             | like (ignores case)                                   |                                |
+| **PID.11.3**       | Patient Address (City)                                               | patient.city                               | like (ignores case)                                   |                                |
+| **PID.11.4**       | Patient Address (State)                                              | patient.state                              | like (ignores case)                                   |                                |
+| **PID.11.5**       | Patient Address (Zip Code)                                           | patient.zipCode                            | like (ignores case)                                   |                                |
+| **PID.11.6**       | Patient Address (Country Code)                                       | patient.countryCode                        | like (ignores case)                                   | iso3                           |
+| **PID.18**         | Patient Account Number                                               | patient.accountNumber                      | like (ignores case)                                   |                                |
+| **PID.18.1**       | Patient Account Number  (ID Number)                                  | patient.accountNumber                      | like (ignores case), MatchMode = START                |                                |
+| **PID.18.4.1**     | Patient Account Number  (Assigning Authority - namespace ID)         | patient.accountNumber                      |  like (ignores case) %^^^value, MatchMode = START     |                                |
+| **PID.18.4.2**     | Patient Account Number  (Assigning Authority - universal ID)         | patient.accountNumber                      | like (ignores case) %^^^%&value, MatchMode = START    |                                |
+| **PID.18.4.3**     | Patient Account Number  (Assigning Authority - universal ID Type)    | patient.accountNumber                      |  like (ignores case) %^^^%&%&value, MatchMode = START |                                |
+| **PID.6.1.1**      | Mother's maiden name (last name)                                     | patient.mothersMaidenName                  | like (ignores case)                                   |                                |
+| **PID.13.9**       | Phone Number - Home (any text)                                       | patient.phoneNumber                        | like (ignores case)                                   |                                |
 
 Table 1 PDQ - PDS - ITI-21 query parameters
 
diff --git a/Patient-Manager/user.md~ b/Patient-Manager/user.md~
new file mode 100755
index 0000000..e69de29
-- 
GitLab