Prescription
Namespace: Informedica.GenOrder.Lib
Types and functions that presents a Prescription
, i.e. either a
process, or a continuous prescription or a discontinuous prescription
with or without a time
Nested types and modules
Type | Description |
Prescription | Type that represents a prescription |
Functions and values
Function or value | Description |
continuous n
Signature: n:string list -> Prescription
|
![]() ![]() Create a continuous |
discontinuous n
Signature: n:string list -> Prescription
|
![]() ![]() Create a discontinuous |
freqTime n
Signature: n:string list -> Frequency * Time
|
![]() ![]() Create |
fromEqs eqs prs
Signature: eqs:Variable list list -> prs:Prescription -> Prescription
|
![]() ![]() Set a list of |
isContinuous _arg1
Signature: _arg1:Prescription -> bool
|
![]() ![]() Check whether a |
isTimed _arg1
Signature: _arg1:Prescription -> bool
|
![]() ![]() Check whether a |
process
Signature: Prescription
|
![]() ![]() A |
timed n
Signature: n:string list -> Prescription
|
![]() ![]() Create a timed |
toEqs prs
Signature: prs:Prescription -> VariableUnit option * VariableUnit option
|
![]() ![]() Turn |
toString prs
Signature: prs:Prescription -> string list
|
![]() ![]() Turn a |