=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===
This commit is contained in:
@@ -9,6 +9,7 @@ namespace adas_core.Domain.Models.MongoModels;
|
||||
/// <remarks>
|
||||
/// This class serves as a data model for capturing information related to a specific point where care is administered to patients.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=99a7922 -->
|
||||
public class PointOfCare
|
||||
{
|
||||
public ObjectId Id { get; set; }
|
||||
@@ -39,6 +40,7 @@ public class PointOfCare
|
||||
/// <summary>
|
||||
/// Represents the configuration settings for a point-of-care system, encapsulating the parameters and options required to manage its behavior.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=50c6b7b -->
|
||||
public class PointOfCareConfiguration
|
||||
{
|
||||
public List<ObjectId>? BeaconIdList { get; set; } = [];
|
||||
|
||||
Reference in New Issue
Block a user