Table of Contents

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

pumpElement PumpElement

Remarks

Inherits from DrugDoubleValue and is constructed with a PumpElement instance that is forwarded to the base constructor.