Skip to content

BLQ Rule (blq) ​

Handles Below Limit of Quantification (BLQ) values in pharmacokinetic data.

FieldDescriptionRequired
beforeValue to use before TMAXβœ… Yes
atValue to use at TMAXβœ… Yes
afterValue to use after TMAXβœ… Yes

Example: ​

json
{
    "type": "blq",
    "source_column": "concentration",
    "destination_column": "blq_flag",
    "before": 0,
    "at": 1,
    "after": 2
}

Behavior: Sets BLQ flags based on position relative to TMAX.