Class PatientDrainagesValue
Represents a value associated with a patient's drainage information.
public class PatientDrainagesValue
- Inheritance
-
PatientDrainagesValue
- Inherited Members
- Extension Methods
Properties
Height
public int? Height { get; set; }
Property Value
- int?
Location
public string? Location { get; set; }
Property Value
Type
public string? Type { get; set; }
Property Value
Volume
public int? Volume { get; set; }
Property Value
- int?