| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.etl.spreadsheet |
| Modifier and Type | Method and Description |
|---|---|
void |
DataInserter.insertCptCodes(List<CPT> cptCodes)
Insert the given list of CPT codes to a target database using the given
connection.
|
void |
DataInserter.insertEncounters(List<Encounter> encounters)
Insert the given list of encounters to a target database using the given
connection.
|
void |
DataInserter.insertIcd9Diagnoses(List<Icd9Diagnosis> diagnoses)
Insert the given list of ICD9 diagnosis codes to a target database using
the given connection.
|
void |
DataInserter.insertIcd9Procedures(List<Icd9Procedure> procedures)
Insert the given list of ICD9 procedure codes to a target database using
the given connection.
|
void |
DataInserter.insertLabs(List<Lab> labs)
Insert the given list of lab results to a target database using the given
connection.
|
void |
DataInserter.insertMedications(List<Medication> medications)
Insert the given list of medications to a target database using the given
connection.
|
void |
DataInserter.insertPatients(List<Patient> patients)
Insert a list of patients to the data base using the given connection.
|
void |
DataInserter.insertProviders(List<Provider> providers)
Insert the given list of providers to a target database using the given
connection.
|
void |
DataInserter.insertVitals(List<Vital> vitals)
Insert the given list of vital signs to a target database using the given
connection.
|
| Constructor and Description |
|---|
DataInserter(Connection connection)
Build a new object with the given configuration.
|
Copyright © 2012–2017 Emory University. All rights reserved.