=== 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:
@@ -8,6 +8,7 @@ namespace adas_core.Domain.Models.MongoModels;
|
||||
/// <summary>
|
||||
/// Represents the configuration settings for card details.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=f4c2536 -->
|
||||
public class CardDetailsConfig
|
||||
{
|
||||
public ObjectId Id { get; set; }
|
||||
@@ -19,6 +20,7 @@ public class CardDetailsConfig
|
||||
/// <summary>
|
||||
/// Represents configuration settings for row details, typically used to control the display and behavior of expandable detail rows.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=e4c173a -->
|
||||
public class RowDetailsConfig
|
||||
{
|
||||
// Dynamic cells de nurse y Dynamic Obs de monitoring
|
||||
@@ -33,6 +35,7 @@ public class RowDetailsConfig
|
||||
/// <summary>
|
||||
/// Represents a container for detailed information about an individual cell.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=52acd82 -->
|
||||
public class CellDetails
|
||||
{
|
||||
public List<ObservationTextRule>? TextRules { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user