Table of Contents

Class DrugStringValue

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

Serves as an abstract base class for drug values represented as strings, extending DrugValue.

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

Remarks

Inherits from DrugValue and is intended to be derived by concrete classes that encapsulate string-typed drug data associated with a PumpElement.

Constructors

DrugStringValue(PumpElement)

Serves as an abstract base class for drug values represented as strings, extending DrugValue.

protected DrugStringValue(PumpElement pumpElement)

Parameters

pumpElement PumpElement

Remarks

Inherits from DrugValue and is intended to be derived by concrete classes that encapsulate string-typed drug data associated with a PumpElement.

Properties

Value

public string? Value { get; set; }

Property Value

string