Class PatientAllergiesValue
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
Type
public string? Type { get; set; }
Property Value
Value
public string? Value { get; set; }
Property Value
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.