Skip to content

Set path to csv dose schedule for PK

Compare
Choose a tag to compare
@drbergman drbergman released this 09 May 15:54
· 6 commits to main since this release

Now can set the path to the PK dosing schedule in the schedule element as follows:

<schedule format="csv">
  <folder>./config</folder>
  <filename>S_dose_schedule.csv</filename>
</schedule>

Replace ./config and S_dose_schedule.csv with your path info.
Full Changelog: v1.0.8...v1.0.9