Table of Contents

Class PatientAllergiesValue

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

Represents a value related to a patient's allergies.

public class PatientAllergiesValue
Inheritance
PatientAllergiesValue
Inherited Members
Extension Methods

Properties

Notes

public string? Notes { get; set; }

Property Value

string

Type

public string? Type { get; set; }

Property Value

string

Value

public string? Value { get; set; }

Property Value

string

Methods

ToString()

Returns a formatted string representation of the object, including its Type, Value, and Notes properties.

public override string ToString()

Returns

string

A string containing the Type, Value, and Notes properties of the object.