Table of Contents

Class PatientDrainagesValue

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

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

string

Type

public string? Type { get; set; }

Property Value

string

Volume

public int? Volume { get; set; }

Property Value

int?