=== 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:
@@ -6,6 +6,7 @@ namespace adas_core.Domain.Models.AppSettings;
|
||||
/// <summary>
|
||||
/// Represents configuration settings for an API, such as base URL, authentication credentials, and timeout values.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=83781cb -->
|
||||
public class ApiSettings
|
||||
{
|
||||
public const string Api = "ApiSettings";
|
||||
@@ -214,6 +215,7 @@ public class ApiSettings
|
||||
/// <summary>
|
||||
/// Represents archived data related to a nurse, providing storage or transfer of historical nursing records.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=49ee4f4 -->
|
||||
public class ArchiveNurseData
|
||||
{
|
||||
public bool Active { get; set; } = false;
|
||||
@@ -226,6 +228,7 @@ public class ArchiveNurseData
|
||||
/// <summary>
|
||||
/// Represents the configuration settings used to control the archiving process for nurse-related data.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=dc90db8 -->
|
||||
public class ArchiveNurseDataConfig
|
||||
{
|
||||
public bool Active { get; set; } = false;
|
||||
@@ -235,6 +238,7 @@ public class ArchiveNurseDataConfig
|
||||
/// <summary>
|
||||
/// Represents a mapping configuration for point of care data, defining relationships between source and target structures.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=27a9412 -->
|
||||
public class PointOfCareMapping
|
||||
{
|
||||
public string? Key { get; set; }
|
||||
@@ -245,6 +249,7 @@ public class PointOfCareMapping
|
||||
/// <summary>
|
||||
/// Represents configuration settings that govern how observations are captured, processed, or reported.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=5975642 -->
|
||||
public class ConfigObservationSettings
|
||||
{
|
||||
public bool IgnoreUnknownObservation { get; set; }
|
||||
@@ -257,6 +262,7 @@ public class ConfigObservationSettings
|
||||
/// <summary>
|
||||
/// Represents a collection or registry of intervention codes used to identify or categorize specific interventions.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=46f520c -->
|
||||
public class InterventionsCodes
|
||||
{
|
||||
private object? _finalValue;
|
||||
@@ -387,6 +393,7 @@ public class InterventionsCodes
|
||||
/// <summary>
|
||||
/// Represents a collection or container of values related to interventions.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=4c5d783 -->
|
||||
public class InterventionsValues
|
||||
{
|
||||
private object? _finalValue;
|
||||
@@ -500,6 +507,7 @@ public class InterventionsValues
|
||||
/// <summary>
|
||||
/// Represents a collection or configuration for mapping interventions, providing the means to associate intervention data with corresponding target structures or actions.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=55d2689 -->
|
||||
public class MappingInterventions
|
||||
{
|
||||
public string? Type { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user