Home : Products : Hach WIMS : Interfaces : Hach WIMS Direct Server-Side Interface to Generic LIMS OLE DB : Documentation : Topics specific to the operation of this interface : Using Generic LIMS Interface with custom EDORS LIMS
Q13662 - INFO: Using Generic LIMS Interface with custom EDORS LIMS

EDORS LIMS is a custom LIMS used in San Diego and stores data in an Oracle database.  The Generic LIMS Interface can be used to import data from the LIMS database. 

LIMS sample information and results are stored primarily in 2 tables: LIMS_SAMPLE and LIMS_RESULTS.

Example Queries - Used in the Source Configuration, Advanced Settings Source Query field:

NOTE: #SD# and #ED# will be replaced with the start date and end date of import date range when the query is executed.  They will be formatted properly for the source database type. 

Basic - Get only approved Results where the Result Status (field S) is 'Done':

Select EDORS.WIMS_LIMS_SAMPLE.Sample_ID AS SAMPNUM, SOURCE,COLLECT_METHOD,Matrix,Sample_Date,Sample_TIME,Analyte,Init_Qualifier,Init_Value,Qualifier,Value
from EDORS.WIMS_LIMS_SAMPLE, EDORS.WIMS_LIMS_RESULT
WHERE EDORS.WIMS_LIMS_SAMPLE.SAMPLE_ID= EDORS.WIMS_LIMS_RESULT.SAMPLE_ID and Sample_Date >= #SD#

 

Related Articles
No Related Articles Available.

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 1/6/2012 10:04 AM.
Last Modified on 1/6/2012 10:04 AM.
Last Modified by Scott Dorner.
Article has been viewed 2412 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article