Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 324cacde authored by AAZIBOU EL GERRAB Nabila's avatar AAZIBOU EL GERRAB Nabila
Browse files

update release note and user.md for goc

parent 7edeeab0
No related branches found
No related tags found
No related merge requests found
---
title: Release note
subtitle: Gazelle Objects Checker
toolversion: 3.1.4
releasedate: 2023-02-10
toolversion: 3.2.0
releasedate: 2024-02-07
author: Achraf ACHKARI-BEGDOURI
function: Software engineer
customer: IHE Europe
reference: KER1-RNO-IHE-GOC
---
# 3.2.0
_Release date: 2024-02-07_
__Improvement for xehealth project__
* \[[GOC-258](https://gazelle.ihe.net/jira/browse/GOC-258)\] Create uml model for each namespace
* \[[GOC-259](https://gazelle.ihe.net/jira/browse/GOC-259)\] Update goc to support new models
* \[[GOC-257](https://gazelle.ihe.net/jira/browse/GOC-257)\] Create cdaxheallth-code-jar project
* \[[GOC-261](https://gazelle.ihe.net/jira/browse/GOC-261)\] Add System Tests for XHealth usecase
* \[[GOC-260](https://gazelle.ihe.net/jira/browse/GOC-260)\] Create x-health script
__Bug__
* \[[GOC-246](https://gazelle.ihe.net/jira/browse/GOC-246)\] Elements with same name are not well processed in XHealth Project
* \[[GOC-253](https://gazelle.ihe.net/jira/browse/GOC-253)\] Prohibited option not well converted in attributes in XHealth project
* \[[GOC-264](https://gazelle.ihe.net/jira/browse/GOC-264)\] Wrong Model Based validation constraint
# 3.1.4
_Release date: 2023-02-10_
......
......@@ -483,6 +483,7 @@ As we saw in the previous section: [Generate Validator](#generateValidator), the
Therefore, that decreases the usability of the tool, so we created some utility scripts for both common generation types:
- CDA Epsos Generation (for eHDSI)
- CDA Basic Generation (for Sequoia Project)
- CDA XEHealth Generation (for XEHealth Project)
> /!\ You need to set **$JAVA_HOME** before running the script, or override it inside.
......@@ -506,6 +507,12 @@ For SEQUOIA:
> ./SEQUOIAGeneration.sh
```
For XEHealth:
```bash
> cd gazelle-objects-checker/hl7templates/hl7templates-packager-jar/target
> ./xehealthGeneration.sh
```
<div id='systemTesting'></div>
## 11. System Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment