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 Thermo Scientific SampleManager
Q14424 - INFO: Using Generic LIMS Interface with Thermo Scientific SampleManager

The generic LIMS Interface can be used with the Thermo SampleManagerTM (tested with Ver 11.2 SP1 running on SQL 2012 database) LIMS system.  See https://www.thermofisher.com/order/catalog/product/INF-11000 for more information on SampleManager. 

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

 Sample Manager stores the results in the RESULTS, TEST, and SAMPLE tables.

Select  Sampled_Date as SAMPDATE, SAMPLE.SAMPLING_POINT + ':' +SAMPLE.SAMPLE_TYPE AS SAMPLOC, TEST.ANALYSIS AS ANALYTE, RESULT.TEXT AS FINAL, RESULT.UNITS, RESULT.COMMENTS as RESULTCOMMENT, SAMPLE.SAMPLE_TYPE AS SAMPLETYPE,  TEST.DATE_COMPLETED , TEST.STATUS,

RESULTSTATUS = CASE WHEN TEST.STATUS ='C' THEN -6144 WHEN TEST.STATUS='A' THEN -4196 ELSE -6144 END

FROM SAMPLE, TEST, RESULT

WHERE SAMPLE.ID_NUMERIC=TEST.SAMPLE

AND TEST.TEST_NUMBER = RESULT.TEST_NUMBER

AND TEST.DATE_COMPLETED > '1/5/2017' AND TEST.STATUS IN ( 'A','C')

 

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 2/20/2017 3:46 PM.
Last Modified on 2/20/2017 3:46 PM.
Last Modified by Scott Dorner.
Article has been viewed 3751 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article