Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gazelle Objects Checker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gazelle
Library
Gazelle Objects Checker
Commits
7ce3f570
Commit
7ce3f570
authored
3 years ago
by
Achraf Achkari
Browse files
Options
Downloads
Patches
Plain Diff
Update Doc
parent
b4bf9f3e
No related branches found
No related tags found
2 merge requests
!2
Release GOC
,
!1
Release GOC
Pipeline
#330014
failed
3 years ago
Stage: build
Stage: tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation-guide.md
+53
-6
53 additions, 6 deletions
docs/installation-guide.md
with
53 additions
and
6 deletions
docs/installation-guide.md
+
53
−
6
View file @
7ce3f570
...
...
@@ -14,8 +14,9 @@ date: 19/10/2021
4.
#####
[
Generate Artifact
](
#generateArtifact
)
5.
#####
[
Prepare BBR
](
#prepareBBR
)
6.
#####
[
Generate Validator
](
#generateValidator
)
7.
#####
[
Validate CDA
](
#validateCDA
)
8.
#####
[
Extras
](
#extra
)
7.
#####
[
Generation Validator form UML (oprional)
](
#generateValidatorFromUML
)
8.
#####
[
Validate CDA
](
#validateCDA
)
9.
#####
[
Extras
](
#extra
)
<div
id=
'introduction'
/>
...
...
@@ -292,7 +293,7 @@ Example with SEQUOIA:
```
**For logs:**
> Go to the root folder of the provided output path
> Go to the root folder of the provided output path
, then logs/logs-[generation_date_time]
>
> `cd /home/mylap/Documents/GOC-OUTPUT/logs/logs-[generation_date_time]`
...
...
@@ -304,9 +305,55 @@ Example with SEQUOIA:

<div
id=
'generateValidatorFromUML'
/>
## 7. Generate Validator from UML (Alternative)
This section is just an alternative way to regenerate the validator when the functional specifications changes
without re-running GOC, but just from the generated
```model.uml```
file.
```
bash
>
cd
/home/mylap/Documents/GOC-OUTPUT/[validator-name]-validator-jar/model/[validator-name].uml
```
for example for epsos5
```
bash
>
cd
/home/mylap/Documents/GOC-OUTPUT/epsos5-validator-jar/model/epsos5.uml
```
Then you can edit it with a Text Edito, or a dedicated modeling tool (ex: Topcased).
**After saving your model, you need to:**
Go to GOC-OUTPUT/epsos5-validator-jar and do the following:
```
bash
>
cd
/home/mylap/Documents/GOC-OUTPUT/epsos5-validator-jar
>
mvn
exec
:exec@generateValidator
-DmvnPath
=
"/opt/apache-maven-3.5.4/bin/mvn"
-DcdaProps
=
"cdaepsos"
-DprojectName
=
"epsos5"
>
mvn clean package
```
The generic form of the command is:
```
bash
>
mvn
exec
:exec@generateValidator
-DmvnPath
=
"[maven-path]"
-DcdaProps
=
"[cdaepsos or cdabasic]"
-DprojectName
=
"[validator-name]"
```
Your validator will be available at: GOC-OUTPUT/epsos5-validator-jar/target/appassembler/bin
and do the following:
```
bash
>
cd
/home/mylap/Documents/GOC-OUTPUT/epsos5-validator-jar/target/appassembler/bin
>
chmod
+x validator.sh
```
Now you can refere to
[
Section 8
](
#validateCDA
)
to Validate a CDA document with your new validator.
<div
id=
'validateCDA'
/>
##
7
. Validate CDA
##
8
. Validate CDA
Now we are going to use the generated validator.
<br>
...
...
@@ -377,7 +424,7 @@ Here is an example to validate a document with normal case:
<div
id=
'utilityScripts'
/>
##
8
. Utility Scripts
##
9
. Utility Scripts
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:
...
...
@@ -400,7 +447,7 @@ And just follow the instructions shown by the interactive script.
<div
id=
'extra'
/>
##
9
. Extras
##
10
. Extras
You can find some previous made documentation here _(belong the old GOC, and could propably not reperesent the actual version)_:
-
[
GOC Instalation guide fo developper
](
https://docs.google.com/document/d/1G5bmLhFKNjOvg_rxEllidTofYrwxBeZG_kigTM0pqXM/edit?usp=sharing
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment