| Interface | Description |
|---|---|
| DataProvider |
An interface to provide functionality needed to provide data for upload to a
PROTEMPA schema.
|
| Observation |
Observations related to a patient's encounter.
|
| ObservationWithResult |
Observations for a patient's encounter, including results of the observation.
|
| Person |
A person related to an encounter, such as a provider or a patient.
|
| Class | Description |
|---|---|
| CPT |
Hold information about a patient's CPT codes.
|
| DataInserter |
Inserts data into a Protempa database.
|
| DataValidator |
Validates the incoming data before it is pushed to the Protempa database.
|
| Encounter |
Hold information about a patient's encounter.
|
| Icd9Diagnosis |
Bean to hold information about ICD9 Diagnosis codes.
|
| Icd9Procedure |
Bean class to hold information about ICD9 procedures codes.
|
| Lab |
Holds results information about lab tests performed during an encounter.
|
| Medication |
Bean class to hold informationa bout medications during an encounter.
|
| Patient |
Holds information about a patient.
|
| Provider |
Holds information about a provider during a patient's visit.
|
| Vital |
Holds information about vital signs taken during a patient's visit.
|
| XlsxDataProvider |
An implementation of the
DataProvider interface, using an Excel
workbook as the data source. |
| Exception | Description |
|---|---|
| DataInserterException |
Thrown if there are any issues when inserting data from the input source to
the Protempa data source.
|
| DataProviderException |
Exception thrown when the data provider can not properly parse or fetch the
data needed.
|
Copyright © 2012–2016 Emory University. All rights reserved.