Table of Contents

Class TreatmentRoute

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

Represents a treatment route, defining the pathway or method by which a treatment is administered or delivered.

public class TreatmentRoute
Inheritance
TreatmentRoute
Inherited Members
Extension Methods

Properties

Route

public Code? Route { get; set; }

Property Value

Code

Methods

ToString()

Returns a string representation of the treatment route, including the route code when available.

public override string ToString()

Returns

string

A formatted string identifying the treatment route, with the route code appended if Route is not null.