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
ed46b5a3
Commit
ed46b5a3
authored
Jan 12, 2017
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed NPE
parent
2e5c87de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/PostgresPatientStore.java
...ain/java/de/sekmi/histream/i2b2/PostgresPatientStore.java
+2
-0
No files found.
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/PostgresPatientStore.java
View file @
ed46b5a3
...
...
@@ -154,6 +154,8 @@ public class PostgresPatientStore extends PostgresExtension<I2b2Patient> impleme
}
public
void
open
(
Connection
connection
,
String
projectId
)
throws
SQLException
{
this
.
db
=
connection
;
this
.
projectId
=
projectId
;
// require project id
Objects
.
requireNonNull
(
this
.
projectId
,
"non-null projectId required"
);
// this.autoInsertSourceId = "HS.auto";
patientCache
=
new
Hashtable
<>(
1000
);
...
...
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