-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Limit of Quantification (LOQ) for services and analyses (#2682)
* Added QuantificationLimit field for services and analyses * Return empty instead of zopemessage * Support QL and BELOWQL wildcards for calculations * Return < QL when result is below the Quantification limit * Display the quantification limit before lower detection limit * Add validators for LDL and QL * Added validators * Missing line break * Fix doctests * When result is below detection limit, display < LDL instead * Quantification Limit (QL) -> Limit of Quantification (LOQ) For formal scientific, technical, or regulatory contexts, Limit of Quantification (LOQ) is better choice than Quantification Limit (QL) as it aligns with standard usage and is more widely recognized. LOQ is the term standardized by international organizations such as IUPAC, ISO, and regulatory agencies like the FDA and EPA. * Fix test TestDecimalMarkWithSciNotation * Added "Limits" schemata to Analysis Service * Upgrade step to initialize LOQ of services * Display "Not detected" for results < LLOD when LOQ is set * LOQ -> LLOQ * Added UpperLimitOfQUantification * Cleanup * Cleanup * Added doctests for Uncertainties * Make linter happy * Added doctests for Uncertainties * Added doctests for limits (quantifiable and detection ranges) * Do not change the value type on getters * Changelog * Removed default --------- Co-authored-by: Ramon Bartl <[email protected]>
- Loading branch information
Showing
13 changed files
with
1,014 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.