Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
e
d ON
e
d.encouner_num=f.encounter_num AND
e
d.start_
tim
e BETWEEN ? AND ?"
);
joinParts
.
add
(
"INNER JOIN
visit
_dimension
v
d ON
v
d.encoun
t
er_num=f.encounter_num AND
v
d.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