Class PumpElement
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a pump element within the system, serving as a component for pumping-related functionality.
public class PumpElement
- Inheritance
-
PumpElement
- Inherited Members
- Extension Methods
Properties
CodingSystem
public string? CodingSystem { get; set; }
Property Value
Id
public string? Id { get; set; }
Property Value
Result
public char? Result { get; set; }
Property Value
- char?
Text
public string? Text { get; set; }
Property Value
Time
public DateTime? Time { get; set; }
Property Value
Units
public string? Units { get; set; }
Property Value
Value
public object? Value { get; set; }
Property Value
ValueCodingSystem
public string? ValueCodingSystem { get; set; }
Property Value
ValueId
public string? ValueId { get; set; }