From 8b870d62d5c8b24d170b5e79579969cc3f79c481 Mon Sep 17 00:00:00 2001 From: x-PiVANHO <pvm@kereval.com> Date: Tue, 9 Apr 2024 09:53:28 +0200 Subject: [PATCH] Updated documentation for hl7v2 simulators --- Gazelle-HL7V2-Simulators/installation.md | 13 +++++++++- Gazelle-HL7V2-Simulators/release-notes.md | 31 ++++++++++++----------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/Gazelle-HL7V2-Simulators/installation.md b/Gazelle-HL7V2-Simulators/installation.md index 94222a2..cd06ab4 100755 --- a/Gazelle-HL7V2-Simulators/installation.md +++ b/Gazelle-HL7V2-Simulators/installation.md @@ -23,7 +23,18 @@ Here is a guide to help you install the Hl7-Simulator. ## Installation First you should pull the project from: https://gitlab.inria.fr/gazelle/specific-tools/ans/ans-hl7v2-simulators.git -then you can use quarkus with : + +Before compiling the source code, you have to create 3 repositories : + +```sh +mkdir -p /opt/ans-hl7v2-simulators/templates/CDA +mkdir -p /opt/ans-hl7v2-simulators/templates/ZAM +mkdir -p /opt/ans-hl7v2-simulators/JDV +``` + +These repositories will contain the templates and be linked with your container, so if they do not exist your application will not work as expected. + +Then you can use quarkus with : `` mvn clean package cd ans-hl7v2-simulators-ui diff --git a/Gazelle-HL7V2-Simulators/release-notes.md b/Gazelle-HL7V2-Simulators/release-notes.md index b3284dc..fef72a5 100644 --- a/Gazelle-HL7V2-Simulators/release-notes.md +++ b/Gazelle-HL7V2-Simulators/release-notes.md @@ -8,6 +8,21 @@ function: Software Engineer customer: ANS --- +# HL7Simulators - 1.3.0 +_Release date: 2024-04-09_ + +__IT Help__ +* \[[HLVSIM-44](https://gazelle.ihe.net/jira/browse/HLVSIM-44)\] MAJ Simulateur HL7V2 + +# HL7Simulators 1.2.1 +_Release date: 2024-02-08_ + +__Improvement__ +* \[[HLVSIM-42](https://gazelle.ihe.net/jira/browse/HLVSIM-42)\] Modification IHM + +Remove ISO8859-1 ser ver and configuration +Remove serverside colum for SUTConfiguration + # HL7Simulators 1.2.0 _Release date: 2024-01-30_ @@ -23,18 +38,4 @@ __Bug__ _Release date: 2023-7-11_ __Story__ -* \[[HLVSIM-1](https://gazelle.ihe.net/jira/browse/HLVSIM-1)\] Create Hl7V2 Simulators - - - -_Release date: $versionObj.releaseDate_ -# 1.2.1 - -https://gazelle.ihe.net/jira/projects/HLVSIM/issues/HLVSIM-42?filter=allopenissues - -Remove ISO8859-1 ser ver and configuration -Remove serverside colum for SUTConfiguration - -# Dependencies - -# Remarks +* \[[HLVSIM-1](https://gazelle.ihe.net/jira/browse/HLVSIM-1)\] Create Hl7V2 Simulators \ No newline at end of file -- GitLab