processBoreholeSampleAnalysis
Function: processBoreholeSampleAnalysis()
Section titled “Function: processBoreholeSampleAnalysis()”function processBoreholeSampleAnalysis(_value, context): | BoreholeSampleAnalysis | undefined;Defined in: src/resolvers/bore-resolvers.ts:1391
Process borehole sample analysis data from boreholeSampleAnalysis element
Extracts laboratory analysis data including all investigated intervals and their determination results.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
_value | string | null | Not used (we work with the node directly) |
context | ResolverContext | Resolver context containing the XML node and adapter |
Returns
Section titled “Returns”| BoreholeSampleAnalysis
| undefined
BoreholeSampleAnalysis object or undefined if not present