rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -5,6 +5,9 @@ namespace adas_core.Domain.Models.MongoModels;
#region DetailsConfig
/// <summary>
/// Represents the configuration settings for card details.
/// </summary>
public class CardDetailsConfig
{
public ObjectId Id { get; set; }
@@ -13,6 +16,9 @@ public class CardDetailsConfig
public List<SectionBoxLayout>? SmartSections { get; set; }
}
/// <summary>
/// Represents configuration settings for row details, typically used to control the display and behavior of expandable detail rows.
/// </summary>
public class RowDetailsConfig
{
// Dynamic cells de nurse y Dynamic Obs de monitoring
@@ -24,6 +30,9 @@ public class RowDetailsConfig
public DialogConfig? DialogConfig { get; set; }
}
/// <summary>
/// Represents a container for detailed information about an individual cell.
/// </summary>
public class CellDetails
{
public List<ObservationTextRule>? TextRules { get; set; }