Closed peterjamesnugent closed 3 months ago
Change the reading of ContaminantSample from ERES_RVAL to ERES_RTXT - this is because ERES_RTXT contains useful information about whether the Result is below the detection limit (i.e. < 0,1).
ContaminantSample
ERES_RVAL
ERES_RTXT
Result
This will have to be done at the same time as: https://github.com/BHoM/BHoM/issues/1623
Description:
Change the reading of
ContaminantSample
fromERES_RVAL
toERES_RTXT
- this is becauseERES_RTXT
contains useful information about whether theResult
is below the detection limit (i.e. < 0,1).