Table of Contents

Class PatientIntravenousLinesValue

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

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

string

Duration

public string? Duration { get; set; }

Property Value

string

InsertTime

public DateTime? InsertTime { get; set; }

Property Value

DateTime?

Location

public string? Location { get; set; }

Property Value

string

RemoveTime

public DateTime? RemoveTime { get; set; }

Property Value

DateTime?

Type

public string? Type { get; set; }

Property Value

string