From 14e2b27b7e5a8294eb9967cb8558051b86627c9e Mon Sep 17 00:00:00 2001 From: x-rodubou <romuald.dubourg@kereval.com> Date: Thu, 8 Feb 2024 16:39:17 +0100 Subject: [PATCH] [Update] Release 1.2.1 Hl7-Simulators --- Gazelle-HL7V2-Simulators/release-notes.md | 13 +++++++++++++ Gazelle-HL7V2-Simulators/user.md | 7 +++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Gazelle-HL7V2-Simulators/release-notes.md b/Gazelle-HL7V2-Simulators/release-notes.md index 3d489a9..b3284dc 100644 --- a/Gazelle-HL7V2-Simulators/release-notes.md +++ b/Gazelle-HL7V2-Simulators/release-notes.md @@ -25,3 +25,16 @@ _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 diff --git a/Gazelle-HL7V2-Simulators/user.md b/Gazelle-HL7V2-Simulators/user.md index 0e9535b..8a708a6 100755 --- a/Gazelle-HL7V2-Simulators/user.md +++ b/Gazelle-HL7V2-Simulators/user.md @@ -95,10 +95,9 @@ It will display the list of Preference : All Preference available are gathered in the tool. You can either create, edit or delete one. -Preferences enable to custom the working of the application there are 5 things that can be custom. +Preferences enable to custom the working of the application there are 4 things that can be custom. Endpoint_Validator: The validation Endpoint to define which HL7 validator should be used. UTF8_Manager_Name, UTF8_Manager_Host, UTF8_Manager_Application, UTF8_Manager_Facility, UTF8_Manager_Port :The configuration of the UTF-8 manager - I88591_Manager_Name, I88591_Manager_Host, I88591_Manager_Application, I88591_Manager_Facility, I88591_Manager_Port :The configuration of the 8859-1 manager I885915_Manager_Name, I885915_Manager_Host, I885915_Manager_Application, I885915_Manager_Facility, I885915_Manager_Port :The configuration of the 8859-15 manager Creator_Name, Creator_Host ,Creator_Application , Creator_Port:The configuration of the creator @@ -127,11 +126,11 @@ Once the message is sent the message history print messages who have been sent a ## Managers -There is a manager for each charsets UTF-8, 8859-1 et 8859-15. +There is a manager for each charsets: UTF-8 and 8859-15. Managers are easier to use because it's just a server that can be started/stopped. For replying ZAM managers must have all required ZAM templates. See TEMPLATE section for details. For replying ZAM managers should also have the configuration SUT defined of the sender. Else managers cannot know where to send ZAM ( because ACK with HAPI is automatic). -For starting servers managers just go to the Manager GUI and press the start button. +For starting servers managers go to the Manager GUI and press the start button. Once servers are started they will try to parse every incoming messages and reply ACK/NACK AND corresponding ZAM. ## Default Import -- GitLab