Class PatientIntravenousLinesValue
Represents a value type containing data related to a patient's intravenous lines.
public class PatientIntravenousLinesValue
- Inheritance
-
PatientIntravenousLinesValue
- Inherited Members
- Extension Methods
Properties
Action
public string? Action { get; set; }
Property Value
Duration
public string? Duration { get; set; }
Property Value
InsertTime
public DateTime? InsertTime { get; set; }
Property Value
Location
public string? Location { get; set; }
Property Value
RemoveTime
public DateTime? RemoveTime { get; set; }
Property Value
Type
public string? Type { get; set; }