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
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
Show 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
Hash
table.
* The method {@link #open
(Connection, String
)} will load all patients (relevant to the selected project)
* into a memory structure based on a
hash
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