rama creada apartir de master en j
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user