Table of Contents

Namespace adas_core.Domain.Models.Observations

Classes

BoolObservation

Represents an observation that conveys a boolean value, extending the base Observation type.

ChartObservation

Represents an observation that is associated with a chart, providing chart-specific contextual data derived from the base Observation type.

DoubleObservation

Represents an observation that captures a double-precision floating-point measurement or value. Inherits from the base Observation type, providing a specialized observation variant for numeric data of type double.

Drug

Represents a drug value associated with a pump element, inheriting from the DrugStringValue base class.

DrugDoubleValue

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.

DrugStringValue

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

DrugValue

Represents a value or data entry associated with a drug, such as dosage, concentration, or other pharmaceutical-related information.

FlowFluid

Represents a double-precision drug value that describes the flow of a fluid for the specified PumpElement.

FullObservation

Represents a complete observation as a specialized form of the Observation base class.

Medication

Represents a medication-related observation, extending the base Observation type.

Observation

Represents a single observation or recorded data point.

ObservationPaginatedResult

Represents a paginated collection of observation results, typically used to return a subset of observations along with associated pagination metadata.

ObservationsRequest

Represents a request for retrieving observations data, typically used to encapsulate query parameters or filtering criteria when interacting with an observations service or repository.

PredictMedicationObservation

Represents a prediction result or data model for medication observation.

PumpActiveSources

Represents the active sources of a pump element as a drug string value. Inherits from DrugStringValue, encapsulating source information for pump operations.

PumpDeliveryPressure

Represents the delivery pressure of a pump as a drug-related double precision value.

PumpMode

Represents a pump mode as a drug-related string value, inheriting string-based value semantics from DrugStringValue.

PumpStatus

Represents the operational status of a pump as a drug-related string value.

StringObservation

Represents an observation that is associated with string data, extending the base Observation type.

VolumeFluidDeliveryTotal

Represents the total volume of fluid delivered as a drug-related double value associated with a specific pump element.

VolumeFluidTbiRemain

Represents the remaining volume of fluid to be infused (TBI) associated with a pump element, implemented as a drug-related double value.

VolumeFluidTimePdRemain

Represents the remaining time for volume fluid delivery, derived from a drug double value associated with a pump element.