Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ad81d2bf authored by Malo Toudic's avatar Malo Toudic
Browse files

from gforge to gitlab URLs

parent 0ea6151b
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ A project you can use to deploy a FHIR server using HAPI FHIR JPA validation wit ...@@ -70,7 +70,7 @@ A project you can use to deploy a FHIR server using HAPI FHIR JPA validation wit
## IHE Structure Definitions ## IHE Structure Definitions
SQL script files available in the project directory imports entries to use the structure definitions and value sets defined by IHE. In order to use them, you can checkout the content of [fhir-structure-definitions](https://scm.gforge.inria.fr/anonscm/svn/gazelle/fhir-structure-definitions/trunk/) directory from Inria's forge into /opt/fhirvalidator folder. It is the default location used by the tool. This can however be changed by updating the path to each custom structure definition in the database. SQL script files available in the project directory imports entries to use the structure definitions and value sets defined by IHE. In order to use them, you can checkout the content of [fhir-structure-definitions](https://gitlab.inria.fr/gazelle/test-content/fhir-conformance-resources) directory from Inria's forge into /opt/fhirvalidator folder. It is the default location used by the tool. This can however be changed by updating the path to each custom structure definition in the database.
## Accesses ## Accesses
...@@ -189,4 +189,4 @@ For each parameter, the following attributes are used: ...@@ -189,4 +189,4 @@ For each parameter, the following attributes are used:
The name of the validators uses the following pattern: [TRANSACTION-KEYWORD] Message name where: The name of the validators uses the following pattern: [TRANSACTION-KEYWORD] Message name where:
* TRANSACTION-KEYWORD is the keyword of the transaction which is checked using this validator * TRANSACTION-KEYWORD is the keyword of the transaction which is checked using this validator
* Message name is the name of the message as defined in the technical framework * Message name is the name of the message as defined in the technical framework
\ No newline at end of file
...@@ -26,7 +26,7 @@ The validation service is offered as a SOAP API. You can validate your messages ...@@ -26,7 +26,7 @@ The validation service is offered as a SOAP API. You can validate your messages
# Using the validation service # Using the validation service
A SoapUI project is available in the directory of the tool on Inria's forge. [SoapUI](https://scm.gforge.inria.fr/svn/gazelle/Maven/FhirValidator/trunk/FhirValidator-ear/src/main/resources/) A SoapUI project is available in the directory of the tool on Inria's forge. [SoapUI](https://gitlab.inria.fr/gazelle/validator/FhirValidator/-/tree/master/FhirValidator-ear/src/main/resources/soapui)
# Graphical user interface # Graphical user interface
......
...@@ -20,10 +20,12 @@ To get the artifact on Nexus browse: [*https://gazelle.ihe.net/nexus/index.html\ ...@@ -20,10 +20,12 @@ To get the artifact on Nexus browse: [*https://gazelle.ihe.net/nexus/index.html\
If you rather want to build the project by yourself, you must checkout the latest tag and package it. You may want to create a new Maven profile to customize your build. If you rather want to build the project by yourself, you must checkout the latest tag and package it. You may want to create a new Maven profile to customize your build.
Checkout the latest tag available on Inria’s forge: Checkout the latest tag available on Inria’s gitlab:
```bash ```bash
svn co svn checkout https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/simulators/OrderManager/tags/OrderManager-versionName git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/order-manager.git
cd order-manager
git checkout tags/OrderManager-<version>
``` ```
1. \[Optional\] Edit the pom.xml file and create a new profile 1. \[Optional\] Edit the pom.xml file and create a new profile
......
...@@ -27,7 +27,11 @@ If you have your own CAS service, you need to package your own version of the to ...@@ -27,7 +27,11 @@ If you have your own CAS service, you need to package your own version of the to
1. Checkout the last tagged version available in Gazelle sources repository ($versionName will depend of the release you want to checkout) 1. Checkout the last tagged version available in Gazelle sources repository ($versionName will depend of the release you want to checkout)
`svn co https://scm.gforge.inria.fr/svn/gazelle/Maven/simulators/PAMSimulator/tags/PAMSimulator-$versionName` ```bash
git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/Patient-Manager.git
cd PAMSimulator
git checkout tags/PAMSimulator-$versionName
```
4. Package the Patient Manager project. Go to the PAMSimulator folder then apply the following command line 4. Package the Patient Manager project. Go to the PAMSimulator folder then apply the following command line
......
...@@ -25,8 +25,10 @@ If you rather want to build the project by yourself, you must checkout the lates ...@@ -25,8 +25,10 @@ If you rather want to build the project by yourself, you must checkout the lates
1- Checkout the latest tag available on Inria’s forge: 1- Checkout the latest tag available on Inria’s forge:
``` ```bash
$>svn co https://scm.gforge.inria.fr/svn/gazelle/Maven/simulators/SVSSimulator/tags/SVSSimulator-$versionName git clone https://gitlab.inria.fr/gazelle/applications/test-execution/simulator/svs-simulator.git
cd svs-simulator
git checkout tag/SVSSimulator-<version>
``` ```
2- \[Optional\] Edit the pom.xml file and create a new profile 2- \[Optional\] Edit the pom.xml file and create a new profile
......
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