Main Content

DoseUnits

Dose units in PKData object

Description

The DoseUnits property indicates the units for dose values in the PKData object. Dose units must have dimensions of amount or mass. The length of DoseUnits must be the same as DoseLabel. For example, if the DoseLabel property defines two columns containing dosing information, DoseUnits must also define units for both columns. If unit conversion is on, dose and rate units must be consistent with each other (that is in terms of amount or mass) and must be consistent with the species object that is being dosed.

To get a list of units, use the sbioshowunits function.

Characteristics

Applies toObject: PKData
Data typeCharacter vector or cell array of character vectors
Data valuesUnits from units library. Default is '' (empty).
AccessRead/write