<
From version < 37.1 >
edited by Robin Huisman
on 2024/08/01 00:00
To version < 39.1 >
edited by Robin Huisman
on 2024/08/01 00:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -= Exporting lab results to TerraIndex for a customer =
1 += Reporting lab results to TerraIndex for a customer =
2 2  
3 3  Returning the labresults to the client, that requested the analysis on samples.
4 4  
... ... @@ -18,7 +18,7 @@
18 18  
19 19  **XSD**: Ask or SIKB Members can download from: [[https:~~/~~/www.sikb.nl/datastandaarden/richtlijnen/sikb0101>>url:https://www.sikb.nl/datastandaarden/richtlijnen/sikb0101]]
20 20  
21 -**Controle XSLT**: [[attach:Labresult_Controle.xsl||rel=" noopener noreferrer" target="_blank"]]
21 +**Controle XSLT**: [[attach:Labresult_Controle.xsl||rel="noopener noreferrer" target="_blank"]]
22 22  
23 23  **Domaintable files**: [[immetingen lookup v14.8.0.xml>>url:https://wiki.terraindex.com/bin/download/Implementation%20documentation/Setting%20up%20Lab%20communication%20by%20REST%20services%20with%20TerraIndex/Lab%20assignment%20file/WebHome/immetingen%20lookup%20v14.8.0.xml?rev=1.2]]   [[imsikb0101 lookup v14.8.0.xml>>url:https://wiki.terraindex.com/bin/download/Implementation%20documentation/Setting%20up%20Lab%20communication%20by%20REST%20services%20with%20TerraIndex/Lab%20assignment%20file/WebHome/imsikb0101%20lookup%20v14.8.0.xml?rev=1.1]]
24 24  extracted from: **[[https:~~/~~/codes.sikb.nl>>url:https://codes.sikb.nl/]] **
... ... @@ -51,13 +51,36 @@
51 51  
52 52  The labassignment is the same as in the labassignment file: [[Lab assignment file - SIKB0101 v14>>https://wiki.terraindex.com/bin/view/Implementation%20documentation/Setting%20up%20Lab%20communication%20by%20REST%20services%20with%20TerraIndex/Lab%20assignment%20file/#]]
53 53  
54 -With 3 differences:
54 +With 3 differences/additions:
55 55  
56 56  * Status on the labassignment itself
57 57  * Status on the labassignment.sample link
58 58  * The labassignment Report number can be send in: LabAssignmentCertificate
59 59  
60 +|**Attribute**|**Notes**
61 +|(((
62 +**identification** NEN3610ID
63 +)))|(((
64 +A unique code that is created when the object is created for the first time.
65 +)))
66 +|(((
67 +**operatingLab** GenericName
60 60  
69 +
70 +)))|(((
71 +Code of the laboratory to which the assignment is assigned.
72 +
73 +Domaintable: [[Meetinstantie / Measuring Company>>url:https://codes.sikb.nl/tablet/domain-table-details/4e270f0a-cefe-446e-9d4d-6666c91180a8]]
74 +)))
75 +|(((
76 +**startTime** DateTime
77 +)))|Dispatch date of the lab assignment
78 +|(((
79 +**customerCode** CharacterString
80 +)))|Client code or debtor number of the client as known by the laboratory
81 +
82 +
83 +
61 61  === LabAssignmentStatus ===
62 62  
63 63  |**Attribute Name**|**Description**
... ... @@ -119,7 +119,6 @@
119 119  **projectCode** CharacterString
120 120  )))|The project code of the project where the lab results are for, as send in the labassignment
121 121  
122 -
123 123  == Sample (AnalysisSample) ==
124 124  
125 125  The analysissamples with analysisrequests, as send in the labassignment. The fieldsamples form the labassignment can be skipped in the results file.
... ... @@ -135,7 +135,7 @@
135 135  |**Attribute**|**Notes**
136 136  |(((
137 137  **identification** NEN3610ID
138 -)))|The unique identifier of TerraIndex for the analyses sample
160 +)))|The unique identifier of TerraIndex for the analyses sample, to keep this value unique forever in the whole exchange chain.
139 139  |(((
140 140  **name** CharacterString
141 141  
... ... @@ -162,25 +162,31 @@
162 162  Domaintable: [[Compartiment / Matrix>>url:https://codes.sikb.nl/tablet/domain-table-details/6134f3bb-6048-431d-a130-01290d84172c]]
163 163  )))
164 164  
165 -
166 166  == Analysis ==
167 167  
189 +The measured parameter with it's value and process.
190 +
168 168  |**Attribute Name**|**Description**
169 169  |(((
170 170  **identification** NEN3610ID
171 -)))|The unique identifier of the Project in TerraIndex and in the whole Exchange Chain, as send in the labassignment
172 -|(((
194 +)))|The unique identifier of the AnalysisResult, to keep this value unique forever in the whole exchange chain.
195 +If not possible to store this in the Lims, generate on the fly.
196 +(% class="info" %)|(((
173 173  **physicalProperty **PhysicalProperty
174 174  )))|(((
175 175  The combination of Quantity, Parameter and Condition to provide the parameter that has been measured.
176 -See this chapter for the combinations, and the CAS-NR's.
200 +**[[See this chapter for the combinations, and the CAS-NR's. >>https://wiki.terraindex.com/bin/view/Implementation%20documentation/Setting%20up%20Lab%20communication%20by%20REST%20services%20with%20TerraIndex/Lab%20result%20file/#HSIKB14Parameterresultcombinations]]**
177 177  
178 178  
179 179  )))
180 -| |
204 +|**result **AnalyticResult|The result of the analysis, see next chapter.
205 +|**procedure **AnalysisProcess|The process that has been used to measure/determine the result, see next chapter.
181 181  
207 +
208 +
182 182  === AnalyticResult (inherited from MeasureResult) ===
183 183  
211 +The actual reported value, result of detection limit.
184 184  
185 185  |**Attribute Name**|**Description**
186 186  |(((
... ... @@ -231,10 +231,36 @@
231 231  **alphanumericValue** CharacterString
232 232  )))|Textual value associated with an analysis result
233 233  
234 -==== ====
262 +==== ====
235 235  
236 -==== ====
264 +==== ====
237 237  
266 +
267 +
268 +=== AnalysisProcess ===
269 +
270 +The process that has been used to detemine the measured value or result.
271 +
272 +|**Attribute Name**|**Description**
273 +|(((
274 +**identification** NEN3610ID
275 +)))|The unique identifier of the AnalysisProcess, it can be bound to multiple results at once.
276 +|**analyticalTechnique **GenericName|(((
277 +The used analytical technique to detemine the result.
278 +
279 +Domain table: [[AnalyticalTechnique>>https://codes.sikb.nl/tablet/domain-table-details/04be2365-3d05-4903-a53e-edafef7111e8]]
280 +)))
281 +|**certification **GenericName|(((
282 +The used certification to detemine the result.
283 +
284 +Domain table: [[CertificationCode>>https://codes.sikb.nl/tablet/domain-table-details/04be2365-3d05-4903-a53e-edafef7111e8]]
285 +)))
286 +|**valuationMethod **GenericName|(((
287 +The used valuation method to detemine the result.
288 +
289 +Domain table: [[ValuationMethod>>https://codes.sikb.nl/tablet/domain-table-details/04be2365-3d05-4903-a53e-edafef7111e8]]
290 +)))
291 +
238 238  = What to exchange to bind the right results to the right sample? =
239 239  
240 240  The data stream ‘Lab Result’ is the feedback of analysis results on the requested lab assignment at a laboratory. At import we need to bind it onto the correct sample.
... ... @@ -274,7 +274,6 @@
274 274  * If Project is found, but the analysis sample is not; then this analysis sample is imported as a new analysis sample with all results.
275 275  * (If it concerns water samples, a new fictional/temporary measuring point and filter could be created.)
276 276  
277 -
278 278  = SIKB 14 Parameter result combinations =
279 279  
280 280  In the SIKB0101 version 14 exchange of **__labresults is combination needed __**for exchanging the result parameters of the Lab analysis.
TerraIndex
asd