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
f91f2f10
Commit
f91f2f10
authored
2 years ago
by
nab
Browse files
Options
Downloads
Patches
Plain Diff
Haut fix for dgsante
parent
6e056692
No related branches found
No related tags found
2 merge requests
!30
Develop
,
!27
E hdsi 3.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hl7templates/hl7templates-api-jar/src/main/java/net/ihe/gazelle/tempapi/impl/ChoiceDefinitionProcessorImpl.java
+2
-2
2 additions, 2 deletions
...e/gazelle/tempapi/impl/ChoiceDefinitionProcessorImpl.java
with
2 additions
and
2 deletions
hl7templates/hl7templates-api-jar/src/main/java/net/ihe/gazelle/tempapi/impl/ChoiceDefinitionProcessorImpl.java
+
2
−
2
View file @
f91f2f10
...
...
@@ -26,8 +26,8 @@ public abstract class ChoiceDefinitionProcessorImpl implements ChoiceDefinitionP
this
.
processContains
(
ChoiceDefinitionUtil
.
getContains
(
t
));
this
.
processItem
(
t
.
getItem
());
//Comment next line to disable processing of the unsported HL7 choices
specs
this
.
processPredicates
(
ChoiceDefinitionUtil
.
getElements
(
t
));
//Comment next line to disable processing of the unsported HL7 choices
//
this.processPredicates(ChoiceDefinitionUtil.getElements(t));
}
}
...
...
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