rama creada apartir de master en j
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace adas_core.Domain.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Serves as an abstract base class for patient observation values, extending <see cref="BasePatientObservation"/> to provide common functionality for representing measured or recorded clinical data associated with a patient observation.
|
||||
/// </summary>
|
||||
public abstract class BasePatientObservationValue : BasePatientObservation
|
||||
{
|
||||
public object Value { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user