Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
histream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Raphael
histream
Commits
8571d59f
Commit
8571d59f
authored
Nov 17, 2017
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed more sql errors
parent
e5576f02
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/I2b2ExtractorImpl.java
...c/main/java/de/sekmi/histream/i2b2/I2b2ExtractorImpl.java
+1
-1
No files found.
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/I2b2ExtractorImpl.java
View file @
8571d59f
...
...
@@ -81,7 +81,7 @@ public class I2b2ExtractorImpl extends I2b2Extractor {
if
(
factory
.
useEncounterTiming
){
// interval refers to encounter start.
// build and join an encounter table
joinParts
.
add
(
"INNER JOIN
encounter_dimension ed ON ed.encouner_num=f.encounter_num AND ed.start_tim
e BETWEEN ? AND ?"
);
joinParts
.
add
(
"INNER JOIN
visit_dimension vd ON vd.encounter_num=f.encounter_num AND vd.start_dat
e BETWEEN ? AND ?"
);
joinArguments
.
add
(
interval_start
);
joinArguments
.
add
(
interval_end
);
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment