Home : Products : Hach WIMS : Interfaces : Hach WIMS Direct Server-Side Interface to Custom Q13415 LabVantage LIMS : Documentation : Introduction : Interface Introduction
Q13417 - INFO: Interface Introduction

The Hach WIMS Direct Server-Side Interface to Custom Q13415 LabVantage LIMS is used to transfer daily lab results to the Hach WIMS DBMS. The default table is LIMSSAMPLESTATUS but can be changed in the configuration.

This is an example of source data:

Hach WIMS LIMS_LOC cross-references to LabVantage's LSOURCE field

Hach WIMS LIMS_TEST cross-references to LabVantage's SOURCE field

Hach WIMS LIMS_UD1 cross-references to LabVantage's W_RESULT field

 

Sample query:

select w_data, w_stat, comments, sdatest, samplestatus, lsource, source, w_result, w_units from LABVANT.LIMSSAMPLESTATUSCOPY where samplestatus='W' and sdatest is not null and lsource is not null and source is not null and w_result is not null and last_updated >=  TO_DATE('01-Jan-2002 12:00:00 AM', 'dd-Mon-yyyy HH:MI:SS AM')  and last_updated <=  TO_DATE('01-Jan-2003 12:00:00 AM', 'dd-Mon-yyyy HH:MI:SS AM')  order by sdatest desc, lsource, source, w_result, last_updated desc

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 5/16/2011 3:26 PM.
Last Modified on 5/19/2011 10:37 AM.
Last Modified by No Author Name Available!.
Article has been viewed 2191 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article