Class TreatmentRoute
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
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
Routeis not null.