Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1c78c62b authored by nab's avatar nab
Browse files

Update doc

parent d5aefc05
No related branches found
No related tags found
4 merge requests!25Merge branch from develop into master,!24merge branch from eHDSI to develop,!23add system testing & ignoreChoicesPredicates & UCUM fixes,!22add ignoreChoicesPredicates & UCUM fixes
Pipeline #482574 failed
......@@ -41,6 +41,7 @@ If you worked already with the previous versions of GOC, the following structure
- Archetypes
- generated-validator
- Hl7templates
- goc-tests
- gocmodel-jar
- hl7templates-model-jar
- hl7templates-api-jar
......@@ -266,6 +267,13 @@ we will need the following parameters to run GOC and generate the validator:
<td>VOID, parameter present ==> it's true, not present ==> it's false</td>
<td>not Required (default=false [Not present])</td>
</tr>
<tr>
<td>-ignoreChoicesPredicates</td>
<td>Ignore Choices Predicates in generation constraints name (useful to ignore processing Choices for predicates name) </td>
<td>Boolean</td>
<td>VOID, Parameter present ==> It’s True, Not Present (Default) ==> it's False</td>
<td>not Required (default=false [Not present])</td>
</tr>
<tr>
<td>-versionLabel</td>
<td>VersionLabel that will be used during the generation</td>
......@@ -569,12 +577,16 @@ Available options for `SPECIFICATION` are:
<div id='extras'></div>
####10.3 GOC System Testing guide for developers
You can find more details about System Testing:
- [GOC System Testing guide for developers](https://saskereval-my.sharepoint.com/:w:/g/personal/nabila_aazibou-el-gerrab_kereval_com/EfRES8rEmoVEt0Ty2NPnljMBPfmnWWdJ02YjJw_x-xTPWA?e=wk0EJM)
## 11. Extras
You can find some previous made documentation here _(belong the old GOC, and could probably not represent the actual version)_:
- [GOC Installation guide for developers](https://docs.google.com/document/d/1G5bmLhFKNjOvg_rxEllidTofYrwxBeZG_kigTM0pqXM/edit?usp=sharing)
- [Gazelle Object Checker General Public info - GOC](https://docs.google.com/document/d/1265YcvKk983Fna2Y8TI6V9O1wnKqERFAibIlVGYgW20/edit?usp=sharing)
- [GOC Installation guide for developers](https://docs.google.com/document/d/1G5bmLhFKNjOvg_rxEllidTofYrwxBeZG_kigTM0pqXM/edit?usp=sharing)
#### Next released documentation
......
......@@ -36,7 +36,7 @@ public class GOCExecutor {
}
public ValidatorConfiguration execute(BBRResource bbrResource, String mvnExecPath){
return execute(bbrResource,mvnExecPath,null,true,true,null,true);
return execute(bbrResource,mvnExecPath,null,true,false,null,false);
}
public ValidatorConfiguration execute(BBRResource bbrResource,String mvnExecPath,
......
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