GenOrder


Dose

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

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

Nested types and modules

TypeDescription
Dose

Type that represents a dose quantity, total and rate

Functions and values

Function or valueDescription
dose n ung
Signature: n:string list -> ung:String -> Dose

Create a Dose with name n and UnitGroup ung

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

Set a Dose with a quantity, total and rate Variable in a list of Variable lists

getName arg1
Signature: Dose -> string

Get the common name of a Dose

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

Set the Name n to the dose Variables

toString arg1
Signature: Dose -> string list

Turn a Dose to a string

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

Turn Dose in a dose quantity, total and rate VariableUnit

Fork me on GitHub