Class PumpDeliveryPressure
- Namespace
- adas_core.Domain.Models.Observations
- Assembly
- adas-core.Domain.dll
Represents the delivery pressure of a pump as a drug-related double precision value.
public class PumpDeliveryPressure : DrugDoubleValue
- Inheritance
-
PumpDeliveryPressure
- Inherited Members
- Extension Methods
Remarks
Inherits from DrugDoubleValue and is constructed with a PumpElement instance that is forwarded to the base constructor.
Constructors
PumpDeliveryPressure(PumpElement)
Represents the delivery pressure of a pump as a drug-related double precision value.
public PumpDeliveryPressure(PumpElement pumpElement)
Parameters
pumpElementPumpElement
Remarks
Inherits from DrugDoubleValue and is constructed with a PumpElement instance that is forwarded to the base constructor.