diff --git a/Gazelle-Objects-Checker/release-note.md b/Gazelle-Objects-Checker/release-note.md index 1b98e939a0e82dbe56d83268548781178ff8e4bb..98bce47f8f8aa02d5d2fa27c6fd018a374d72806 100644 --- a/Gazelle-Objects-Checker/release-note.md +++ b/Gazelle-Objects-Checker/release-note.md @@ -1,14 +1,22 @@ --- title: Release note subtitle: Gazelle Objects Checker -toolversion: 3.0.1 -releasedate: 2021-11-03 +toolversion: 3.0.2 +releasedate: 2021-11-10 author: Achraf ACHKARI-BEGDOURI function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-GOC --- +# 3.0.2 + +_Release date: 2021-11-10_ + + +__Improvement__ +* \[[GOC-197](https://gazelle.ihe.net/jira/browse/GOC-197)\] Automate SEQUOIA CDA Adaption with SVS + # 3.0.1 _Release date: 2021-11-03_ diff --git a/Gazelle-Objects-Checker/user.md b/Gazelle-Objects-Checker/user.md index 04d3a3471c03f2f462f6e19bdbef7388b8e193cd..5b2143a65644fda001b920018e813c4b35df53b5 100644 --- a/Gazelle-Objects-Checker/user.md +++ b/Gazelle-Objects-Checker/user.md @@ -28,7 +28,9 @@ build it and generate a CDA Validator in a generic case, and client specific cas **Requirements:** - **JDK 11** or higher - Maven **3.5.x** /!\ You need to respect this version, or the tool won't work + - Thanks to maven wrapper, this version is packaged now with GOC, you can find it in `gazelle-objects-checker/hl7templates/hl7templates-packager-jar/src/main/resources/maven-wrapper` - Git + <div id='cloneProject'/> ## 2. Clone Project @@ -178,7 +180,8 @@ The Artifact is generated at _**gazelle-objects-checker/hl7templates-packager-ja > > And retrieve GOC Artifact from nexus. > -> here: [GOC Artifact Nexus](https://gazelle.ihe.net/nexus/#nexus-search;quick~gazelle-objects-checker) +> here: [GOC Artifact Nexus](https://gazelle.ihe.net/nexus/#nexus-search;quick~hl7templates-packager) +> Choose the latest version, and download the: **hl7templates-packager-jar-X.X.X-jar-with-dependencies.jar** artifact <div id='generateValidator'/> @@ -442,7 +445,9 @@ Just import it to SoapUI and run the test cases. As we saw in the previous section: [Generate Validator](#generateValidator), there is too many options to remember for generating a validator.<br> 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) /!\ not complete yet due to the needed hack +- CDA Basic Generation (for Sequoia Project) + +> /!\ You need to set **$JAVA_HOME** before running the script, or override it inside. You can find the scripts directly in the **target** directory: @@ -458,6 +463,11 @@ And just follow the instructions shown by the interactive script. > ``` > **And re-run it** +For SEQUOIA: +```bash +> cd gazelle-objects-checker/hl7templates/hl7templates-packager-jar/target +> ./SEQUOIAGeneration.sh +``` <div id='extras'/>