The Hach WIMS Direct Server-Side Interface to Tribal LIMS imports values from the Tribal LIMS and brings the value into Hach WIMS.
The interface will query out the data by when it was updated (table.field -> SAMPLE.dateupdated) and store the results when the sample was collected (table.field -> SAMPLE.sampledate). The user can specify the LIMS Location ID, LIMS Analysis ID (Analyte ID) and either the Sample Type ID or Sample Study ID.
- LIMS Location ID - SAMPLE.Locationid
- LIMS Analysis ID - SAMPLEANALYSIS.Analysisid
- Either
- Sample Type ID - SAMPLE.sampletype
- Sample Study ID - SAMPLE.samplestudy
The result caputerd (SAMPLEANALYSIS.result) is evaluated for symbols (SAMPLEANALYSIS.signfield), such as Minimum Detection Limits, and stored into Hach WIMS accordingly.