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
eb7a56ef
Commit
eb7a56ef
authored
Jan 18, 2017
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
javadoc errors fixed
parent
8e488059
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/I2b2Inserter.java
...b2/src/main/java/de/sekmi/histream/i2b2/I2b2Inserter.java
+2
-0
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/PostgresExtension.java
...c/main/java/de/sekmi/histream/i2b2/PostgresExtension.java
+1
-1
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/PostgresPatientStore.java
...ain/java/de/sekmi/histream/i2b2/PostgresPatientStore.java
+2
-2
No files found.
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/I2b2Inserter.java
View file @
eb7a56ef
...
...
@@ -169,6 +169,8 @@ public class I2b2Inserter extends AbstractObservationHandler implements Observat
}
/**
* Initialize the database connection
* @param connection database connection for insertions
* @param dialect data dialect for i2b2
* @throws SQLException if preparation/initialisation failed
*/
public
void
open
(
Connection
connection
,
DataDialect
dialect
)
throws
SQLException
{
...
...
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/PostgresExtension.java
View file @
eb7a56ef
...
...
@@ -99,7 +99,7 @@ public abstract class PostgresExtension<T> implements Extension<T> {
/**
* Write updates to disk.
The method is automatically called by {@link #close()}.
* Write updates to disk.
*/
public
abstract
void
flush
();
...
...
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/PostgresPatientStore.java
View file @
eb7a56ef
...
...
@@ -54,8 +54,8 @@ import de.sekmi.histream.ext.PatientStore;
* Patient cache which synchronizes with i2b2 patient_dimension and patient_mapping tables.
* Required non-null columns are patient_num, update_date.
* <p>
* The method {@link #open
Database(
String
[]
)} will load all patients (relevant to the selected project)
* into a memory structure based on a
H
ashtable.
* The method {@link #open
(Connection,
String)} will load all patients (relevant to the selected project)
* into a memory structure based on a
h
ash
table.
* <p>
* Some optional columns are used: vital_status_cd, birth_date, death_date, sex_cd, download_date, sourcesystem_cd
* <p>
...
...
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