Table of Contents

Class DrugDoubleValue

Namespace
adas_core.Domain.Models.Observations
Assembly
adas-core.Domain.dll

Represents an abstract base class for drug values that are expressed as double-precision floating-point numbers, providing a common foundation for numerical drug-related data.

public abstract class DrugDoubleValue : DrugValue
Inheritance
DrugDoubleValue
Derived
Inherited Members
Extension Methods

Remarks

As an abstract class, it must be inherited by a derived class that supplies the concrete implementation for the double-based drug value behavior.

Constructors

DrugDoubleValue(PumpElement)

protected DrugDoubleValue(PumpElement pumpElement)

Parameters

pumpElement PumpElement

Properties

Value

public double? Value { get; set; }

Property Value

double?