GenOrder


DoseAdjust

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

Type and functions that represent an adjusted dose, and a dose is an adjusted dose quantity, total and rate

Nested types and modules

TypeDescription
DoseAdjust

Type that represents an adjusted dose quantity, total and rate

Functions and values

Function or valueDescription
doseAdjust n ung1 ung2
Signature: n:string list -> ung1:String -> ung2:string -> DoseAdjust

Create a DoseAdjust with name n and UnitGroup ung1 adjusted by ung2

fromVar eqs arg2
Signature: eqs:Variable list list -> DoseAdjust -> DoseAdjust

Set a DoseAdjust with an adjusted quantity, total and rate Variable in a list of Variable lists

getName arg1
Signature: DoseAdjust -> string

Get the common name of a DoseAdjust

setName n arg2
Signature: n:Name -> DoseAdjust -> DoseAdjust

Set the Name n to the dose Variables

toString arg1
Signature: DoseAdjust -> string list

Turn a DoseAdjust to a string

toVarUnt arg1
Signature: DoseAdjust -> VariableUnit * VariableUnit * VariableUnit

Turn DoseAdjust in an adjusted quantity, total and rate VariableUnit

Fork me on GitHub