diff --git a/Assertion-Manager/installation.md b/Assertion-Manager/installation.md index 8ca44243996dd9d1efa1bcd21ad45fff852e53e7..180b08edb15d34da0b8baee3b309382e5bd4a64f 100755 --- a/Assertion-Manager/installation.md +++ b/Assertion-Manager/installation.md @@ -3,8 +3,8 @@ title: Installation Manual subtitle: Assertion Manager author: Jean-Francois LABBE function: Engineer -date: 17/01/2023 -toolversion: 4.2.x +date: 06/02/2024 +toolversion: 5.X.X version: 1.02 status: draft reference: KER1-MAN-IHE-ASSERTION\_MANAGER\_INSTALLATION-1\_02 diff --git a/Assertion-Manager/user.md b/Assertion-Manager/user.md index 99038446b93fb4316c3dbae689c5f9248f7bdd68..3656282ef3b45bbfb07fee575f06675ad715dab1 100755 --- a/Assertion-Manager/user.md +++ b/Assertion-Manager/user.md @@ -3,8 +3,8 @@ title: User Manual subtitle: Assertion Manager author: Anne-Gaëlle BERGE function: Engineer -date: 17/01/2023 -toolversion: 4.2.x +date: 06/02/2024 +toolversion: 5.X.X version: 1.02 status: Approved reference: KER1-MAN-IHE-ASSERTION_MANAGER_USER-1_02 diff --git a/Demographic-Data-Server/installation.md b/Demographic-Data-Server/installation.md index 1946449517703c16d1b34fa43832dbb80ce55797..c1b276bca7188b92d272ba73e111cb944c06c536 100755 --- a/Demographic-Data-Server/installation.md +++ b/Demographic-Data-Server/installation.md @@ -2,8 +2,8 @@ title: Installation Manual subtitle: Demographic Data Server author: Maxime ARIF -date: 19/01/2022 -toolversion: 4.3.x +date: 05/02/2024 +toolversion: 4.X.X function: Engineer version: 1.02 status: Approved diff --git a/Demographic-Data-Server/user.md b/Demographic-Data-Server/user.md index d46de4b31caff1ecd99416c0c79ff635448bd2b0..b32359609a11c9f5f408baa105ea81034753e01c 100755 --- a/Demographic-Data-Server/user.md +++ b/Demographic-Data-Server/user.md @@ -3,8 +3,8 @@ title: User Manual subtitle: Demographic Data Server author: Anne-Gaëlle Bergé function: Engineer -date: 19/01/2022 -toolversion: 4.3.x +date: 05/02/2024 +toolversion: 4.X.X version: 1.03 status: Approved document reference: KER1-MAN-IHE-DDS_USER-1_03 diff --git a/ELM Fhir Simulator/Makefile b/ELM Fhir Simulator/Makefile new file mode 100755 index 0000000000000000000000000000000000000000..cbbc56c706e2a9d7c1b43999f7199c4c956757ea --- /dev/null +++ b/ELM Fhir Simulator/Makefile @@ -0,0 +1,3 @@ +SHELL := /bin/bash + +include ../Makefile.generic diff --git a/ELM Fhir Simulator/release-note.md b/ELM Fhir Simulator/release-note.md new file mode 100755 index 0000000000000000000000000000000000000000..921d70b9a351111899b5f8e95fb2f7dd6316de13 --- /dev/null +++ b/ELM Fhir Simulator/release-note.md @@ -0,0 +1,26 @@ +#--- +#title: Release note +#subtitle: ELM FHIR Simulator +#toolversion: 1.0.0 +#releasedate: 2024-08-09 +#authors: Achraf ACHKARI-BEGDOURI / Alexandre POCINHO +#function: Software Engineer +#customer: Switzerland Minister of Heath +#reference: +#--- + +# 1.0.0 +_Release date: 2024-08-09_ + +__Epic__ +* \[[CHELM-1](https://gazelle.ihe.net/jira/browse/CHELM-1)\] Implement CH:ELM Simulator Server + +__Story__ +* \[[CHELM-3](https://gazelle.ihe.net/jira/browse/CHELM-3)\] Implement Send Report +* \[[CHELM-5](https://gazelle.ihe.net/jira/browse/CHELM-5)\] Implement Read +* \[[CHELM-6](https://gazelle.ihe.net/jira/browse/CHELM-6)\] Implement Search + +__Task__ +* \[[CHELM-7](https://gazelle.ihe.net/jira/browse/CHELM-7)\] Documentation for CH: ELM Server Simulator + + diff --git a/ELM Fhir Simulator/user.md b/ELM Fhir Simulator/user.md new file mode 100644 index 0000000000000000000000000000000000000000..a62801c5ec9dc4fa3cb4a71a63ce98e4a238bad8 --- /dev/null +++ b/ELM Fhir Simulator/user.md @@ -0,0 +1,126 @@ +--- +title: User Manual +subtitle: ELM Fhir Simulator +author: Alexandre POCINHO +releasedate: 2024-08-06 +toolversion: 1.0.0 +function: Engineer +version: 0.1 +status: draft +--- + +# ELM Fhir Simulator + +## Description + +The ELM FHIR Simulator acts like a server to return queried resources. +It have a validation process to check if the Body is compliant regarding the IHE specification. + + +## Prerequisite + +Before deploying the project the system MUST have: + +- a deployed Gazelle Datahouse application: <https://gitlab.inria.fr/gazelle/private/kereval/gazelle-datahouse> +- a `index_configs.json` file in `/opt/datahouse` with the following content + +```json +[ + { + "name": "type", + "itemType": "FHIR_DOCUMENT_REFERENCE", + "fieldType": "STRING", + "fullName": "type", + "value": "{\"type\": 1}" + }, + { + "name": "date", + "itemType": "FHIR_DOCUMENT_REFERENCE", + "fieldType": "DATE", + "fullName": "date", + "value": "{\"date\": 1}" + }, + { + "name": "last_updated", + "itemType": "FHIR_DOCUMENT_REFERENCE", + "fieldType": "DATE", + "fullName": "content.meta.lastUpdated", + "value": "{\"meta.lastUpdated\": 1}" + }, + { + "name": "identifier_system", + "itemType": "FHIR_DOCUMENT_REFERENCE", + "fieldType": "STRING", + "fullName": "content.identifier.system", + "value": "{\"identifier.system\": 1}" + }, + { + "name": "identifier_value", + "itemType": "FHIR_DOCUMENT_REFERENCE", + "fieldType": "STRING", + "fullName": "content.identifier.value", + "value": "{\"identifier.value\": 1}" + }, + { + "name": "elm_status_value", + "itemType": "FHIR_DOCUMENT_REFERENCE", + "fieldType": "STRING", + "fullName": "content.extension.extension.valueCode", + "value": "{\"extension.extension.valueCode\": 1}" + } +] +``` + +- a deployed Matchbox application: <https://github.com/ahdis/matchbox> with CH-ELM IG imported and a set up EVSClient application to manage Matchbox validation for ch-elm + + +- having this parameter in system environment (or in .env in case of Docker deployment) + +```properties +elm.server.base.url=https://www.example.com/elm-simulator/fhir +elm.done.elapse.time.ms=10000 +datahouse.page.limit=1000 +elm.server.evs.endpoint=https://example.com/evs/rest/validations +elm.server.validation.enabled=true +fhir.validation.name=MatchboxV3 +elm.server.validation.profile.publish.documentReference=http://fhir.ch/ig/ch-elm/StructureDefinition/PublishDocumentReference|1.3.1 +``` + +| Property | Value | Remarks | +|:-----------:|:-----------:|:-----------:| +|elm.server.base.url|https://www.example.com/elm-simulator/fhir|The URL of the deployed application| +|elm.done.elapse.time.ms|10000|To simulate the processing in step 4, a timer in millisecond is set. After this specific delay Document elm-status will be automatically updated to "complete" status| +|datahouse.page.limit|10000|The page limit of datahouse, SHOULD always be superior to elm pagination| +|elm.server.evs.endpoint|https://example.com/evs/rest/validations| The URL of Gazelle EVS Client to send validation request| +|elm.server.validation.enabled|true| Activate the validation process, should always be true in production| +|fhir.validation.name|MatchboxV3| Name of the validation service set in evs| +|elm.server.validation.profile.publish.documentReference|http://fhir.ch/ig/ch-elm/StructureDefinition/PublishDocumentReference\|1.3.1|The canoncial URL of Validation Profile for CH:ELM publish docuementReference| + + + + +## CH-ELM API + +- [Specification](http://fhir.ch/ig/ch-elm/api.html) + +## Overview + +Here is a quick overview of the available functionality from MCSD Fhir Simulator + +| Operation | HTTP Methods | URL to call | Entry parameter | Returned value | Remarks| +|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:| +|Publish A DocumentReference|POST|https://example.com/elm-simulator/fhir/ch/DocumentReference|X|- If validation passed: The given DocumentReference with a 201 Created HTTP Code and elm-status=in-progress<br/>- If validation failed : a link to the validation report with an failed status|X| +|Get DocumentReference|GET|https://example.com/elm-simulator/fhir/ch/DocumentReference/{id}|id = id of the resource|The queried resource|X| +|Search DocumentReference|GET|https://example.com/elm-simulator/fhir/ch/DocumentReference?param1=value1[¶mN=valueN..]|elm-status = {completed \| in-progress \| failed} <br/><br/> date = {dateTime format} <br/> <br/> _lastUpdated = {dateTime format} <br/> <br/> identifier = {system\|value}|The queried resource with the given parameters|the params can also be used to sort the result with "_sort=", pagination is also supported with "_count=" parameter| + + + +Capability statement of the application can be found with : <https://example.com/elm-simulator/fhir/ch/metadata> + + + + + + + + diff --git a/EVS-Client/installation.md b/EVS-Client/installation.md index 200f04a8319f8a77f267a1501c2af1581bb56ef9..6f12fce00d62b490441cf957b7a2604f1908db67 100755 --- a/EVS-Client/installation.md +++ b/EVS-Client/installation.md @@ -3,8 +3,8 @@ title: Installation Manual (including rest api) subtitle: EVS Client author: Cédric Eoche-Duval function: Software Engineer at IHE Gazelle Team -date: 2023/12/08 -toolversion: 6.4.x +date: 2024/09/25 +toolversion: 7.X.x version: 2.01 status: Approved document reference: KER1-MAN-IHE-EVS_CLIENT_INSTALLATION-2_01 diff --git a/EVS-Client/release-note.md b/EVS-Client/release-note.md index 7b2bb2b4b243771b0cbc9184e0865c0f2151f855..6a6bbd0b5bd2de0360a2034c1a8dfa7f1593691d 100755 --- a/EVS-Client/release-note.md +++ b/EVS-Client/release-note.md @@ -1,13 +1,39 @@ --- title: Release note subtitle: EVS Client -toolversion: 7.0.4 -releasedate: 2024-02-06 +toolversion: 7.0.6 +releasedate: 2024-09-25 author: Cédric Eoche-Duval function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-EVS_CLIENT --- + +# 7.0.6 +_Release date: 2024-09-25_ + +__Bug__ +* \[[EVSCLT-1218](https://gazelle.ihe.net/jira/browse/EVSCLT-1218)\] Cross-validation - Bad validation status + +## Gazelle X Validator 3.0.1 + +__Bug__ +* \[[XVAL-171](https://gazelle.ihe.net/jira/browse/XVAL-171)\] Import fails when importing a cross validator with rules dealing with DateFormatType +* \[[XVAL-190](https://gazelle.ihe.net/jira/browse/XVAL-190)\] Bad validation status + +# 7.0.5 +_Release date: 2024-08-01_ + +## Message-Content-Analyzer 4.0.3 + +_Release date: 2024-08-01_ + +__Bug__ +* \[[MCA-133](https://gazelle.ihe.net/jira/browse/MCA-133)\] EVS/MCA "SAML-EPD rule" doesn't catch the saml:assertion + +__Task__ +* \[[MCA-134](https://gazelle.ihe.net/jira/browse/MCA-134)\] Analyseur de contenu : Icone Cross-validation grisée après cross validation + # 7.0.4 _Release date: 2024-06-25_ diff --git a/EVS-Client/user.md b/EVS-Client/user.md index b969c1f0e26d08290a482b7fdb97c8cd3fcb4c46..ad88c95b90aa39041e78b7f7b39378e4da043e6f 100755 --- a/EVS-Client/user.md +++ b/EVS-Client/user.md @@ -3,8 +3,8 @@ title: User Manual subtitle: EVS Client author: Cédric Eoche-Duval function: IHE Europe Technical Project Manager -date: 08/12/2023 -toolversion: 6.4.x +date: 25/09/2024 +toolversion: 7.X.x version: 1.04 status: Approved document reference: KER1-MAN-IHE-EVS_CLIENT_USER-1_04 diff --git a/FHIR-Simulator/release-note.md b/FHIR-Simulator/release-note.md index a433d07ef9ae100a35a23cc3c350db9e393b7164..282bd79fdc233a4f6410b41d9391a360cb8d43f9 100755 --- a/FHIR-Simulator/release-note.md +++ b/FHIR-Simulator/release-note.md @@ -8,7 +8,19 @@ #customer: IHE Europe #reference: #--- + +# 1.1.1 + +# All changes + +__Bug__ +* \[[FHIRSIMU-29](https://gazelle.ihe.net/jira/browse/FHIRSIMU-29)\] Double "/" in validation URL + + +# 1.1.0 + _Release date: 2024-06-21_ + # All changes __Story__ diff --git a/Gazelle-HL7-Validator/installation.md b/Gazelle-HL7-Validator/installation.md index 769df729c07be4dae74521a539ae1e6e0c11706e..32325591c321675aa9bd8f5454392e9b63aead2a 100755 --- a/Gazelle-HL7-Validator/installation.md +++ b/Gazelle-HL7-Validator/installation.md @@ -3,8 +3,8 @@ title: Installation Manual subtitle: Gazelle HL7 Validator author: Anne-Gaëlle Bergé function: Engineer -date: 18/04/2023 -toolVersion: 3.8.x +date: 07/08/2024 +toolVersion: 3.X.X version: 1.04 status: Approved document reference: KER1-MAN-IHE-GAZELLE_HL7_VALIDATOR_INSTALLATION-1_04 diff --git a/Gazelle-HL7-Validator/release-note.md b/Gazelle-HL7-Validator/release-note.md index e68c22319bac7cb5b700e6536ff7188533f5cbff..e3ee440848d9b2d91da3c4e9475eafac18cd6ac5 100755 --- a/Gazelle-HL7-Validator/release-note.md +++ b/Gazelle-HL7-Validator/release-note.md @@ -1,24 +1,31 @@ --- title: Release note subtitle: Gazelle HL7 Validator -toolversion: 3.9.1 -releasedate: 2024-02-15 +toolversion: 3.9.2 +releasedate: 2024-08-07 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-GAZELLE_HL7_VALIDATOR --- +# 3.9.2 + +_Release date: 2024-08-07_ + +__Bug__ +* \[[HLVAL-478](https://gazelle.ihe.net/jira/browse/HLVAL-478)\] [eHDSI HL7v3] - Identification Service Request validator doesn't allow for 'UN' code for livingSubjectAdministrativeGender + # 3.9.1 -_Release date: 2024-02-15 +_Release date: 2024-02-15_ __IT Help__ * \[[HLVAL-477](https://gazelle.ihe.net/jira/browse/HLVAL-477)\] Problem of access to profilesList.xhtml page # 3.9.0 -_Release date: 2024-02-06 +_Release date: 2024-02-06_ Context : Gazelle User Management Renovation step 2 diff --git a/Gazelle-HL7-Validator/user.md b/Gazelle-HL7-Validator/user.md index 91031f45aa5887b638c991cead87c793356a4bbb..785beaa44715d3d512fc73d94f9ce1695f4f519c 100755 --- a/Gazelle-HL7-Validator/user.md +++ b/Gazelle-HL7-Validator/user.md @@ -3,8 +3,8 @@ title: User Manual subtitle: Gazelle HL7 Validator author: Anne-Gaëlle Bergé function: Engineer -date: 18/04/2023 -toolversion: 3.8.x +date: 07/08/2024 +toolversion: 3.X.X version: 1.04 status: Approved document reference: KER1-MAN-IHE-GAZELLE_HL7_VALIDATOR_USER-1_04 diff --git a/Gazelle-Objects-Checker/release-note.md b/Gazelle-Objects-Checker/release-note.md index e62eb2ef68fd208d15fefc99849649f7759c95fd..3625369e0316b5ab96860a22e2e4fbd5d8e8e756 100755 --- a/Gazelle-Objects-Checker/release-note.md +++ b/Gazelle-Objects-Checker/release-note.md @@ -1,14 +1,23 @@ --- title: Release note subtitle: Gazelle Objects Checker -toolversion: 3.2.0 -releasedate: 2024-02-07 +toolversion: 3.2.2 +releasedate: 2024-10-01 author: Achraf ACHKARI-BEGDOURI function: Software engineer customer: IHE Europe reference: KER1-RNO-IHE-GOC --- + +# 3.2.2 + +_Release date: 2024-10-01_ + +__Bug__ +* \[[GOC-284](https://gazelle.ihe.net/jira/browse/GOC-284)\] XML Schema Definition (XSD) are outdated for ehdsi +* \[[GOC-285](https://gazelle.ihe.net/jira/browse/GOC-285)\] [eHDSI Substance Administration] Rule not verified by the validator + # 3.2.1 _Release date: 2024-02-09_ diff --git a/Gazelle-Security-Suite/installation.md b/Gazelle-Security-Suite/installation.md index d92e9c7637ba7c43949bf4aeec7daf9415062528..4a054d727e2cdb6e317a9744ec5194c0a2841504 100755 --- a/Gazelle-Security-Suite/installation.md +++ b/Gazelle-Security-Suite/installation.md @@ -3,7 +3,7 @@ title: Installation Manual subtitle: Gazelle Security Suite author: Cédric EOCHE-DUVAL function: Engineer -date: 15/09/2021 +date: 21/06/2024 toolversion: 7.1.x version: 2.01 status: Approved document diff --git a/Gazelle-Security-Suite/user.md b/Gazelle-Security-Suite/user.md index 4603570f5d008d317ad085c3899344fa50164cce..8ddffb7db3f9006a038aafebd0136b58f0d93531 100755 --- a/Gazelle-Security-Suite/user.md +++ b/Gazelle-Security-Suite/user.md @@ -3,7 +3,7 @@ title: User Manual subtitle: Gazelle Security Suite author: Cédric EOCHE-DUVAL function: Engineer -date: 15/09/2021 +date: 21/06/2024 toolversion: 7.1.x version: 1.03 status: Approved diff --git a/Gazelle-Webservice-Tester/installation.md b/Gazelle-Webservice-Tester/installation.md index 537f5db628f6f9fc19d9c7a16aa0317c23bcdcc5..c84eb51246933d6c17143ccea1725b63379342d0 100755 --- a/Gazelle-Webservice-Tester/installation.md +++ b/Gazelle-Webservice-Tester/installation.md @@ -3,7 +3,7 @@ title: Installation Manual subtitle: Gazelle Webservice Tester author: Malo TOUDIC function: Software developer -date: 2024-02-06 +date: 2024-02-22 toolversion: 2.0.1 version: 2.0.1 status: Approved document diff --git a/Gazelle-Webservice-Tester/user.md b/Gazelle-Webservice-Tester/user.md index d33ad5cfdc16bb88dd7a31e278df254161d0edd7..9dde4a7f5aece4c303cc7f28c1941ce94e9e57e7 100755 --- a/Gazelle-Webservice-Tester/user.md +++ b/Gazelle-Webservice-Tester/user.md @@ -3,7 +3,7 @@ title: User Manual subtitle: Gazelle Webservice Tester author: Malo TOUDIC function: Software developer -date: 05/03/2019 +date: 22/02/2024 toolversion: 2.0.x version: 1.02 status: Approved document diff --git a/IUA-Simulator/release-note.md b/IUA-Simulator/release-note.md index aac4d89a42d276f0333cb66a906a4a0bef2e9442..f2b624a32f8d6d919ced7ef48da2b4c26a4807cc 100644 --- a/IUA-Simulator/release-note.md +++ b/IUA-Simulator/release-note.md @@ -9,6 +9,29 @@ customer: IHE Europe reference: KER1-RNO-IHE-IUA-SIMULATOR --- # IUA Simulator + +# 1.0.2 +_Release date: 2024-09-12_ + +__Bogue__ +* \[[IUASIMU-19](https://gazelle.ihe.net/jira/browse/IUASIMU-19)\] [ITI-103] Add a Header parameter & 2 entries in the .well-known +* \[[IUASIMU-20](https://gazelle.ihe.net/jira/browse/IUASIMU-20)\] [Release] GitLab pipeline runners not able to reach docker image + +__Tâche__ +* \[[IUASIMU-17](https://gazelle.ihe.net/jira/browse/IUASIMU-17)\] Internalize scope handling in Keycloak +* \[[IUASIMU-18](https://gazelle.ihe.net/jira/browse/IUASIMU-18)\] Create a specific docker image for keycloak + +# 1.0.1 +_Release date: 2023-06-27 + + +__Sous-tâche__ +* \[[IUASIMU-8](https://gazelle.ihe.net/jira/browse/IUASIMU-8)\] Client filtering in realm +* \[[IUASIMU-9](https://gazelle.ihe.net/jira/browse/IUASIMU-9)\] Create the project IUA Authorization Server +* \[[IUASIMU-10](https://gazelle.ihe.net/jira/browse/IUASIMU-10)\] Create the project CH:IUA Authorization Server +* \[[IUASIMU-11](https://gazelle.ihe.net/jira/browse/IUASIMU-11)\] SAML Token security in Keycloak + +# 1.0.0 _Release date: 2023-04-20_ __Story__ diff --git a/Order-Manager/installation.md b/Order-Manager/installation.md index bae061f39c138c45f8c196f6894481a77e17a0f9..809f998f6c171b061c0194b5c27d64666c0af4c8 100755 --- a/Order-Manager/installation.md +++ b/Order-Manager/installation.md @@ -4,7 +4,7 @@ subtitle: Order Manager author: Anne-Gaëlle BERGE function: Engineer date: 24/05/2024 -toolversion: 6.0.x +toolversion: 6.X.X version: 1.02 status: Approved document reference: KER1-MAN-IHE-ORDER_MANAGER_INSTALLATION diff --git a/Order-Manager/user.md b/Order-Manager/user.md index 3dcbe1d849281ae310ca00510bf1ae38e7344848..35605877e6477547cd43e4c8da7c3c29c38ed228 100755 --- a/Order-Manager/user.md +++ b/Order-Manager/user.md @@ -4,7 +4,7 @@ subtitle: Order Manager author: Anne-Gaëlle BERGE function: Engineer date: 24/05/2024 -toolversion: 6.0.X +toolversion: 6.X.X version: 2.01 status: Draft document reference: KER1-MAN-IHE-ORDER_MANAGER_USER diff --git a/Patient-Manager/installation.md b/Patient-Manager/installation.md index 58fb517b0375c55210b32c994fe5255f27228e28..39d055858a9c503f321777c31b7bcc43c04ad869 100755 --- a/Patient-Manager/installation.md +++ b/Patient-Manager/installation.md @@ -2,8 +2,8 @@ title: Installation Manual subtitle: Patient Manager author: Anne-Gaëlle BERGE -releasedate: 2022-05-19 -toolversion: 9.16.X +releasedate: 2024-07-30 +toolversion: 10.X.X function: Engineer version: 1.07 status: Approved document diff --git a/Patient-Manager/release-note.md b/Patient-Manager/release-note.md index 40ece69657506044f694f92686b15f46b2d1d8f6..d74790fc332ded7e4ecb89e5a1015716e9b3d675 100755 --- a/Patient-Manager/release-note.md +++ b/Patient-Manager/release-note.md @@ -1,14 +1,24 @@ --- title: Release note subtitle: PatientManager -toolversion: 10.0.2 -releasedate: 2024-02-16 +toolversion: 10.0.3 +releasedate: 2024-07-30 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-PATIENT_MANAGER --- +# 10.0.3 +_Release date: 2024-07-30_ + +__Bug__ +* \[[PAM-781](https://gazelle.ihe.net/jira/browse/PAM-781)\] SUT's Assigning Authorities menu in Patient Manager is inaccessible + +__Improvement__ +* \[[PAM-782](https://gazelle.ihe.net/jira/browse/PAM-782)\] PDQm PDS and PIXm Manager fhir server URL must be linked to different application preferences + + # 10.0.2 _Release date: 2024-06-05_ diff --git a/Patient-Manager/user.md b/Patient-Manager/user.md index 7875ec1156ac5c1c6ab76d2f8b53aced57c785f9..472d6bf6bda13f042cbd335693a2d903e098f410 100755 --- a/Patient-Manager/user.md +++ b/Patient-Manager/user.md @@ -2,8 +2,8 @@ title: User Manual subtitle: Patient Manager author: Anne-Gaëlle BERGE -releasedate: 2022-05-19 -toolversion: 9.16.x +releasedate: 2024-07-30 +toolversion: 10.X.X function: Engineer version: 2.05 status: Approved document diff --git a/Patient-Manager/user.md~ b/Patient-Manager/user.md~ deleted file mode 100755 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/Patient-Registry/release-note.md b/Patient-Registry/release-note.md index 5e1842327a6e966b0956abe108097efeb80b2c5f..9a719ae790741d5f284c9cc60d66180341ef712f 100755 --- a/Patient-Registry/release-note.md +++ b/Patient-Registry/release-note.md @@ -9,14 +9,24 @@ customer: IHE Europe reference: KER1-RNO-IHE-PATIENT_MANAGER --- +# PIXm Connector 3.0.1 +_Release date: 2024-08-07_ + +__Bug__ +* \[[PATREG-225](https://gazelle.ihe.net/jira/browse/PATREG-225)\] [Pixm Connector] hard coded mandatory targetSystem + +__Improvement__ +* \[[PATREG-226](https://gazelle.ihe.net/jira/browse/PATREG-226)\] [Pixm Connector] Upgrade HAPI FHIR version to 7.2.2 + + # Patient Registry 2.2.1 _Release date: 2024-06-27_ + __Epic__ * \[[PATREG-224](https://gazelle.ihe.net/jira/browse/PATREG-224)\] Implement Search with params - -# PIXm Connector 2.0.0 +# PIXm Connector 3.0.0 _Release date: 2024-02-02_ __New Feature__ diff --git a/Proxy/installation.md b/Proxy/installation.md index 2bc6dc6e05fef988d92756438bee50ea20138044..f253801862a3d38302b9efc192a1bebab507fdeb 100755 --- a/Proxy/installation.md +++ b/Proxy/installation.md @@ -2,10 +2,10 @@ title: Installation Manual subtitle: Gazelle Proxy author: Nicolas BAILLIET -date: 18/01/2024 -toolversion: 6.0.0 +date: 02/09/2024 +toolversion: 6.X.X function: Engineer -version: 2.1 +version: 2.2 status: Approved document reference: KER1-MAN-IHE-PROXY_INSTALLATION-2_01 customer: IHE-EUROPE @@ -62,14 +62,19 @@ java -jar proxy-quarkus/target/quarkus-app/quarkus-run.jar The Channel Socket Service is configured using JVM properties. The following table describes the properties that can be used to configure the Channel Socket Service. -| **Variable name** | **Description** | **Example of value** | -|------------------------|-------------------------------------------------|----------------------------------------| -| **record.service.url** | The URL used to communicate with record service | http://localhost:8380/proxy/rest/items | -| **quarkus.http.port** | The port of the service | 8081 | -| **quarkus.log.level** | The log leve | INFO | +| **Variable name** | **Description** | **Default value** | +|------------------------------------------------|------------------------------------------------------------------------------------------|-----------------------------------------| +| **datahouse.url** | The URL used to communicate with datahouse, to record messages and connections | http://localhost:8080/datahouse/rest/v1 | +| **quarkus.http.port** | The port of the service | 8081 | +| **quarkus.log.level** | The log level | INFO | +| **proxy.fallback.pipeline.enabled** | Enable/disable fallback record | true | +| **proxy.fallback.record.service.url** | Recording service URL for the fallback pipeline (alternative to datahouse, ex: proxy v7) | http://localhost:8380/proxy/rest | +| **service.ip.address** | Ip of the host machine of proxy. Used in HTTP rewrite | 127.0.0.1 | +| **handler.logger.enabled** | Enable/disable logger handler to log incoming/outgoing messages | false | +| **quarkus.swagger-ui.always-include** | Enable/disable swagger graphical interface | true | +| **quarkus.otel.exporter.otlp.traces.endpoint** | Service URL to export opentelemtry spans, if not set, telemetry will be disabled | http://localhost:4317 | + -For more details about the configuration of the Channel Socket Service, please refer to the -project [README.md](#). # Compilation and installation @@ -201,6 +206,7 @@ There is a set of properties that you can configure on the Configuration page, t | **time\_zone** | The time zone used to display the timestamps | Europe/Paris | | **admin_only_mode** | This preference is used to enable/disable the Admin Only mode. This mode restricts the access to messages list and messages details to admin only. Connection can however be shared by an administrator to allow users knowing the connection privacy key to see messages from the connection. | false | | **proxy_persistent_channels_file_path** | This file path where persistent channels are written. The file must be created by server admin | /opt/proxy/proxyPersistentChannels.csv | +| **datahouse_ui_url** | URL to datahouse UI for the new messages list | http://localhost:3000/datahouse-ui | # SSO Configuration diff --git a/Proxy/release-note.md b/Proxy/release-note.md index 52fa2e41d67cab5c2e4362d1df2005eb2316884a..ed48aa98abbbac913aacd50a5951cc4007de3416 100755 --- a/Proxy/release-note.md +++ b/Proxy/release-note.md @@ -1,19 +1,69 @@ --- title: Release note subtitle: Proxy -toolversion: 6.1.0 -releasedate: 2024-02-06 +toolversion: 6.2.5 +releasedate: 2024-09-02 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-Proxy --- + +# 6.2.5 +_Release date: 2024-09-02_ + +__Bug__ +* \[[PROXY-381](https://gazelle.ihe.net/jira/browse/PROXY-381)\] Replace HL7 by HL7v2 +* \[[PROXY-395](https://gazelle.ihe.net/jira/browse/PROXY-395)\] Decoding error: the content displayed is quite weird +* \[[PROXY-397](https://gazelle.ihe.net/jira/browse/PROXY-397)\] Arrow between Initiator and Responder +* \[[PROXY-404](https://gazelle.ihe.net/jira/browse/PROXY-404)\] Memory leaks on proxy-v17 +* \[[PROXY-419](https://gazelle.ihe.net/jira/browse/PROXY-419)\] Calendar filters lack rules + +__Task__ +* \[[PROXY-414](https://gazelle.ihe.net/jira/browse/PROXY-414)\] Decode Dicom dump in the backend +* \[[PROXY-418](https://gazelle.ihe.net/jira/browse/PROXY-418)\] Hl7v2 XML renderer +* \[[PROXY-421](https://gazelle.ihe.net/jira/browse/PROXY-421)\] Proxy decoders should save original message +* \[[PROXY-422](https://gazelle.ihe.net/jira/browse/PROXY-422)\] Make it easier to read the rows of a table +* \[[PROXY-423](https://gazelle.ihe.net/jira/browse/PROXY-423)\] Auto indexes verification +* \[[PROXY-424](https://gazelle.ihe.net/jira/browse/PROXY-424)\] ID for Automation tests +* \[[PROXY-425](https://gazelle.ihe.net/jira/browse/PROXY-425)\] Remove autoscroll +* \[[PROXY-426](https://gazelle.ihe.net/jira/browse/PROXY-426)\] List of messages - 1 line to display timestamp +* \[[PROXY-427](https://gazelle.ihe.net/jira/browse/PROXY-427)\] calendar not fully visible +* \[[PROXY-428](https://gazelle.ihe.net/jira/browse/PROXY-428)\] Calendar - Add a quick picker +* \[[PROXY-449](https://gazelle.ihe.net/jira/browse/PROXY-449)\] Download raw +* \[[PROXY-454](https://gazelle.ihe.net/jira/browse/PROXY-454)\] Replace BETA by NEW + +__Improvement__ +* \[[PROXY-405](https://gazelle.ihe.net/jira/browse/PROXY-405)\] Persist raw content alongside with decoded message + # 6.2.4 _Release date: 2024-06-25_ __Improvement__ * \[[PROXY-407](https://gazelle.ihe.net/jira/browse/PROXY-407)\] Upgrade sso-client-v7 library to 4.1.1 +# 6.2.2 +_Release date: 2024-05-30_ + +__Bug__ + +* \[[PROXY-417](https://gazelle.ihe.net/jira/browse/PROXY-417)\] Create HTTP Rewrite channel fails from TM + +# 6.2.1 +_Release date: 2024-05-29_ + +__Bug__ +* \[[PROXY-416](https://gazelle.ihe.net/jira/browse/PROXY-416)\] Channels creation from TM is not Fault Tolerent + +# 6.2.0 +_Release date: 2024-05-28_ + +__Improvement__ +* \[[PROXY-335](https://gazelle.ihe.net/jira/browse/PROXY-335)\] Remove irrelevant fields from HTTP Response structure + +__Bug__ +* \[[PROXY-328](https://gazelle.ihe.net/jira/browse/PROXY-328)\] HTTP rewrite X-Forwarded-Host and X-Forwarded-Port values are wrong + # 6.1.0 _Release date: 2024-02-06_ diff --git a/Proxy/user.md b/Proxy/user.md index 0e997dc595276c4c797dd46b8e649737219cef49..204434af9855ed58de13b62c9d806f4ec9e93b3c 100755 --- a/Proxy/user.md +++ b/Proxy/user.md @@ -2,8 +2,8 @@ title: User Manual subtitle: Gazelle Proxy author: Nicolas BAILLIET -date: 13/12/2023 -toolversion: 5.1.1 +date: 04/10/2024 +toolversion: 6.X.X function: Engineer version: 2.01 status: Approved document diff --git a/SVS-Simulator/installation.md b/SVS-Simulator/installation.md index dfd5eb24e02c6c45bb68f96953d6a121e2c34611..bb97bb8e383b650f926545d8bd092da1a06d9bf8 100755 --- a/SVS-Simulator/installation.md +++ b/SVS-Simulator/installation.md @@ -2,8 +2,8 @@ title: Installation Manual subtitle: SVS Simulator author: Anne-Gaëlle Bergé -date: 13/04/2023 -toolversion: 2.3.x +date: 06/02/2024 +toolversion: 3.X.X function: Quality Engineer version: 2.02 status: Approved document diff --git a/SVS-Simulator/user.md b/SVS-Simulator/user.md index 50526bf7161344b4465fbd3fc16dc4206deef70f..f5d37138a1256e191d252ae7a4a24c01dca7ac8c 100755 --- a/SVS-Simulator/user.md +++ b/SVS-Simulator/user.md @@ -2,8 +2,8 @@ title: User Manual subtitle: SVS Simulator author: Nicolas Bailliet -date: 13/04/2023 -toolversion: 2.3.x +date: 06/02/2024 +toolversion: 3.X.X function: Software Engineer version: 1.04 status: Approved document diff --git a/Schematron-Validator/installation.md b/Schematron-Validator/installation.md index 4a906f27e724852e0262f71d70d5f77ffbcbb976..43fef875be211ffe22ec298fdf9c905a1e16ec7a 100755 --- a/Schematron-Validator/installation.md +++ b/Schematron-Validator/installation.md @@ -2,8 +2,8 @@ title: Installation Manual subtitle: Schematron Validator author: Hilary RAMANANTSALAMA -date: 2023-04-04 -toolversion: 2.5.x +date: 2024-02-26 +toolversion: 2.X.X function: Engineer version: 2.01 status: For review diff --git a/Schematron-Validator/release-note.md b/Schematron-Validator/release-note.md index c063c7178b3d8b9ce69712c04f5f1211838107b5..83c5d578ea55c6465a71ee18a8f0586fad015ab9 100755 --- a/Schematron-Validator/release-note.md +++ b/Schematron-Validator/release-note.md @@ -1,17 +1,15 @@ --- title: Release note subtitle: Schematron Validator -toolversion: 2.6.0 -releasedate: 2024-02-06 +toolversion: 2.6.1 +releasedate: 2024-02-26 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-SCHEMATRON_VALIDATOR --- - # 2.6.1 - -_Release date: 2024-02-26 +_Release date: 2024-02-26_ __Bug__ * \[[SCHVAL-196](https://gazelle.ihe.net/jira/browse/SCHVAL-196)\] Cannot use DnonProxyHosts option @@ -20,7 +18,6 @@ __Task__ * \[[SCHVAL-194](https://gazelle.ihe.net/jira/browse/SCHVAL-194)\] Oudated file iso_svrl_for_xslt2.xsl used for schematron compilation, now use 2010-04-14 # 2.6.0 - _Release date: 2024-02-06 Context : Gazelle User Management Renovation step 2 diff --git a/Schematron-Validator/user.md b/Schematron-Validator/user.md index ef35021cc7ed490b5d7c0692e049d064403c7110..65ffd3945f98781ada0427e93d67a20d3ea3603b 100755 --- a/Schematron-Validator/user.md +++ b/Schematron-Validator/user.md @@ -2,8 +2,8 @@ title: User Manual subtitle: Schematron Validator author: Anne-Gaëlle BERGE -date: 04/04/2023 -toolversion: 2.5.x +date: 26/02/2024 +toolversion: 2.X.X function: Software Engineer version: 1.04 status: Approved document diff --git a/Test-Management/admin.md b/Test-Management/admin.md index 04318799e62bb8be6d220adaae4e14713806bcf5..5ce8937bc27878e4728a0fcee99cbf70115b0f98 100755 --- a/Test-Management/admin.md +++ b/Test-Management/admin.md @@ -3,8 +3,8 @@ title: Administration guide subtitle: Gazelle Test Management author: Nicolas BAILLIET function: Software Engineer -releasedate: 06/11/2023 -toolversion: 7.X.X +releasedate: 04/10/2024 +toolversion: 9.X.X version: 1.02 status: Approved document reference: KER1-MAN-IHE-TEST_MANAGEMENT_ADMIN-1_02 diff --git a/Test-Management/installation.md b/Test-Management/installation.md index 441d2129c4c03f9c2c161844c6adb4375ae3e08e..bdc5e30f54dc0b1f8df93dfd33a5a734628fda90 100755 --- a/Test-Management/installation.md +++ b/Test-Management/installation.md @@ -3,8 +3,8 @@ title: Installation manual subtitle: Gazelle Test Management author: Nicolas BAILLIET function: Software Engineer -releasedate: 06/11/2023 -toolversion: 7.X.X +releasedate: 04/10/2024 +toolversion: 9.X.X version: 1.02 status: Approved document reference: KER1-MAN-IHE-TEST_MANAGEMENT_INSTALLATION-1_02 @@ -210,6 +210,15 @@ By default, the announcement section is selected. It can be changed via the drop The selected section can be edited via this page. The `Save and Continue` button will update the section. Restore button restore the previous version of the selected section. +### Update section since 9.5.0 + +It is now possible to run automated test steps. +To activate it, 2 environnements variables are needed : +- maestro_url=http://localhost:8080/gateway +- automated_step_enabled=true +Note that maestro_url is temporarily pointing to a gateway micro service that redirect requests to ITB Test Bed. +It will be integrated in maestro in the future so the /gateway might change. +  ## Version priors to 6.3.0 diff --git a/Test-Management/release-note.md b/Test-Management/release-note.md index 0b6b93cf56f317023571fe1bc318ae4297264204..44ea4af2cd3515c4bd4c0ad91936754e2deec35f 100755 --- a/Test-Management/release-note.md +++ b/Test-Management/release-note.md @@ -1,14 +1,61 @@ --- title: Release note subtitle: Test Management -toolversion: 9.3.1 -releasedate: 2024-06-25 +toolversion: 9.5.0 +releasedate: 2024-10-21 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-TEST_MANAGEMENT --- +# 9.5.0 + +_Release date: 2024-10-21_ + +__Task__ +* \[[GZL-5376](https://gazelle.ihe.net/jira/browse/GZL-5376)\] Update test repository view with automated test step +* \[[GZL-5377](https://gazelle.ihe.net/jira/browse/GZL-5377)\] Create Automated test step input entity +* \[[GZL-5378](https://gazelle.ihe.net/jira/browse/GZL-5378)\] Update AutomatedTestStep model +* \[[GZL-5379](https://gazelle.ihe.net/jira/browse/GZL-5379)\] Add fileSystem storage for script in test step +* \[[GZL-5380](https://gazelle.ihe.net/jira/browse/GZL-5380)\] Complete edit UI for automated-test step +* \[[GZL-5382](https://gazelle.ihe.net/jira/browse/GZL-5382)\] DAO can query automated test step +* \[[GZL-5383](https://gazelle.ihe.net/jira/browse/GZL-5383)\] Create AutomatedTestStep Entity +* \[[GZL-5384](https://gazelle.ihe.net/jira/browse/GZL-5384)\] Add new SQL table for automated test step +* \[[GZL-5385](https://gazelle.ihe.net/jira/browse/GZL-5385)\] Update test view +* \[[GZL-5386](https://gazelle.ihe.net/jira/browse/GZL-5386)\] Add automated test step to the test instance model +* \[[GZL-5387](https://gazelle.ihe.net/jira/browse/GZL-5387)\] Update test instance UI to display automated test step +* \[[GZL-5388](https://gazelle.ihe.net/jira/browse/GZL-5388)\] Resolve script to display enough upload file button in UI +* \[[GZL-5389](https://gazelle.ihe.net/jira/browse/GZL-5389)\] Run step in TestInstanceManager +* \[[GZL-5390](https://gazelle.ihe.net/jira/browse/GZL-5390)\] Client to query GITB Gateway for runTest +* \[[GZL-5391](https://gazelle.ihe.net/jira/browse/GZL-5391)\] REST API for receiving report notification +* \[[GZL-5392](https://gazelle.ihe.net/jira/browse/GZL-5392)\] Update UI with report status display +* \[[GZL-5404](https://gazelle.ihe.net/jira/browse/GZL-5404)\] Store ITB PDF report +* \[[GZL-5406](https://gazelle.ihe.net/jira/browse/GZL-5406)\] Add new Automated test step type + +# 9.4.0 + +_Release date: 2024-09-24_ + +__Bug__ +* \[[GZL-5393](https://gazelle.ihe.net/jira/browse/GZL-5393)\] Too much DB requests created when clicking on "Generate configs for selected session" button + +__Improvement__ +* \[[GZL-5397](https://gazelle.ihe.net/jira/browse/GZL-5397)\] Filter tests by peer type + +# 9.3.2 + +_Release date: 2024-09-02_ + +__Bug__ +* \[[GZL-5375](https://gazelle.ihe.net/jira/browse/GZL-5375)\] Datahouse capture button is displayed even when Datahouse is not deployed +* \[[GZL-5394](https://gazelle.ihe.net/jira/browse/GZL-5394)\] TM - Disable message capture if session is terminated + +__Task__ +* \[[GZL-5393](https://gazelle.ihe.net/jira/browse/GZL-5393)\] OOTS platform down after clicking on "Generate configs for selected session" button +* \[[GZL-5398](https://gazelle.ihe.net/jira/browse/GZL-5398)\] Rename HL7 to HL7v2 in Proxy WS + + # 9.3.1 _Release date: 2024-06-25_ @@ -230,6 +277,7 @@ See also [GUM release note](https://doc-ihe.kereval.cloud/gazelle-applications/v # 6.10.4 _Release date: 2023-06-23_ + __Bug__ * \[[GZL-5212](https://gazelle.ihe.net/jira/browse/GZL-5212)\] Inconsistant Prepatory Test Status from the View of Admin * \[[GZL-5217](https://gazelle.ihe.net/jira/browse/GZL-5217)\] DIGIT_Unable to edit Monitor test assignment diff --git a/Test-Management/user.md b/Test-Management/user.md index a2378725ee18a87e6896823006e7a7d8e86de9e8..85c53a43444c85e71d88b879435fd17c87a6f495 100755 --- a/Test-Management/user.md +++ b/Test-Management/user.md @@ -3,8 +3,8 @@ title: User manual subtitle: Gazelle Test Management author: Anne-Gaëlle Bergé function: Engineer -releasedate: 06/11/2023 -toolversion: 7.X.X +releasedate: 04/10/2024 +toolversion: 9.X.X version: 2.01 status: Validated reference: KER1-MAN-IHE-TEST_MANAGEMENT_USER-2_01 diff --git a/XDStar-Client/installation.md b/XDStar-Client/installation.md index 0527556524a645ff09f13c5190cff61b30af0594..01ba229c10e4137515aa2117d0949e74e1e90e7f 100755 --- a/XDStar-Client/installation.md +++ b/XDStar-Client/installation.md @@ -2,8 +2,8 @@ title: Installation Manual subtitle: XD* Client author: Nicolas BAILLIET -date: 26/06/2023 -toolversion: 2.5.x +date: 30/08/2024 +toolversion: 3.X.X function: Engineer version: 2.02 status: Approved document diff --git a/XDStar-Client/release-note.md b/XDStar-Client/release-note.md index 5fdd8fff351a5fc6c6fd30add2ea173d0ba0472f..7a3a830d0d3b7848ec238cee3e4799ea1d554fa1 100755 --- a/XDStar-Client/release-note.md +++ b/XDStar-Client/release-note.md @@ -1,13 +1,21 @@ --- title: Release note subtitle: XDStarClient -toolversion: 3.0.1 -releasedate: 2024-02-26 +toolversion: 3.0.3 +releasedate: 2024-08-30 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-XDSTARCLIENT --- +# 3.0.3 +_Release date: 2024-08-30_ + +__Bug__ +* \[[XDSTAR-773](https://gazelle.ihe.net/jira/browse/XDSTAR-773)\] Correct XTN detection function to allow Internet value for XTN 2 in authorTelecommunication +* \[[XDSTAR-774](https://gazelle.ihe.net/jira/browse/XDSTAR-774)\] Association type with value urn:ihe:iti:2010:AssociationType:UpdateAvailabilityStatus shall be allowed for XDSMU ITI-57 transaction +* \[[XDSTAR-782](https://gazelle.ihe.net/jira/browse/XDSTAR-782)\] [XDMFR] authorInstitution validation constraint is not valid +* \[[XDSTAR-783](https://gazelle.ihe.net/jira/browse/XDSTAR-783)\] XCA validator returns FAILED with XDS Unavailable Community # 3.0.2 _Release date: 2024-06-26_ diff --git a/XDStar-Client/user.md b/XDStar-Client/user.md index 62a9c362f345f2967ebc0b24dba5b44da3bd4909..28d121a3bd9652bfb311880ed5c02049a27e8d9d 100755 --- a/XDStar-Client/user.md +++ b/XDStar-Client/user.md @@ -2,8 +2,8 @@ title: User Manual subtitle: XD* Client author: Nicolas BAILLIET -date: 28/06/2023 -toolversion: 2.5.x +date: 30/08/2024 +toolversion: 3.X.X function: Engineer version: 1.03 status: Approved document