Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mrgsolve 1.7.0
data set when infusion duration (
Dn) or rate (Rn) are modeled in$PK(Code / data consistency checking for modeled infusions #1304).D1in
$PK) and data set rate is not -2 on a dosing record, an error will beissued. If there is a positive infusion rate in the model (e.g.,
R1in
$PK) and data set rate is not -1 on a dosing record, a similar errorwill be issued (check direction: model to data set).
when rate was -1 or -2 in the data and
R1orD1were not set to apositive value in the model (the opposite check direction: data set to
model).
block option (
@!check_modeled_infusions) on$PKor through theCHECK_MODELED_INFUSIONSmacro available in$PREAMBLEonly.