Class PumpDto
Represents a data transfer object for conveying pump-related information between application layers.
public class PumpDto
- Inheritance
-
PumpDto
- Inherited Members
- Extension Methods
Properties
Location
public PatientLocation? Location { get; set; }
Property Value
MessageTime
public DateTime MessageTime { get; set; }
Property Value
PatientNumber
public string PatientNumber { get; set; }
Property Value
PumpObservations
public List<PumpObservation>? PumpObservations { get; set; }
Property Value
WaitResult
public bool WaitResult { get; set; }