Class PumpActiveSources
- Namespace
- adas_core.Domain.Models.Observations
- Assembly
- adas-core.Domain.dll
Represents the active sources of a pump element as a drug string value. Inherits from DrugStringValue, encapsulating source information for pump operations.
public class PumpActiveSources : DrugStringValue
- Inheritance
-
PumpActiveSources
- Inherited Members
- Extension Methods
Constructors
PumpActiveSources(PumpElement)
Represents the active sources of a pump element as a drug string value. Inherits from DrugStringValue, encapsulating source information for pump operations.
public PumpActiveSources(PumpElement pumpElement)
Parameters
pumpElementPumpElement
Properties
ValueCodingSystem
public string? ValueCodingSystem { get; set; }
Property Value
ValueId
public string? ValueId { get; set; }