Files
2026-06-26 10:29:23 +02:00

1818 lines
170 KiB
Plaintext

## WORKSPACE EXECUTIVE SUMMARY (YAML)
# Generated: 2026-06-11T11:26:49.3169689+02:00
# Root: D:\EPIGRAM\source\repos\adas-core
Architecture:
Type: Backend (C#/.NET)
Scale: 718 relevant source files
Components: 0
Controllers: 34
Models: 190
Services: 113
---
- File: adas-core.sln
Preview: " Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.3.32721.290 MinimumVisualStudioVersio..."
- File: adas-core\adas-core.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk.Web'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsi..."
- File: adas-core.Application\adas-core.Application.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.Application</RootNamesp..."
- File: adas-core.Authentication\adas-core.Authentication.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.Authentication</RootNam..."
- File: adas-core.Domain\adas-core.Domain.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nul..."
- File: adas-core.Infrastructure\adas-core.Infrastructure.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.Infrastructure</RootNam..."
- File: adas-core.LdapLogin\adas-core.LdapLogin.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.LdapLogin</RootNamespac..."
- File: adas-core.LocalLogin\adas-core.LocalLogin.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.LocalLogin</RootNamespa..."
- File: adas-core.module.LightBeacons\adas-core.module.LightBeacons.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.module.LightBeacons</Ro..."
- File: adas-core.module.ProxyDevices\adas-core.module.ProxyDevices.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.module.ProxyDevices</Ro..."
- File: adas-core.module.Relays\adas-core.module.Relays.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.module.Relays</RootName..."
- File: adas-core.Test\adas-core.Test.csproj
Preview: "<Project Sdk='Microsoft.NET.Sdk'> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>adas_core.Test</RootNamespace> ..."
- File: .teralevel-ci.yml
Preview: "steps: test: image: mcr.microsoft.com/dotnet/sdk:8.0 when: event: - push - commit commands: - (dotnet nuget add source $${ADAS_NU..."
- File: global.json
Preview: "{ 'sdk': { 'version': '8.0.100' } }"
- File: README.md
Preview: "ADAS CORE API "
- File: adas-core\appsettings.Auditoria.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks.Co..."
- File: adas-core\appsettings.BombasBD.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'AllowedHosts': '*', 'DatabaseSettings': {..."
- File: adas-core\appsettings.CENTRAL_PHILIPS.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.CHUO.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.Develop.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.H12O.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'AllowedHosts': '*', 'DatabaseSettings': {..."
- File: adas-core\appsettings.HGMM.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.HPAZ.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.HPAZBastion.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'AllowedHosts': '*', 'DatabaseSettings': {..."
- File: adas-core\appsettings.HRYCM.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.HUVH-UCIA.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.HUVH-UCIN.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'AllowedHosts': '*', 'DatabaseSettings': {..."
- File: adas-core\appsettings.Local.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.LocalTest.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'Serilog': { 'Using': [ 'Serilog.Sinks..."
- File: adas-core\appsettings.NursePlan.json
Preview: "{ 'Logging': { 'LogLevel': { 'Default': 'Information', 'Microsoft.AspNetCore': 'Warning' } }, 'AllowedHosts': '*', 'DatabaseSettings': {..."
- File: adas-core\Program.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas..."
- File: adas-core.Authentication\AuthorityService.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Interfaces; using..."
- File: adas-core.Authentication\UserService.cs
Preview: "using System.Diagnostics; using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; using System.Text; using adas_core.Application.Exceptio..."
- File: adas-core.Domain\IDefaultRepository.cs
Symbols: [IDefaultRepository]
Preview: "using System.Linq.Expressions; using adas_core.Domain.Models.Filter; using Microsoft.EntityFrameworkCore; namespace adas_core.Domain; public interface..."
- File: adas-core.Domain\Permissions.cs
Symbols: [Permissions, new]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain; public class Permissions { public SourcePermissions Write { get; set; } = new() { Ac..."
- File: adas-core.Domain\QueryCustomizer.cs
Preview: "using System.Linq.Expressions; using Microsoft.EntityFrameworkCore; namespace adas_core.Domain; /// <summary> /// Allow to pass to a <see cref='IQue..."
- File: adas-core.LdapLogin\IModule.cs
Preview: "using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace adas_core.LdapLogin; /// <summary> /// Defines a m..."
- File: adas-core.LdapLogin\LdapLoginService.cs
Preview: "using adas_core.Authentication.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Exceptions; using adas_core.Domain.Models.MongoModels;..."
- File: adas-core.LocalLogin\ILocalLoginRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.LocalLogin; //..."
- File: adas-core.LocalLogin\LocalLoginRepository.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Repositories; using Microsoft.Ext..."
- File: adas-core.LocalLogin\LocalLoginServiceImpl.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Authentication.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Exceptions; us..."
- File: adas-core.module.ProxyDevices\ProxyDeviceSettings.cs
Preview: "namespace adas_core.module.ProxyDevices; /// <summary> /// Represents the settings for proxy devices, which are used to define and manage virtual devi..."
- File: adas-core.Test\Usings.cs
Preview: "global using NUnit.Framework;"
- File: .ollamassist\conversations\f17e88c2-0ab4-4603-a522-0ed5fc3f484f.json
Preview: "{ 'id' : 'f17e88c2-0ab4-4603-a522-0ed5fc3f484f', 'title' : 'New conversation', 'createdAt' : 1781085047591, 'updatedAt' : 1781085047591, 'message..."
- File: adas-core\.config\dotnet-tools.json
Preview: "{ 'version': 1, 'isRoot': true, 'tools': { 'dotnet-ef': { 'version': '6.0.9', 'commands': [ 'dotnet-ef' ] } } }"
- File: adas-core\Configurations\ServiceExtension.cs
Preview: "using System.Text; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Providers; using adas_core.module.ProxyDevices; using adas..."
- File: adas-core\Controllers\AdmissionController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\AlarmController.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.Domain.Model..."
- File: adas-core\Controllers\ApplicationController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\AuditController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using audit_logs.Models.DTO; using au..."
- File: adas-core\Controllers\BoxController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Au..."
- File: adas-core\Controllers\CameraController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\ConfigDisplayController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\ConfigObservationController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\DeviceController.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.Domain.Model..."
- File: adas-core\Controllers\DiagnosisController.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.Domain.Model..."
- File: adas-core\Controllers\DischargeController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\DisplayController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\GroupedObservationsController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\LightBeaconController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\MasterListController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\MedicinesController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\NoticeController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\ObservationsController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\PatientAppointmentController.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.Domain.Model..."
- File: adas-core\Controllers\PatientController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Au..."
- File: adas-core\Controllers\PointOfCareController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\ProxyDeviceController.cs
Preview: "using System.Net; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.module.ProxyDevices.Services; using Microso..."
- File: adas-core\Controllers\PumpsController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\QXController.cs
Symbols: [QxController]
Preview: "using Microsoft.AspNetCore.Mvc; namespace adas_core.Controllers; [Route('QX')] public class QxController : ControllerBase { // TODO: ver donde ses u..."
- File: adas-core\Controllers\RabbitController.cs
Preview: "using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.Infrastructure.Services; using adas_core.Logging; using Micro..."
- File: adas-core\Controllers\RecordingAlertController.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.Domain.Model..."
- File: adas-core\Controllers\RecordingController.cs
Symbols: [RecordingController]
Preview: "using Microsoft.AspNetCore.Mvc; namespace adas_core.Controllers; [Route('Recording')] [ApiController] public class RecordingController : ControllerBas..."
- File: adas-core\Controllers\RelayController.cs
Preview: "using System.Net; using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; ..."
- File: adas-core\Controllers\SendAlertController.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.Logging; usi..."
- File: adas-core\Controllers\SensorController.cs
Symbols: [SensorController]
Preview: "using Microsoft.AspNetCore.Mvc; namespace adas_core.Controllers; [Route('Sensor')] [ApiController] public class SensorController : ControllerBase { ..."
- File: adas-core\Controllers\ServiceConfigController.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Domain.Enums; using adas_core.Logging; usi..."
- File: adas-core\Controllers\TreatmentsController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\UnitController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Do..."
- File: adas-core\Controllers\UserController.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Authentication.Attributes; using adas_core.Au..."
- File: adas-core\ErrorMiddleware\ErrorHandlerMiddleware.cs
Symbols: [ErrorHandlerMiddleware]
Preview: "using adas_core.Application.Exceptions; using adas_core.Domain.Exceptions; using Microsoft.AspNetCore.Mvc; namespace adas_core.ErrorMiddleware; public..."
- File: adas-core\Logging\LogExecutionContext.cs
Symbols: [LogExecutionContext]
Preview: "using Serilog; namespace adas_core.Logging; public static class LogExecutionContext { private static readonly AsyncLocal<string> AsyncLocalTraceIden..."
- File: adas-core\Logging\LogProvider.cs
Symbols: [LogProvider]
Preview: "using Microsoft.Extensions.Logging.Abstractions; namespace adas_core.Logging; public static class LogProvider { private static ILoggerFactory? _logg..."
- File: adas-core\Properties\launchSettings.json
Preview: "{ 'profiles': { 'LOCAL': { 'commandName': 'Project', 'launchBrowser': true, 'launchUrl': 'swagger', 'environmentVariables': { 'ASPN..."
- File: adas-core\WebSocket\WebSocketMessageService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Application.Subscriptions; using adas_core.Domain.Enums; using adas_core.Domain.Model..."
- File: adas-core.Application\Exceptions\APIRequestException.cs
Symbols: [ApiRequestException]
Preview: "namespace adas_core.Application.Exceptions; public class ApiRequestException(string message) : Exception($'Api request exception: {message}');"
- File: adas-core.Application\Exceptions\BadRequestException.cs
Symbols: [BadRequestException]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Application.Exceptions; public class BadRequestException : Exception { public BadRequestException(..."
- File: adas-core.Application\Exceptions\ConflictException.cs
Symbols: [ConflictException]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Application.Exceptions; public class ConflictException : Exception { public ConflictException(Http..."
- File: adas-core.Application\Exceptions\CustomArgumentException.cs
Symbols: [CustomArgumentException]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Application.Exceptions; public class CustomArgumentException : Exception { public CustomArgumentEx..."
- File: adas-core.Application\Exceptions\ForbbidenException.cs
Symbols: [ForbbidenException]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Application.Exceptions; public class ForbbidenException : Exception { public ForbbidenException(Ht..."
- File: adas-core.Application\Exceptions\InvalidFormatException.cs
Symbols: [InvalidFormatException]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Application.Exceptions; public class InvalidFormatException : Exception { public InvalidFormatExce..."
- File: adas-core.Application\Exceptions\NotFoundException.cs
Symbols: [NotFoundException, NotFoundException]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Application.Exceptions; public class NotFoundException : Exception { public NotFoundException() ..."
- File: adas-core.Application\Exceptions\TokenException.cs
Symbols: [TokenException]
Preview: "namespace adas_core.Application.Exceptions; public class TokenException(string message) : Exception(message);"
- File: adas-core.Application\Exceptions\UnauthorizedException.cs
Symbols: [UnauthorizedException]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Application.Exceptions; public class UnauthorizedException : Exception { public UnauthorizedExcept..."
- File: adas-core.Application\Exceptions\UnprocessableEntityException.cs
Symbols: [UnprocessableEntityException]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Application.Exceptions; public class UnprocessableEntityException : Exception { public Unprocessab..."
- File: adas-core.Application\Providers\AdasProvider.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Providers; using Microsoft.Extensions.Options;..."
- File: adas-core.Application\Providers\BaseProvider.cs
Symbols: [BaseProvider]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Providers; using Microsoft.Extensions.Options;..."
- File: adas-core.Application\Services\AdminPanelService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; ..."
- File: adas-core.Application\Services\AdmissionService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\AlarmService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\AlertValuesService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\AppointmentService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\ArchivedPatientService.cs
Symbols: [ArchivedPatientService]
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.MongoModels; names..."
- File: adas-core.Application\Services\ArchivedPatientTreatmentService.cs
Symbols: [ArchivedPatientTreatmentService]
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models; using MongoDB.Bso..."
- File: adas-core.Application\Services\ArchivePatientCarePlanService.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.MongoModels; using..."
- File: adas-core.Application\Services\ArchivePatientObservationsService.cs
Symbols: [ArchivePatientObservationsService]
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models; using MongoDB.Bso..."
- File: adas-core.Application\Services\AuthService.cs
Preview: "using System.Text; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models..."
- File: adas-core.Application\Services\CalculatedObservationsService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Mode..."
- File: adas-core.Application\Services\CameraService.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.Filter; using adas..."
- File: adas-core.Application\Services\ConfigObservationService.cs
Preview: "using System.Collections.Concurrent; using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Appl..."
- File: adas-core.Application\Services\ConfigPumpsService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\ConfigUnitsService.cs
Preview: "using System.Reflection; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain...."
- File: adas-core.Application\Services\DefaultCalculatedObservations.cs
Symbols: [DefaultCalculatedO]
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; usi..."
- File: adas-core.Application\Services\DeviceService.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Do..."
- File: adas-core.Application\Services\DiagnosisService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\DischargeService.cs
Preview: "using System.Reflection; using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Serv..."
- File: adas-core.Application\Services\DisplayConfigService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\DisplayService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\FileService.cs
Preview: "//using Microsoft.AspNetCore.Http; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSet..."
- File: adas-core.Application\Services\GroupedObservationService.cs
Preview: "using System.Globalization; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Appl..."
- File: adas-core.Application\Services\HistoricalConfigChangesService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\LocalAuditService.cs
Symbols: [LocalAuditService]
Preview: "using System.Security.Claims; using adas_core.Application.Services.Interfaces; using audit_logs.Services.Interfaces; using Microsoft.Extensions.Loggin..."
- File: adas-core.Application\Services\MasterListService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\MasterListServiceFactory .cs
Preview: "using System.Reflection; using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using ..."
- File: adas-core.Application\Services\MedicineService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\NoticeService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\ObservationDemoService.cs
Preview: "using System.Collections; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_cor..."
- File: adas-core.Application\Services\ObservationService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\PatientCarePlanService.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Do..."
- File: adas-core.Application\Services\PatientService.cs
Preview: "using System.Diagnostics; using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Ser..."
- File: adas-core.Application\Services\PermissionService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\PoCMappingService.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models; using adas_core.D..."
- File: adas-core.Application\Services\PointOfCareService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\PumpService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\RecordingAlertService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\RecordingService.cs
Preview: "using System.Net; using System.Net.Http.Headers; using System.Text; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; usi..."
- File: adas-core.Application\Services\SchedulerService.cs
Preview: "using System.Reflection; using System.Text; using adas_core.Application.Providers; using adas_core.Application.Services.Interfaces; using adas_core.Do..."
- File: adas-core.Application\Services\ServiceConfigService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\SubscribersService.cs
Symbols: [SubscribersService]
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Application.Subscriptions; using MongoDB.Bson; namespace adas_core.Application.Servic..."
- File: adas-core.Application\Services\TreatmentService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Services\UnitService.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Application\Subscriptions\SubscriberGroupedService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObs..."
- File: adas-core.Application\Subscriptions\WsSubscriberGrouped.cs
Preview: "using System.Timers; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObservations; using adas_core.D..."
- File: adas-core.Application\Subscriptions\WsSuscriber.cs
Symbols: [WsSubscri]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.Masters;..."
- File: adas-core.Authentication\Attributes\AuthorizeRolesAttribute.cs
Symbols: [Author]
Preview: "using System.Security.Claims; using adas_core.Domain.Enums; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; namespace adas_cor..."
- File: adas-core.Authentication\Attributes\AuthorizeUserByService.cs
Symbols: [AuthorizePermissionsAttribute]
Preview: "using adas_core.Authentication.Interfaces; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; namespace adas_core.Authentication...."
- File: adas-core.Authentication\Attributes\PermissionAuthorizeAttribute.cs
Preview: "using System.Security.Claims; using adas_core.Application.Exceptions; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; u..."
- File: adas-core.Authentication\Interfaces\IAuthorityService.cs
Symbols: [IAuthorityService]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Authentication.Interfaces; public interface IAuthorityService { /..."
- File: adas-core.Authentication\Interfaces\ILoginService.cs
Symbols: [ILoginService]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using Microsoft.AspNetCore.Http; using MongoDB.Bson; namespace adas_core.Auth..."
- File: adas-core.Authentication\Interfaces\ITokenService.cs
Symbols: [ITokenService]
Preview: "using System.Security.Claims; using Microsoft.IdentityModel.Tokens; namespace adas_core.Authentication.Interfaces; public interface ITokenService { ..."
- File: adas-core.Authentication\Interfaces\IUserService.cs
Preview: "using System.IdentityModel.Tokens.Jwt; using adas_core.Authentication.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter;..."
- File: adas-core.Authentication\Models\LoginInfo.cs
Symbols: [LoginInfo]
Preview: "namespace adas_core.Authentication.Models; public class LoginInfo { public string Username { get; set; } = null!; public string Password { get; se..."
- File: adas-core.Authentication\Models\Token.cs
Symbols: [TokenResult]
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; namespace adas_core.Authentication.Models; public class TokenRes..."
- File: adas-core.Authentication\Models\UciResponse.cs
Symbols: [UciResponse, UciResponse, UciResponse]
Preview: "namespace adas_core.Authentication.Models; public class UciResponse<T> { protected UciResponse() { } protected UciResponse(T entity) { S..."
- File: adas-core.Authentication\RegistrationExtensions\AuthRegistration.cs
Symbols: [AuthRegistration]
Preview: "using adas_core.Authentication.Interfaces; using Microsoft.Extensions.DependencyInjection; namespace adas_core.Authentication.RegistrationExtensions; ..."
- File: adas-core.Domain\Enums\ActionsEnum.cs
Symbols: [ActionsEnum]
Preview: "namespace adas_core.Domain.Enums; public static class ActionsEnum { public enum Actions { View, Write } public enum CrudAction { ..."
- File: adas-core.Domain\Enums\AlarmEnum.cs
Symbols: [AlarmEnum]
Preview: "using System.ComponentModel; namespace adas_core.Domain.Enums; public static class AlarmEnum { public enum AudioAlarmType { Continuous, Of..."
- File: adas-core.Domain\Enums\AuthorizeUserByServiceType.cs
Preview: "namespace adas_core.Domain.Enums; public enum AuthorizeUserByServiceType { Display, Discharge, Admission, PointOfCare, ConfigDisplay, Mast..."
- File: adas-core.Domain\Enums\CacheEnum.cs
Symbols: [CacheEnum]
Preview: "namespace adas_core.Domain.Enums; public static class CacheEnum { public enum Mode { None = 0, // No cachear Cache = 1, // CacheService..."
- File: adas-core.Domain\Enums\ClickType.cs
Preview: "namespace adas_core.Domain.Enums; public enum ClickType { Unknown, SingleClick, DoubleClick, Hold, Release }"
- File: adas-core.Domain\Enums\DeviceActionType.cs
Preview: "namespace adas_core.Domain.Enums; public enum DeviceActionType { Unknown, SendAlarm, SendObs, All }"
- File: adas-core.Domain\Enums\DeviceType.cs
Preview: "namespace adas_core.Domain.Enums; public enum DeviceType { Unknown, Button }"
- File: adas-core.Domain\Enums\DisplayConfigEnums.cs
Symbols: [DisplayConfigEnums]
Preview: "namespace adas_core.Domain.Enums; public static class DisplayConfigEnums { public enum AxisPosition { Top, Bottom, Left, Right }..."
- File: adas-core.Domain\Enums\FileEnum.cs
Symbols: [FileEnum]
Preview: "namespace adas_core.Domain.Enums; public static class FileEnum { public enum AssetTheme { Light, Dark } public enum FileType { C..."
- File: adas-core.Domain\Enums\GroupedObservationEnum.cs
Symbols: [GroupedObservationEnum]
Preview: "namespace adas_core.Domain.Enums; public class GroupedObservationEnum { public enum Regularity { Times, Second, Minute, Hour, ..."
- File: adas-core.Domain\Enums\HttpEnum.cs
Symbols: [HttpEnum]
Preview: "namespace adas_core.Domain.Enums; public static class HttpEnum { /// <summary> /// Enumeration for HTTP error code messages. /// </summary> ..."
- File: adas-core.Domain\Enums\LightBeaconColor.cs
Preview: "namespace adas_core.Domain.Enums; public enum LightBeaconColor { Off = 000, Red = 001, Yellow = 011, Green = 010, Cyan = 110, Blue = 100, ..."
- File: adas-core.Domain\Enums\MasterListType.cs
Preview: "namespace adas_core.Domain.Enums; public enum MasterListType { AltableOptionList, AllergyList, DestinationList, DiagnosisList, DischargeStat..."
- File: adas-core.Domain\Enums\MedicineEnum.cs
Symbols: [MedicineEnum]
Preview: "namespace adas_core.Domain.Enums; public static class MedicineEnum { public enum Group { Metabolic, DoubleSignature, Vasoactive } ..."
- File: adas-core.Domain\Enums\ObservationEnum.cs
Symbols: [ObservationEnum]
Preview: "namespace adas_core.Domain.Enums; public static class ObservationEnum { /** * Default => Devuelve flecha blanca siempre * DefaultStatus => Devue..."
- File: adas-core.Domain\Enums\OperationType.cs
Preview: "namespace adas_core.Domain.Enums; public enum OperationType { Status, Section, SectionSensors, Box, Observation, GroupedObservation, Con..."
- File: adas-core.Domain\Enums\OrderControlType.cs
Preview: "namespace adas_core.Domain.Enums; public enum OrderControlType { Af, //Order/service refill request approval Ca, //Cancel order/service request ..."
- File: adas-core.Domain\Enums\PatientEnum.cs
Symbols: [PatientEnum]
Preview: "namespace adas_core.Domain.Enums; public static class PatientEnum { public enum Gender { Male, Female, Undifferentiated, Unknown ..."
- File: adas-core.Domain\Enums\PermissionEnum.cs
Symbols: [PermissionEnum]
Preview: "namespace adas_core.Domain.Enums; public class PermissionEnum { public enum PermissionTypesEnum { Unit, Display, DisplayConfig, Ma..."
- File: adas-core.Domain\Enums\PumpEnum.cs
Symbols: [PumpEnum]
Preview: "namespace adas_core.Domain.Enums; public static class PumpEnum { public enum PumpMessageType { Unknown = 0, Observation = 1, // PCD-01 / P..."
- File: adas-core.Domain\Enums\RelayEnum.cs
Symbols: [RelayEnum]
Preview: "namespace adas_core.Domain.Enums; public static class RelayEnum { public enum Mode { OpenedOnClosedOff, OpenedOffClosedOn } public enu..."
- File: adas-core.Domain\Enums\RespirationType.cs
Preview: "namespace adas_core.Domain.Enums; public enum RespirationType { NonInvasive, Invasive, HighFrequencyVentilation, None }"
- File: adas-core.Domain\Enums\RetentionPolicy.cs
Preview: "namespace adas_core.Domain.Enums; public enum RetentionPolicy { NoDelete, DeleteOlderDays, DeleteOlderNumber, DeleteOlderSeconds }"
- File: adas-core.Domain\Enums\StatusEnum.cs
Symbols: [StatusEnum]
Preview: "namespace adas_core.Domain.Enums; public static class StatusEnum { public enum Discharge { Altable, NoAltable } public enum PointOfCar..."
- File: adas-core.Domain\Enums\SubscriptionType.cs
Symbols: [SubscriptionEnum]
Preview: "namespace adas_core.Domain.Enums; public static class SubscriptionEnum { public enum Type { SectionSubscribe, PatientData, Idle, B..."
- File: adas-core.Domain\Enums\UserEnum.cs
Symbols: [UserEnum]
Preview: "namespace adas_core.Domain.Enums; public static class UserEnum { public enum LoginMethod { Local, Ldap, Cas } public enum Type {..."
- File: adas-core.Domain\Enums\VirtualPointOfCare.cs
Preview: "namespace adas_core.Domain.Enums; public enum VirtualPointOfCare { Pushed, Unknown, Deleted, Moved, NoBed, Cancelled, Recovered, UnitD..."
- File: adas-core.Domain\Exceptions\AdasException.cs
Symbols: [AdasException]
Preview: "namespace adas_core.Domain.Exceptions; public class AdasException(string message) : Exception($'ADAS Exception: {message}');"
- File: adas-core.Domain\Exceptions\BusinessException.cs
Symbols: [base, BusinessException]
Preview: "using System.Net; namespace adas_core.Domain.Exceptions; public class BusinessException : AggregateException { public BusinessException(HttpStatusCo..."
- File: adas-core.Domain\Exceptions\LoginServicesException.cs
Symbols: [LoginServicesException]
Preview: "using System.Net; namespace adas_core.Domain.Exceptions; public class LoginServicesException : BusinessException { public LoginServicesException(str..."
- File: adas-core.Domain\Exceptions\LoginServicesNotFoundException.cs
Symbols: [LoginServicesNotFoundException]
Preview: "using System.Net; namespace adas_core.Domain.Exceptions; public class LoginServicesNotFoundException() : BusinessException(HttpStatusCode.Forbidden,..."
- File: adas-core.Domain\Exceptions\UserNotFoundException.cs
Symbols: [UserNotFoundException]
Preview: "using System.Net; namespace adas_core.Domain.Exceptions; public class UserNotFoundException : BusinessException { public UserNotFoundException(strin..."
- File: adas-core.Domain\Models\ADMPanelRequest.cs
Symbols: [AdmPanelRequest]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Pumps; using MongoDB.Bson; using Newtonsoft.Json; namespace adas_core.Domain...."
- File: adas-core.Domain\Models\APIRequest.cs
Symbols: [ApiReques]
Preview: "using adas_core.Domain.Models.Masters; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Pumps; using adas_core.Domain.Models.R..."
- File: adas-core.Domain\Models\BasePatientObservation.cs
Symbols: [BasePatientObservation]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace adas_core.Domain.Models; p..."
- File: adas-core.Domain\Models\BasePatientObservationValue.cs
Symbols: [BasePatientObservationValue]
Preview: "namespace adas_core.Domain.Models; public abstract class BasePatientObservationValue : BasePatientObservation { public object Value { get; set; } = ..."
- File: adas-core.Domain\Models\ChartValue.cs
Symbols: [ChartValue]
Preview: "namespace adas_core.Domain.Models; public class ChartValue { public List<string> Labels { get; set; } = []; public Dictionary<string, List<double>..."
- File: adas-core.Domain\Models\ChatMessage.cs
Symbols: [ChatMessage]
Preview: "namespace adas_core.Domain.Models; public class ChatMessage { public PatientLocation? LocationFrom { get; set; } public PatientLocation? LocationT..."
- File: adas-core.Domain\Models\Code.cs
Symbols: [Code]
Preview: "namespace adas_core.Domain.Models; public class Code { public string Identifier { get; set; } = string.Empty; public string Text { get; set; } = s..."
- File: adas-core.Domain\Models\CodeAction.cs
Symbols: [CodeAction]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Utils; namespace adas_core.Domain.Models; public class CodeAction { public ActionsEnum.Resource..."
- File: adas-core.Domain\Models\CodeStatus.cs
Symbols: [CodeStatus]
Preview: "namespace adas_core.Domain.Models; public class CodeStatus { public Code? Code { get; set; } public string? Status { get; set; } public DateTime..."
- File: adas-core.Domain\Models\Entity.cs
Symbols: [Entity]
Preview: "namespace adas_core.Domain.Models; public class Entity { public string? EntityIdentifier { get; set; } public string? NamespaceId { get; set; } ..."
- File: adas-core.Domain\Models\Field.cs
Symbols: [Field]
Preview: "//using Newtonsoft.Json; //using System; //using System.Collections.Generic; //using System.Linq; //using System.Web; //namespace smacs_uci_api.Models..."
- File: adas-core.Domain\Models\GroupedObservation.cs
Symbols: [GroupedObservation]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models; public class GroupedObservation { public ObjectId PatientId { g..."
- File: adas-core.Domain\Models\HistoricalLocations.cs
Symbols: [HistoricalLocation]
Preview: "namespace adas_core.Domain.Models; public class HistoricalLocation : IEquatable<HistoricalLocation> { // Propiedades con get y set para que MongoDB ..."
- File: adas-core.Domain\Models\ManualRecording.cs
Symbols: [ManualRecording]
Preview: "namespace adas_core.Domain.Models; public class ManualRecording { //[JsonProperty('patientId')] //public object PatientId { get; set; } //[JsonP..."
- File: adas-core.Domain\Models\Medicine.cs
Symbols: [Medicine]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models; public class Medicine { public ObjectId Id { get; set; } public string? Name { get; set; } ..."
- File: adas-core.Domain\Models\Note.cs
Symbols: [Note]
Preview: "namespace adas_core.Domain.Models; public class Note { public string? CommentType { get; set; } = string.Empty; public string Comment { get; set; ..."
- File: adas-core.Domain\Models\ObservaitonRetentionResult.cs
Symbols: [ObservatitonRetentionResult, ObservatitonRetentionResult]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models; public class ObservatitonRetentionResult { public ObservatitonRetentionResult() {..."
- File: adas-core.Domain\Models\ObservationData.cs
Symbols: [ObservationData]
Preview: "namespace adas_core.Domain.Models; public class ObservationData { public string? CodingSystem { get; set; } public string? Code { get; set; } pu..."
- File: adas-core.Domain\Models\PatientAllergiesValue.cs
Symbols: [PatientAllergiesValue]
Preview: "namespace adas_core.Domain.Models; public class PatientAllergiesValue { public string? Type { get; set; } public string? Value { get; set; } pub..."
- File: adas-core.Domain\Models\PatientAppointment.cs
Symbols: [PatientAppointment]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace adas_core.Domain.Models; public class P..."
- File: adas-core.Domain\Models\PatientDiagnosis.cs
Symbols: [PatientDiagnosis]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models; public class PatientDiagnosis { public ObjectId Id { get; set; } public ObjectId PatientId ..."
- File: adas-core.Domain\Models\PatientDrainagesValue.cs
Symbols: [PatientDrainagesValue]
Preview: "namespace adas_core.Domain.Models; public class PatientDrainagesValue { public string? Type { get; set; } public string? Location { get; set; } ..."
- File: adas-core.Domain\Models\PatientICCA.cs
Symbols: [PatientIcca]
Preview: "namespace adas_core.Domain.Models; public class PatientIcca { public PatientLocation Location { get; set; } = new(string.Empty, string.Empty); pub..."
- File: adas-core.Domain\Models\PatientIntravenousLinesValue.cs
Symbols: [PatientIntravenousLinesValue]
Preview: "namespace adas_core.Domain.Models; public class PatientIntravenousLinesValue { public string? Type { get; set; } public string? Duration { get; se..."
- File: adas-core.Domain\Models\PatientLocation.cs
Symbols: [PatientLocation, PatientLocation]
Preview: "namespace adas_core.Domain.Models; public class PatientLocation : IEquatable<PatientLocation> { public PatientLocation(string? unitName, string? bed..."
- File: adas-core.Domain\Models\PatientLocationAction.cs
Symbols: [PatientLocationAction]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Utils; namespace adas_core.Domain.Models; public class PatientLocationAction { public ActionsEn..."
- File: adas-core.Domain\Models\PatientObservation.cs
Symbols: [PatientObservation]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Bson.Serialization.Attributes; namespace ad..."
- File: adas-core.Domain\Models\PatientObservationAlarm.cs
Symbols: [PatientObservationAlarm]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models; public class PatientObservationAlarm : Bas..."
- File: adas-core.Domain\Models\PatientRecordingAlert.cs
Symbols: [PatientRecordingAlert]
Preview: "namespace adas_core.Domain.Models; public class PatientRecordingAlert : BasePatientObservation { public bool IsRecording { get; set; } /// <summar..."
- File: adas-core.Domain\Models\PatientTreatment.cs
Symbols: [PatientTreatment]
Preview: "using System.Reflection; using adas_core.Domain.Enums; using MongoDB.Bson; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.J..."
- File: adas-core.Domain\Models\Person.cs
Symbols: [Person]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models; public class Person : IEquatable<Person> {..."
- File: adas-core.Domain\Models\PersonResource.cs
Symbols: [PersonResource]
Preview: "namespace adas_core.Domain.Models; public class PersonResource { public Person? Person { get; set; } //private string ResourceType { get; } = str..."
- File: adas-core.Domain\Models\PersonResourceAction.cs
Symbols: [PersonResourceAction]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Utils; namespace adas_core.Domain.Models; public class PersonResourceAction { public ActionsEnu..."
- File: adas-core.Domain\Models\Timing.cs
Symbols: [Timing]
Preview: "namespace adas_core.Domain.Models; public class Timing { public DateTime? StartTime { get; set; } public DateTime? EndTime { get; set; } }"
- File: adas-core.Domain\Models\TreatmentRoute.cs
Symbols: [TreatmentRoute]
Preview: "namespace adas_core.Domain.Models; public class TreatmentRoute { public Code? Route { get; set; } /// <summary> /// Returns a string representat..."
- File: adas-core.Domain\Models\UiConfig.cs
Symbols: [UiConfig]
Preview: "namespace adas_core.Domain.Models; public class UiConfig { public Dictionary<string, object>? UiConfiguration; }"
- File: adas-core.Domain\Models\ValueConfig.cs
Symbols: [ValueCondif]
Preview: "namespace adas_core.Domain.Models; public class ValueCondif { public string Obsid { get; set; } = string.Empty; public string Name { get; set; } ..."
- File: adas-core.Domain\Models\WebMessageNotification.cs
Symbols: [WebMessageNotification]
Preview: "namespace adas_core.Domain.Models; public class WebMessageNotification { //{'notification': //{'title':'Notifications are cool', //'body':'Know ..."
- File: adas-core.Domain\Utils\AuthUtils.cs
Symbols: [AuthUtils, AuthUtils]
Preview: "using adas_core.Domain.Models.Responses; namespace adas_core.Domain.Utils; public sealed class AuthUtils { private LoginResponse _loginResponse = ne..."
- File: adas-core.Domain\Utils\BsonUtils.cs
Symbols: [BsonUtils]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Utils; public static class BsonUtils { /// <summary> /// Converts a <see cref='BsonValue'/> to a co..."
- File: adas-core.Domain\Utils\CacheUtils.cs
Preview: "using System.Text.RegularExpressions; using MongoDB.Bson; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; namespace adas_core..."
- File: adas-core.Domain\Utils\CardConfigExtensions.cs
Symbols: [CardConfigExtensions]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Utils; public static class CardConfigExtensions { // Método principal para ext..."
- File: adas-core.Domain\Utils\CollectionsUtils.cs
Symbols: [CollectionsUtils]
Preview: "using System.Collections; namespace adas_core.Domain.Utils; public static class CollectionsUtils { /// <summary> /// Determines whether the specif..."
- File: adas-core.Domain\Utils\ComparableDictionary.cs
Symbols: [ComparableDictionary]
Preview: "using System.Text; namespace adas_core.Domain.Utils; public class ComparableDictionary<TKey, TValue> : Dictionary<TKey, TValue> where TKey : notnull w..."
- File: adas-core.Domain\Utils\ComplexObjectValueTypeSerializer.cs
Preview: "using System.Collections; using System.Text.RegularExpressions; using adas_core.Domain.Models; using adas_core.Domain.Models.Masters; using MongoDB.Bs..."
- File: adas-core.Domain\Utils\CryptoAdas.cs
Symbols: [CryptoAdas]
Preview: "using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using adas_core.Domain.Models.GroupedObservations; using ..."
- File: adas-core.Domain\Utils\DetailConfigExtension.cs
Symbols: [DetailConfigExtension]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Utils; public static class DetailConfigExtension { // Método principal para in..."
- File: adas-core.Domain\Utils\DictionaryEx.cs
Symbols: [DictionaryEx]
Preview: "namespace adas_core.Domain.Utils; public static class DictionaryEx { /// <summary> /// Retrieves the value associated with the specified key from ..."
- File: adas-core.Domain\Utils\EnumUtils.cs
Symbols: [EnumUtils]
Preview: "using System.ComponentModel; using System.Reflection; namespace adas_core.Domain.Utils; public static class EnumUtils { /// <summary> /// Retrieve..."
- File: adas-core.Domain\Utils\EquatableDictionary.cs
Symbols: [EquatableDictionary]
Preview: "namespace adas_core.Domain.Utils; public sealed class EquatableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IEquatable<ComparableDictionary<..."
- File: adas-core.Domain\Utils\GlobalData.cs
Symbols: [GlobalData]
Preview: "namespace adas_core.Domain.Utils; public static class GlobalData { public static Dictionary<string, object> Data = new(); /// <summary> /// Adds..."
- File: adas-core.Domain\Utils\Hl7Utils.cs
Symbols: [Hl7Utils]
Preview: "using adas_core.Domain.Models.MongoModels; using Microsoft.Extensions.Logging; namespace adas_core.Domain.Utils; public static class Hl7Utils { /// ..."
- File: adas-core.Domain\Utils\JsonExtensions.cs
Symbols: [JsonExtensions]
Preview: "using Newtonsoft.Json; using Newtonsoft.Json.Bson; namespace adas_core.Domain.Utils; public static class JsonExtensions { /// <summary> /// Reads ..."
- File: adas-core.Domain\Utils\JwtHelper.cs
Symbols: [JwtHelper]
Preview: "using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; using System.Security.Cryptography; using System.Text; using Microsoft.IdentityMo..."
- File: adas-core.Domain\Utils\Mapper.cs
Symbols: [Mapper]
Preview: "using System.Dynamic; using System.Reflection; namespace adas_core.Domain.Utils; public static class Mapper<T> // We can only use reference types ..."
- File: adas-core.Domain\Utils\MappingUtils.cs
Symbols: [MappingUtils]
Preview: "using System.Globalization; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Utils.Interfaces; using Microsoft.Extensions.Options; na..."
- File: adas-core.Domain\Utils\MediaUtils.cs
Symbols: [new, MediaUtils]
Preview: "using File = TagLib.File; namespace adas_core.Domain.Utils; public static class MediaUtils { public static readonly Dictionary<string, string> Mappi..."
- File: adas-core.Domain\Utils\NumberUtils.cs
Symbols: [NumberUtils]
Preview: "namespace adas_core.Domain.Utils; public static class NumberUtils { /// <summary> /// Determines whether the specified object is an instance of an..."
- File: adas-core.Domain\Utils\ObjectIdConverter.cs
Symbols: [ObjectIdConverter]
Preview: "using MongoDB.Bson; using Newtonsoft.Json; namespace adas_core.Domain.Utils; public class ObjectIdConverter : JsonConverter { /// <summary> /// Se..."
- File: adas-core.Domain\Utils\ObjectUtils.cs
Symbols: [ObjectUtils, name]
Preview: "using System.Text; namespace adas_core.Domain.Utils; public static class ObjectUtils { /// <summary> /// Converts an object to a string representa..."
- File: adas-core.Domain\Utils\RelayHelper.cs
Symbols: [RelayHelper, GetRelayStatusFromApiRest]
Preview: "using System.Net; using System.Web; using adas_core.Domain.Models.MongoModels; using Serilog; namespace adas_core.Domain.Utils; public class RelayHelp..."
- File: adas-core.Domain\Utils\StringEx.cs
Symbols: [StringEx]
Preview: "namespace adas_core.Domain.Utils; public static class StringEx { /// <summary> /// Determines whether the specified string is <c>null</c> or an em..."
- File: adas-core.Infrastructure\Repositories\AdmissionRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSet..."
- File: adas-core.Infrastructure\Repositories\AlarmRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain...."
- File: adas-core.Infrastructure\Repositories\AppointmentArchiveRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using Microsoft.Extensi..."
- File: adas-core.Infrastructure\Repositories\AppointmentRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain...."
- File: adas-core.Infrastructure\Repositories\ArchivePatientCarePlanRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using Micro..."
- File: adas-core.Infrastructure\Repositories\AuthorityRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using Micro..."
- File: adas-core.Infrastructure\Repositories\CameraRepository.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_cor..."
- File: adas-core.Infrastructure\Repositories\ConfigObservationRepository.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using ad..."
- File: adas-core.Infrastructure\Repositories\ConfigPumpsRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using Micro..."
- File: adas-core.Infrastructure\Repositories\ConfigUnitsRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using Micro..."
- File: adas-core.Infrastructure\Repositories\DeviceRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.DTO; using adas_core.Dom..."
- File: adas-core.Infrastructure\Repositories\DiagnosisArchiveRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using Microsoft.Extensi..."
- File: adas-core.Infrastructure\Repositories\DiagnosisRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using Microsoft.Extensi..."
- File: adas-core.Infrastructure\Repositories\DischargeRepository.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Mode..."
- File: adas-core.Infrastructure\Repositories\DisplayCardConfigRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_..."
- File: adas-core.Infrastructure\Repositories\DisplayChartConfigRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_..."
- File: adas-core.Infrastructure\Repositories\DisplayConfigRepository.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Mode..."
- File: adas-core.Infrastructure\Repositories\DisplayDetailConfigRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_..."
- File: adas-core.Infrastructure\Repositories\DisplayRepository.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_cor..."
- File: adas-core.Infrastructure\Repositories\HistoricalConfigChangesRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.M..."
- File: adas-core.Infrastructure\Repositories\LightBeaconRepository.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_cor..."
- File: adas-core.Infrastructure\Repositories\MasterListRepository.cs
Preview: "using System.Text; using System.Text.RegularExpressions; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Infrastructure\Repositories\MedicineRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain...."
- File: adas-core.Infrastructure\Repositories\MongoRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Utils; using Microsoft...."
- File: adas-core.Infrastructure\Repositories\NoticeRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using Micro..."
- File: adas-core.Infrastructure\Repositories\ObservationArchiveRepository.cs
Preview: "using System.Diagnostics; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Infrastructure\Repositories\ObservationRepository.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Mode..."
- File: adas-core.Infrastructure\Repositories\PatientArchiveRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain...."
- File: adas-core.Infrastructure\Repositories\PatientCarePlanRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using Micro..."
- File: adas-core.Infrastructure\Repositories\PatientRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSet..."
- File: adas-core.Infrastructure\Repositories\POCMappingRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using Micro..."
- File: adas-core.Infrastructure\Repositories\PoCSettingsRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain...."
- File: adas-core.Infrastructure\Repositories\PointOfCareRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSet..."
- File: adas-core.Infrastructure\Repositories\PumpAlarmEventRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Pumps; using Microsoft.E..."
- File: adas-core.Infrastructure\Repositories\PumpAlarmStateRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.M..."
- File: adas-core.Infrastructure\Repositories\PumpArchiveRepository.cs
Preview: "using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using adas_core.Application.Repositories.Interfaces; ..."
- File: adas-core.Infrastructure\Repositories\PumpObservationRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Pumps; using Microsoft.E..."
- File: adas-core.Infrastructure\Repositories\PumpStateRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Pumps; using Microsoft.E..."
- File: adas-core.Infrastructure\Repositories\RecordingAlertArchiveRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using Microsoft.Extensi..."
- File: adas-core.Infrastructure\Repositories\RecordingAlertRepository.cs
Preview: "using System.Diagnostics; using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Infrastructure\Repositories\RelayRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.M..."
- File: adas-core.Infrastructure\Repositories\SectionRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain...."
- File: adas-core.Infrastructure\Repositories\ServiceConfigRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using Micro..."
- File: adas-core.Infrastructure\Repositories\TreatmentArchiveRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using Microsoft.Extensi..."
- File: adas-core.Infrastructure\Repositories\TreatmentRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSet..."
- File: adas-core.Infrastructure\Repositories\UnitRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.M..."
- File: adas-core.Infrastructure\Repositories\UserRepository.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.M..."
- File: adas-core.Infrastructure\Services\PublisherService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.AppSettings; using EasyNetQ; using EasyNetQ.SystemMessages; using Micro..."
- File: adas-core.Infrastructure\Services\ReceiverService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using EasyNetQ; using EasyN..."
- File: adas-core.Infrastructure\Services\RelayService.cs
Preview: "using System.Collections.Concurrent; using System.Net; using System.Text; using System.Web; using adas_core.Application.Repositories.Interfaces; using..."
- File: adas-core.Infrastructure\Services\SendAlertService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.SystemAlerts; using EasyNetQ..."
- File: adas-core.Infrastructure\Utils\CacheHostBuilderExtension.cs
Preview: "using adas_core.Application.Services.Caching; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.AppSettings; using Micros..."
- File: adas-core.Infrastructure\Utils\CustomPointOfCareConverter.cs
Symbols: [CustomPointOfCareConverter]
Preview: "using adas_core.Domain.Models.MongoModels; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace adas_core.Infrastructure.Utils; public class C..."
- File: adas-core.Infrastructure\Utils\MongoDbHostBuilderExtension.cs
Preview: "using System.Reflection; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using Microsoft.Extension..."
- File: adas-core.Infrastructure\Utils\MongoUtils.cs
Symbols: [MongoUtils]
Preview: "using MongoDB.Bson; using MongoDB.Bson.Serialization; using MongoDB.Driver; namespace adas_core.Infrastructure.Utils; public class MongoUtils { publ..."
- File: adas-core.Infrastructure\Utils\PatientObservationAlarmConverter.cs
Symbols: [PatientOb]
Preview: "using System.Reflection; using adas_core.Domain.Models; using MongoDB.Bson.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; usi..."
- File: adas-core.Infrastructure\Utils\PatientObservationConverter.cs
Symbols: [PatientOb]
Preview: "using System.Reflection; using adas_core.Domain.Models; using MongoDB.Bson.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; usi..."
- File: adas-core.Infrastructure\Utils\PatientPumpObservationConverter.cs
Preview: "using System.Reflection; using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; using MongoDB.Bson.Serialization; using Newtonsoft.Json; ..."
- File: adas-core.Infrastructure\Utils\PersonConverter.cs
Symbols: [PersonCon]
Preview: "using System.Reflection; using adas_core.Domain.Models; using MongoDB.Bson.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; usi..."
- File: adas-core.Infrastructure\Utils\RabbitConsumerErrorStrategy.cs
Preview: "using adas_core.Application.Services.Interfaces; using EasyNetQ; using EasyNetQ.SystemMessages; using Newtonsoft.Json; using Serilog; using System.Tex..."
- File: adas-core.Infrastructure\Utils\RabbitIErrorMessageSerializer.cs
Symbols: [RabbitIErrorMessageSerializer]
Preview: "using System.Text; using EasyNetQ.Consumer; using Newtonsoft.Json; namespace adas_core.Infrastructure.Utils; public class RabbitIErrorMessageSerialize..."
- File: adas-core.Infrastructure\Utils\TypesUtils.cs
Symbols: [and, TypesUtils]
Preview: "using adas_core.Domain.Exceptions; namespace adas_core.Infrastructure.Utils; public static class TypesUtils { /// <summary> /// Retrieves the driv..."
- File: adas-core.LdapLogin\Configuration\LdapConfig.cs
Symbols: [for]
Preview: "using adas_core.Domain.Enums; namespace adas_core.LdapLogin.Configuration; /// <summary> /// Configuration class for LDAP authentication settings, inc..."
- File: adas-core.LdapLogin\Configuration\LdapConfigValidator.cs
Symbols: [LdapConfigValidator]
Preview: "using FluentValidation; namespace adas_core.LdapLogin.Configuration; /// <summary> /// Validator for LdapConfig. Ensures that all required properties ..."
- File: adas-core.LdapLogin\Configuration\LDAPModule.cs
Preview: "using adas_core.Authentication.Interfaces; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace adas_co..."
- File: adas-core.LdapLogin\RegistrationExtension\LdapRegistration.cs
Preview: "using adas_core.LdapLogin.Configuration; using FluentValidation; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInject..."
- File: adas-core.LocalLogin\RegistrationExtension\LocalLoginExtension.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Authentication; using adas_core.Authentication.Interfaces; using adas_core.Infras..."
- File: adas-core.module.LightBeacons\Devices\LightBeacon.cs
Symbols: [defines, representing]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Utils; namespace adas_core.module.LightBeacons.Devices; /// <summary> /// Abstract class represe..."
- File: adas-core.module.LightBeacons\Devices\LightBeaconAbstract.cs
Symbols: [and, for]
Preview: "using Serilog; namespace adas_core.module.LightBeacons.Devices; /// <summary> /// Abstract class for LightBeacon devices. Each specific LightBeacon mo..."
- File: adas-core.module.LightBeacons\Devices\Turktbens2LightBeacon.cs
Symbols: [represents]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Utils; using HtmlAgilityPack; using Serilog; namespace adas_core.m..."
- File: adas-core.module.LightBeacons\Services\LightBeaconService.cs
Preview: "using System.Collections.Concurrent; using System.Text; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Inte..."
- File: adas-core.module.ProxyDevices\Devices\HttpDevice.cs
Symbols: [HttpDevice]
Preview: "using System.Net; using Serilog; namespace adas_core.module.ProxyDevices.Devices; /// <summary> /// Device that can be used to get content via http wi..."
- File: adas-core.module.ProxyDevices\Devices\IProxyDevice.cs
Symbols: [defines, that]
Preview: "namespace adas_core.module.ProxyDevices.Devices; /// <summary> /// Interface for a proxy device that can be used to process and stream data. This inte..."
- File: adas-core.module.ProxyDevices\Services\IProxyDeviceService.cs
Symbols: [IProxyDeviceService]
Preview: "namespace adas_core.module.ProxyDevices.Services; /// <summary> /// Interface for the Proxy Device Service, which handles processing and streaming of ..."
- File: adas-core.module.ProxyDevices\Services\ProxyDeviceService.cs
Preview: "using System.Net; using adas_core.module.ProxyDevices.Devices; using Microsoft.Extensions.Options; namespace adas_core.module.ProxyDevices.Services; /..."
- File: adas-core.module.Relays\Devices\FakeRelay.cs
Symbols: [represents]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.module.Relays.Models; namespace adas_core.module.Relays.Devic..."
- File: adas-core.module.Relays\Devices\KMTronicRelay.cs
Preview: "using System.Net.Sockets; using System.Text; using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.module.Relays.Mo..."
- File: adas-core.module.Relays\Devices\KMTronicV2Relay.cs
Preview: "using System.Net; using System.Xml; using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.module.Relays.Models; usi..."
- File: adas-core.module.Relays\Devices\RelayDevice.cs
Preview: "using System.Collections.Concurrent; using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.module.Relays.Models; us..."
- File: adas-core.module.Relays\Models\PowerOutletsConfig.cs
Symbols: [includes]
Preview: "using adas_core.Domain.Enums; namespace adas_core.module.Relays.Models; /// <summary> /// Represents the configuration settings for power outlets in a..."
- File: adas-core.module.Relays\Models\RelaySettings.cs
Preview: "namespace adas_core.module.Relays.Models; /// <summary> /// Represents the settings for a relay device, including caching behavior, refresh intervals,..."
- File: adas-core.module.Relays\Utils\HttpUtils.cs
Symbols: [for]
Preview: "using System.Net.Http.Headers; using System.Text; namespace adas_core.module.Relays.Utils; /// <summary> /// Utility class for handling HTTP-related o..."
- File: adas-core.Test\Models\FakeLogger.cs
Symbols: [FakeLogger]
Preview: "using Serilog; using Serilog.Core; using Serilog.Events; namespace adas_core.Test.Models; public class FakeLogger : ILogger { public List<string> Me..."
- File: adas-core.Test\Repositories\AdmissionRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; usi..."
- File: adas-core.Test\Repositories\AlarmRepositoryTest.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.GroupedObservations; using adas_core.Infrastru..."
- File: adas-core.Test\Repositories\AppointmentArchiveRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; u..."
- File: adas-core.Test\Repositories\AppointmentRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; u..."
- File: adas-core.Test\Repositories\ConfigObservationRepositoryTest.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core..."
- File: adas-core.Test\Repositories\ConfigPumpsRepositoryTest.cs
Preview: "using System.Diagnostics; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Reposit..."
- File: adas-core.Test\Repositories\ConfigUnitsRepositoryTest.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Repositories; using Microsoft.Ext..."
- File: adas-core.Test\Repositories\DiagnosisArchiveRepositoryTest.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; using Microsoft.Extensions.Opti..."
- File: adas-core.Test\Repositories\DiagnosisRepositoryTest.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; using Microsoft.Extensions.Opti..."
- File: adas-core.Test\Repositories\DischargeRepositoryTest.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Re..."
- File: adas-core.Test\Repositories\DisplayConfigTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastr..."
- File: adas-core.Test\Repositories\DisplayRepisitoryTest.cs
Symbols: [DisplayRepisitoryTest]
Preview: "namespace adas_core.Test.Repositories; [TestFixture] public class DisplayRepisitoryTest { //private Mock<ILogger<DisplayRepository>> _mockLogger ; ..."
- File: adas-core.Test\Repositories\HistoricalConfigChangesRepositoryTest.cs
Preview: "using System.Diagnostics; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using ad..."
- File: adas-core.Test\Repositories\IntegrationDb.cs
Symbols: [IntegrationDb]
Preview: "using adas_core.Infrastructure.Utils; using Mongo2Go; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Test.Repositories; [SetUpFixture] ..."
- File: adas-core.Test\Repositories\MasterListRepositoryTest.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.Masters; using adas_core.Infrastructure..."
- File: adas-core.Test\Repositories\MedicineRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; u..."
- File: adas-core.Test\Repositories\MongodbMigrationTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; usi..."
- File: adas-core.Test\Repositories\ObservationArchiveRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; u..."
- File: adas-core.Test\Repositories\ObservationRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.GroupedObservati..."
- File: adas-core.Test\Repositories\PatientArchiveRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; usi..."
- File: adas-core.Test\Repositories\PatientRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Masters; using a..."
- File: adas-core.Test\Repositories\PoCMappingRepositoryTest.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Repositories; using Microsoft.Ext..."
- File: adas-core.Test\Repositories\PoCSettingsRepositoryTest.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Re..."
- File: adas-core.Test\Repositories\PointOfCareRepositoryTests.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Repositories; using adas_core.Tes..."
- File: adas-core.Test\Repositories\PumpAlarmEventRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Pumps; using adas_core.Infrastructure.Repositor..."
- File: adas-core.Test\Repositories\PumpAlarmStateRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Pumps; using adas_core.Infrastructure.Repositor..."
- File: adas-core.Test\Repositories\PumpArchiveRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Pumps; using ada..."
- File: adas-core.Test\Repositories\PumpObservationRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Pumps; using adas_core.Infrastructure.Repositor..."
- File: adas-core.Test\Repositories\PumpStateRepositoryTest.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.Pumps; using adas_core.Infrastructure.Repositories; using Microsoft.Extension..."
- File: adas-core.Test\Repositories\RecordingAlertArchiveRepositoryTest.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; using Microsoft.Extensions.Opti..."
- File: adas-core.Test\Repositories\RecordingAlertRepositoryTest.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; using Microsoft.Extensions.Opti..."
- File: adas-core.Test\Repositories\SectionRepositoryTest.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Re..."
- File: adas-core.Test\Repositories\ServiceConfigRepositoryTest.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Repositories; using Microsoft.Ext..."
- File: adas-core.Test\Repositories\TreatmentArchiveRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; u..."
- File: adas-core.Test\Repositories\TreatmentRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Repositories; u..."
- File: adas-core.Test\Repositories\UnitRepositoryTest.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Rep..."
- File: adas-core.Test\Repositories\UserRepositoryTest.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Repositories; using Microsoft.Ext..."
- File: adas-core.Test\Services\AdmissionServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application..."
- File: adas-core.Test\Services\AlarmServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.S..."
- File: adas-core.Test\Services\CacheDispatcherTest.cs
Preview: "using adas_core.Application.Services.Caching; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Mo..."
- File: adas-core.Test\Services\CacheServiceTest.cs
Symbols: [CacheServiceTest]
Preview: "namespace adas_core.Test.Services; using adas_core.Application.Services.Caching; using Microsoft.Extensions.Logging; using Moq; [TestFixture] public c..."
- File: adas-core.Test\Services\CameraServiceTest.cs
Symbols: [CameraServiceTest]
Preview: "namespace adas_core.Test.Services; [TestFixture] internal class CameraServiceTest { //CameraService cameraService; //Mock<CameraService> cameraSer..."
- File: adas-core.Test\Services\ConfigObservationServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application..."
- File: adas-core.Test\Services\ConfigPumpsServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas..."
- File: adas-core.Test\Services\ConfigUnitsServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Domain.Models; using adas_core.Domain.Model..."
- File: adas-core.Test\Services\DiagnosisServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas..."
- File: adas-core.Test\Services\DischargeServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application..."
- File: adas-core.Test\Services\DisplayServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application..."
- File: adas-core.Test\Services\GroupedObservationServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas..."
- File: adas-core.Test\Services\HistoricalConfigChangesServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas..."
- File: adas-core.Test\Services\InMemoryLockProviderTest.cs
Symbols: [InMemoryLockProviderTest]
Preview: "using System.Collections.Concurrent; using System.Reflection; using adas_core.Application.Services.Caching; namespace adas_core.Test.Services; [TestFi..."
- File: adas-core.Test\Services\LightBeaconServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Do..."
- File: adas-core.Test\Services\MasterListServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.S..."
- File: adas-core.Test\Services\MedicineServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas..."
- File: adas-core.Test\Services\NoCacheServiceTest.cs
Symbols: [NoCacheServiceTest]
Preview: "using adas_core.Application.Services.Caching; namespace adas_core.Test.Services; [TestFixture] public class NoCacheServiceTest { private NoCacheServ..."
- File: adas-core.Test\Services\ObservationServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas..."
- File: adas-core.Test\Services\PatientServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.S..."
- File: adas-core.Test\Services\PointOfCareServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application..."
- File: adas-core.Test\Services\PublisherServiceTest.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Infrastructure.Services; using EasyNetQ; using EasyNetQ.SystemMessages; using Microsoft.Ext..."
- File: adas-core.Test\Services\PumpServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.S..."
- File: adas-core.Test\Services\RecordingAlertServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.S..."
- File: adas-core.Test\Services\RecordingServiceTest.cs
Preview: "using System.Net; using System.Text; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Mod..."
- File: adas-core.Test\Services\RedisLockProviderTest.cs
Symbols: [RedisLockProviderTest]
Preview: "using System.Diagnostics; using adas_core.Application.Services.Caching; using Moq; using StackExchange.Redis; namespace adas_core.Test.Services; [Test..."
- File: adas-core.Test\Services\RedisServiceTest.cs
Preview: "using System.Reflection; using adas_core.Application.Services.Caching; using adas_core.Domain.Models.AppSettings; using Microsoft.Extensions.Logging; ..."
- File: adas-core.Test\Services\RelayServiceTest.cs
Preview: "using System.Net; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; ..."
- File: adas-core.Test\Services\SchedulerServiceTest.cs
Preview: "using System.Collections.Specialized; using adas_core.Application.Services; using adas_core.Application.Services.Interfaces; using adas_core.Domain.En..."
- File: adas-core.Test\Services\SendAlertServiceTest.cs
Preview: "using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.SystemAlerts; using adas_core.Infrastructure.Services; using Microsoft.Extens..."
- File: adas-core.Test\Services\SeviceConfigServiceTest.cs
Preview: "using adas_core.Application.Repositories.Interfaces; using adas_core.Domain.Models.MongoModels; using Microsoft.Extensions.Logging; using MongoDB.Bson..."
- File: adas-core.Test\Services\TreatmentServiceTest.cs
Preview: "using adas_core.Application.Exceptions; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.App..."
- File: adas-core.Test\Services\UnitServiceTest.cs
Preview: "using System.Security.Claims; using adas_core.Application.Repositories.Interfaces; using adas_core.Application.Services; using adas_core.Application.S..."
- File: adas-core.Test\Utilities\CacheKeyClassifierTest.cs
Preview: "using adas_core.Application.Services.Caching; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Utils; u..."
- File: adas-core.Test\Utilities\TestUtilities.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.Masters;..."
- File: .idea\.idea.adas-core\.idea\encodings.xml
Preview: "<?xml version='1.0' encoding='UTF-8'?> <project version='4'> <component name='Encoding' addBOMForNewFiles='with BOM under Windows, with no BOM otherw..."
- File: .idea\.idea.adas-core\.idea\indexLayout.xml
Preview: "<?xml version='1.0' encoding='UTF-8'?> <project version='4'> <component name='UserContentModel'> <attachedFolders /> <explicitIncludes /> <expl..."
- File: .idea\.idea.adas-core\.idea\projectSettingsUpdater.xml
Preview: "<?xml version='1.0' encoding='UTF-8'?> <project version='4'> <component name='RiderProjectSettingsUpdater'> <option name='singleClickDiffPreview' v..."
- File: .idea\.idea.adas-core\.idea\vcs.xml
Preview: "<?xml version='1.0' encoding='UTF-8'?> <project version='4'> <component name='VcsDirectoryMappings'> <mapping directory='' vcs='Git' /> <mapping ..."
- File: .idea\.idea.adas-core\.idea\workspace.xml
Preview: "<?xml version='1.0' encoding='UTF-8'?> <project version='4'> <component name='AutoGeneratedRunConfigurationManager'> <projectFile kind='Docker'>ada..."
- File: adas-core\WebSocket\Hubs\UciHub.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Application.Subscriptions; using adas_core.Domain.Models.SignalR; using Microsoft.Asp..."
- File: adas-core.Application\Customizations\BD\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; usi..."
- File: adas-core.Application\Customizations\CHUO\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; usi..."
- File: adas-core.Application\Customizations\HGM\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Application\Customizations\HPAZ\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Application\Customizations\HRYC\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Application\Customizations\NursePlan\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; usi..."
- File: adas-core.Application\Repositories\Interfaces\IAdmissionRepository.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Masters; using adas_core.Domain.Models.MongoModels; us..."
- File: adas-core.Application\Repositories\Interfaces\IAlarmRepository.cs
Symbols: [IAlarmRepository]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; names..."
- File: adas-core.Application\Repositories\Interfaces\IAppointmentArchiveRepository.cs
Symbols: [IAppointmentArchiveRepository]
Preview: "using adas_core.Domain.Models; namespace adas_core.Application.Repositories.Interfaces; public interface IAppointmentArchiveRepository { /// <summar..."
- File: adas-core.Application\Repositories\Interfaces\IAppointmentRepository.cs
Symbols: [IAppointmentRepository]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Application.Re..."
- File: adas-core.Application\Repositories\Interfaces\IArchivePatientCarePlanRepository.cs
Symbols: [IArchivePatientCarePlanRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface IArchivePatie..."
- File: adas-core.Application\Repositories\Interfaces\IAuthorityRepository.cs
Symbols: [IAuthorityRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface IAuthorityRep..."
- File: adas-core.Application\Repositories\Interfaces\ICameraRepository.cs
Symbols: [ICameraRepository]
Preview: "using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Applica..."
- File: adas-core.Application\Repositories\Interfaces\IConfigObservationRepository.cs
Symbols: [IConfigObservationRepository]
Preview: "using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Inte..."
- File: adas-core.Application\Repositories\Interfaces\IConfigPumpsRepository.cs
Symbols: [IConfigPumpsRepository]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Application.Repositories.Interfaces; public interface IConfigPumpsRepository : IMongoRe..."
- File: adas-core.Application\Repositories\Interfaces\IConfigUnitsRepository.cs
Symbols: [IConfigUnitsRepository]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Application.Repositories.Interfaces; public interface IConfigUnitsRepository : IMongoRe..."
- File: adas-core.Application\Repositories\Interfaces\IDeviceRepository.cs
Symbols: [IDeviceRepository]
Preview: "using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfa..."
- File: adas-core.Application\Repositories\Interfaces\IDiagnosisArchiveRepository.cs
Symbols: [IDiagnosisArchiveRepository]
Preview: "using adas_core.Domain.Models; namespace adas_core.Application.Repositories.Interfaces; public interface IDiagnosisArchiveRepository { /// <summary>..."
- File: adas-core.Application\Repositories\Interfaces\IDiagnosisRepository.cs
Symbols: [IDiagnosisRepository]
Preview: "using adas_core.Domain.Models; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Application.Repositories.Interfaces; public interface IDi..."
- File: adas-core.Application\Repositories\Interfaces\IDischargeRepository.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Masters; using adas_core.Domain.Models.MongoModels; us..."
- File: adas-core.Application\Repositories\Interfaces\IDisplayCardConfigRepository.cs
Symbols: [IDisplayCardConfigRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Responses; using MongoDB.Bson; namespace adas_core.Application.Repositories.I..."
- File: adas-core.Application\Repositories\Interfaces\IDisplayChartConfigRepository.cs
Symbols: [IDisplayChartConfigRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Responses; using MongoDB.Bson; namespace adas_core.Application.Repositories.I..."
- File: adas-core.Application\Repositories\Interfaces\IDisplayConfigRepository.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.DTO.Display; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.GroupedOb..."
- File: adas-core.Application\Repositories\Interfaces\IDisplayDetailConfigRepository.cs
Symbols: [IDisplayDetailConfigRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Responses; using MongoDB.Bson; namespace adas_core.Application.Repositories.I..."
- File: adas-core.Application\Repositories\Interfaces\IDisplayRepository.cs
Symbols: [IDisplayRepository]
Preview: "using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Applica..."
- File: adas-core.Application\Repositories\Interfaces\IHistoricalConfigChangesRepository.cs
Symbols: [IHistoricalConfigChangesRepository]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; ..."
- File: adas-core.Application\Repositories\Interfaces\ILightBeaconRepository.cs
Symbols: [ILightBeaconRepository]
Preview: "using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Applica..."
- File: adas-core.Application\Repositories\Interfaces\IMasterListRepository.cs
Symbols: [IMasterListR]
Preview: "using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.Masters; using MongoDB.Bson; using MongoDB.Driv..."
- File: adas-core.Application\Repositories\Interfaces\IMedicineRepository.cs
Symbols: [IMedicineRepository]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Filter; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Application.Reposit..."
- File: adas-core.Application\Repositories\Interfaces\IMongoRepository.cs
Symbols: [IMongoRepository]
Preview: "using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Application.Repositories.Interfaces; public interface IMongoRepository<T> { IMongoColl..."
- File: adas-core.Application\Repositories\Interfaces\INoticeRepository.cs
Symbols: [INoticeRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface INoticeReposi..."
- File: adas-core.Application\Repositories\Interfaces\IObservationArchiveRepository.cs
Symbols: [IObservationArchiveRepository]
Preview: "using adas_core.Domain.Models; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface IObservationArchiveReposi..."
- File: adas-core.Application\Repositories\Interfaces\IObservationRepository.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models...."
- File: adas-core.Application\Repositories\Interfaces\IPatientArchiveRepository.cs
Symbols: [IPatientArchiveRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface IPatientArchi..."
- File: adas-core.Application\Repositories\Interfaces\IPatientCarePlanRepository.cs
Symbols: [IPatientCarePlanRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface IPatientCareP..."
- File: adas-core.Application\Repositories\Interfaces\IPatientRepository.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.Masters; using a..."
- File: adas-core.Application\Repositories\Interfaces\IPoCMappingRepository.cs
Symbols: [IPoCMappingRepository]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Application.Repositories.Interfaces; public interface IPoCMappingRepository { /// <su..."
- File: adas-core.Application\Repositories\Interfaces\IPoCSettingsRepository.cs
Symbols: [IPoCSettingsRepository]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces;..."
- File: adas-core.Application\Repositories\Interfaces\IPointOfCareRepository.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter; using adas_core...."
- File: adas-core.Application\Repositories\Interfaces\IPumpAlarmEventRepository.cs
Symbols: [IPumpAlarmEventRepository]
Preview: "using adas_core.Domain.Models.Pumps; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface IPumpAlarmEventRepo..."
- File: adas-core.Application\Repositories\Interfaces\IPumpAlarmStateRepository.cs
Symbols: [IPumpAlarmStateRepository]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Pumps; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public..."
- File: adas-core.Application\Repositories\Interfaces\IPumpArchiveRepository.cs
Symbols: [IPumpArchiveRepository]
Preview: "using MongoDB.Bson; using MongoDB.Driver; using adas_core.Domain.Models.Pumps; namespace adas_core.Application.Repositories.Interfaces { public inte..."
- File: adas-core.Application\Repositories\Interfaces\IPumpObservationRepository.cs
Symbols: [IPumpObservationRepository]
Preview: "using adas_core.Domain.Models.Pumps; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface IPumpObservationRep..."
- File: adas-core.Application\Repositories\Interfaces\IPumpStateRepository.cs
Symbols: [IPumpStateRepository]
Preview: "using adas_core.Domain.Models.Pumps; namespace adas_core.Application.Repositories.Interfaces; public interface IPumpStateRepository { /// <summary> ..."
- File: adas-core.Application\Repositories\Interfaces\IRecordingAlertArchiveRepository.cs
Symbols: [IRecordingAlertArchiveRepository]
Preview: "using adas_core.Domain.Models; namespace adas_core.Application.Repositories.Interfaces; public interface IRecordingAlertArchiveRepository : IMongoRepo..."
- File: adas-core.Application\Repositories\Interfaces\IRecordingAlertRepository.cs
Symbols: [IRecordingAlertRepository]
Preview: "using adas_core.Domain.Models; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Application.Repositories.Interfaces; public interface IRe..."
- File: adas-core.Application\Repositories\Interfaces\IRelayRepository.cs
Symbols: [IRelayReposit]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Drive..."
- File: adas-core.Application\Repositories\Interfaces\ISectionRepository.cs
Symbols: [ISectionRepository]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; namespace adas_core.Application.Repositories.Interfaces; public interface IS..."
- File: adas-core.Application\Repositories\Interfaces\IServiceConfigRepository.cs
Symbols: [IServiceConfigRepository]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface IServiceConfi..."
- File: adas-core.Application\Repositories\Interfaces\ITreatmentArchiveRepository.cs
Symbols: [ITreatmentArchiveRepository]
Preview: "using adas_core.Domain.Models; using MongoDB.Bson; namespace adas_core.Application.Repositories.Interfaces; public interface ITreatmentArchiveReposito..."
- File: adas-core.Application\Repositories\Interfaces\ITreatmentRepository.cs
Symbols: [ITreatmentRepository]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Filter; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Application.Reposit..."
- File: adas-core.Application\Repositories\Interfaces\IUnitRepository.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; usin..."
- File: adas-core.Application\Repositories\Interfaces\IUserRepository.cs
Symbols: [IUserRepository]
Preview: "using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Applica..."
- File: adas-core.Application\Services\Caching\CacheDispatcher.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Model..."
- File: adas-core.Application\Services\Caching\CacheService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.GroupedObservations; using MongoDB.Bson; using System.Collections.Concu..."
- File: adas-core.Application\Services\Caching\InMemoryLockProvider.cs
Preview: "using System.Collections.Concurrent; using adas_core.Application.Services.Interfaces; namespace adas_core.Application.Services.Caching { /// <summar..."
- File: adas-core.Application\Services\Caching\LockManagerService.cs
Preview: "using adas_core.Application.Services.Interfaces; using Microsoft.Extensions.Logging; namespace adas_core.Application.Services.Caching { /// <summary..."
- File: adas-core.Application\Services\Caching\NoCacheService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.GroupedObservations; using MongoDB.Bson; namespace adas_core.Applicatio..."
- File: adas-core.Application\Services\Caching\RedisLockProvider.cs
Preview: "using StackExchange.Redis; using System.Collections.Concurrent; using adas_core.Application.Services.Interfaces; namespace adas_core.Application.Servi..."
- File: adas-core.Application\Services\Caching\RedisService.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Utils; using adas_core.Domain.Enums..."
- File: adas-core.Application\Services\Interfaces\IAdminPanelService.cs
Symbols: [IAdminPanelService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.A..."
- File: adas-core.Application\Services\Interfaces\IAdmissionService.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Masters; using adas_core.Domain.Models.MongoModels; us..."
- File: adas-core.Application\Services\Interfaces\IAlarmService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.MongoMod..."
- File: adas-core.Application\Services\Interfaces\IAlertValuesService.cs
Symbols: [IAlertValuesService]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; public interface IAlertValuesServi..."
- File: adas-core.Application\Services\Interfaces\IAPIRequestService.cs
Symbols: [IApiRequestService]
Preview: "using adas_core.Domain.Models; namespace adas_core.Application.Services.Interfaces; public interface IApiRequestService { /// <summary> /// Asynch..."
- File: adas-core.Application\Services\Interfaces\IAppointmentService.cs
Symbols: [IAppointmentService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Driver; namespace adas_core.Application.Se..."
- File: adas-core.Application\Services\Interfaces\IArchivedPatientObservationService.cs
Symbols: [IArchivedPatientObservationService]
Preview: "using adas_core.Domain.Models; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; public interface IArchivedPatientObservationSe..."
- File: adas-core.Application\Services\Interfaces\IArchivedPatientService.cs
Symbols: [IArchivedPatientService]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Application.Services.Interfaces; public interface IArchivedPatientService { /// <summ..."
- File: adas-core.Application\Services\Interfaces\IArchivedPatientTreatmentService.cs
Symbols: [IArchivedPatientTreatmentService]
Preview: "using adas_core.Domain.Models; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; public interface IArchivedPatientTreatmentServ..."
- File: adas-core.Application\Services\Interfaces\IArchivePatientCarePlanService.cs
Symbols: [IArchivePatientCarePlanService]
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; public interface IArchivePatientCa..."
- File: adas-core.Application\Services\Interfaces\IAuthService.cs
Symbols: [IAuthService]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Responses; using MongoDB.Bson; namespace adas_core.Application.Services.Inter..."
- File: adas-core.Application\Services\Interfaces\ICacheService.cs
Symbols: [ICacheService]
Preview: "using adas_core.Domain.Models.GroupedObservations; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces { public interface ICache..."
- File: adas-core.Application\Services\Interfaces\ICalculatedObservations.cs
Symbols: [ICalculatedObservations]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; using MongoDB.Bson; namespace adas_core.Application...."
- File: adas-core.Application\Services\Interfaces\ICalculatedObservationsService.cs
Symbols: [ICalculatedObservationsService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; public in..."
- File: adas-core.Application\Services\Interfaces\ICameraService.cs
Symbols: [ICameraService]
Preview: "using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Responses; using MongoDB.Bson; namespac..."
- File: adas-core.Application\Services\Interfaces\IClientMessageService.cs
Symbols: [IClientMessageService]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.SignalR; namespace adas_core.Application.Services.Interface..."
- File: adas-core.Application\Services\Interfaces\IConfigObservationService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter; using adas_core...."
- File: adas-core.Application\Services\Interfaces\IConfigPumpsService.cs
Symbols: [IConfigPumpsService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Pumps; namespace adas_core.Application.Service..."
- File: adas-core.Application\Services\Interfaces\IConfigUnitsService.cs
Symbols: [IConfigUnitsService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; namespace adas_core.Application.Services.Interfaces; public interface IConfigUnits..."
- File: adas-core.Application\Services\Interfaces\IDeviceService.cs
Symbols: [IDeviceService]
Preview: "using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces;..."
- File: adas-core.Application\Services\Interfaces\IDiagnosisService.cs
Symbols: [IDiagnosisService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; pub..."
- File: adas-core.Application\Services\Interfaces\IDischargeService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Masters; using adas_core..."
- File: adas-core.Application\Services\Interfaces\IDisplayConfigService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.DTO.Display; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.GroupedOb..."
- File: adas-core.Application\Services\Interfaces\IDisplayService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.DTO.Display; using adas_core.Domain.Models.Filter; usin..."
- File: adas-core.Application\Services\Interfaces\IFileService.cs
Symbols: [IFileService]
Preview: "//using Microsoft.AspNetCore.Http; using adas_core.Domain.Enums; using adas_core.Domain.Models.DTO; using Microsoft.AspNetCore.Http; namespace adas_co..."
- File: adas-core.Application\Services\Interfaces\IGroupedObservationService.cs
Symbols: [IGroupedObservationService]
Preview: "using adas_core.Application.Subscriptions; using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObservations; using MongoDB.Bson; names..."
- File: adas-core.Application\Services\Interfaces\IHistoricalConfigChangesService.cs
Symbols: [IHistoricalConfigChangesService]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; publ..."
- File: adas-core.Application\Services\Interfaces\ILightBeaconService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using ad..."
- File: adas-core.Application\Services\Interfaces\ILocalAuditService.cs
Symbols: [ILocalAuditService]
Preview: "using System.Security.Claims; namespace adas_core.Application.Services.Interfaces; public interface ILocalAuditService { /// <summary> /// Creates..."
- File: adas-core.Application\Services\Interfaces\ILockProvider.cs
Preview: "namespace adas_core.Application.Services.Interfaces { /// <summary> /// Contrato genérico para un proveedor de locks por clave. /// CacheService..."
- File: adas-core.Application\Services\Interfaces\IMasterListService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.Masters; using ad..."
- File: adas-core.Application\Services\Interfaces\IMasterListServiceFactory.cs
Symbols: [IMasterListServiceFactory]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Masters; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_cor..."
- File: adas-core.Application\Services\Interfaces\IMedicineService.cs
Symbols: [IMedicineService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.Responses; using MongoDB.Bson; namespace adas_core...."
- File: adas-core.Application\Services\Interfaces\INoticeService.cs
Symbols: [INoticeService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; pub..."
- File: adas-core.Application\Services\Interfaces\IObservationDemoService.cs
Symbols: [IObservationDemoService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.MongoModels; namespace adas_core.Appli..."
- File: adas-core.Application\Services\Interfaces\IObservationService.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models...."
- File: adas-core.Application\Services\Interfaces\IPatientCarePlanService.cs
Symbols: [IPatientCarePlanService]
Preview: "using adas_core.Domain.Models.Masters; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Services.Interfa..."
- File: adas-core.Application\Services\Interfaces\IPatientService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter; using adas_core...."
- File: adas-core.Application\Services\Interfaces\IPermissionService.cs
Symbols: [IPermissionService]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.AppSettings; using adas_core.Domain.Models.MongoModels; namespace adas_core.Application.Se..."
- File: adas-core.Application\Services\Interfaces\IPoCMappingService.cs
Symbols: [IPoCMappingService]
Preview: "using adas_core.Domain.Models; namespace adas_core.Application.Services.Interfaces; public interface IPoCMappingService { /// <summary> /// Asynch..."
- File: adas-core.Application\Services\Interfaces\IPointOfCareService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.Masters; using adas_core.Domain.Models.MongoModels; ..."
- File: adas-core.Application\Services\Interfaces\IPublisherService.cs
Symbols: [IPublisherService]
Preview: "namespace adas_core.Application.Services.Interfaces; public interface IPublisherService { /// <summary> /// Creates a new queue with the specified..."
- File: adas-core.Application\Services\Interfaces\IPumpService.cs
Preview: "using MongoDB.Bson; using adas_core.Domain.Models; using adas_core.Domain.Models.Pumps; using adas_core.Domain.Models.Filter; using adas_core.Domain.M..."
- File: adas-core.Application\Services\Interfaces\IRecordingAlertService.cs
Symbols: [IRecordingAlertService]
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; pub..."
- File: adas-core.Application\Services\Interfaces\IRecordingService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.MongoModels; using adas_..."
- File: adas-core.Application\Services\Interfaces\IRelayService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Responses..."
- File: adas-core.Application\Services\Interfaces\ISendAlertService.cs
Symbols: [ISendAlertService]
Preview: "using adas_core.Domain.Models.SystemAlerts; namespace adas_core.Application.Services.Interfaces; public interface ISendAlertService { /// <summary> ..."
- File: adas-core.Application\Services\Interfaces\IServiceConfigService.cs
Symbols: [IServiceConfigService]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Application.Services.Interfaces; public interface IServiceConfigService { /// <summar..."
- File: adas-core.Application\Services\Interfaces\ISubscriberGroupedService.cs
Symbols: [ISubscriberGroupedService]
Preview: "using adas_core.Application.Subscriptions; using adas_core.Domain.Models; using adas_core.Domain.Models.GroupedObservations; using MongoDB.Bson; names..."
- File: adas-core.Application\Services\Interfaces\ISubscribersService.cs
Symbols: [ISubscribersService]
Preview: "using adas_core.Application.Subscriptions; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; public interface ISubscribersServi..."
- File: adas-core.Application\Services\Interfaces\ITreatmentService.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Response..."
- File: adas-core.Application\Services\Interfaces\IUnitService.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.DTO; using adas_core.Domain.Models.Filter; using adas_core.Domain.Models.Masters; using ad..."
- File: adas-core.Domain\Models\AppSettings\ApiSettings.cs
Symbols: [ApiSettings]
Preview: "using System.Text.Json; using adas_core.Domain.Enums; namespace adas_core.Domain.Models.AppSettings; public class ApiSettings { public const string ..."
- File: adas-core.Domain\Models\AppSettings\AuthSettings.cs
Symbols: [AuthSettings]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models.AppSettings; public class AuthSettings { public JwtConfig? JwtConfig { ..."
- File: adas-core.Domain\Models\AppSettings\AutoRecordingSettings.cs
Symbols: [AutoRecordingSettings]
Preview: "namespace adas_core.Domain.Models.AppSettings; public class AutoRecordingSettings { public AutoStart? AutoStart { get; set; } public AutoStop? Aut..."
- File: adas-core.Domain\Models\AppSettings\CacheSettings.cs
Symbols: [CacheSettings]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.AppSettings; public class CacheSettings { /// <summary> /// Activa o desactiva ..."
- File: adas-core.Domain\Models\AppSettings\DatabaseSettings.cs
Symbols: [DatabaseSettings]
Preview: "namespace adas_core.Domain.Models.AppSettings; public class DatabaseSettings { public const string Database = 'DatabaseSettings'; public string? C..."
- File: adas-core.Domain\Models\AppSettings\ListSettings.cs
Symbols: [ListSettings, new]
Preview: "namespace adas_core.Domain.Models.AppSettings; public class ListSettings { public ListSettingItem AltableOptionList { get; set; } = new() { Ma..."
- File: adas-core.Domain\Models\AppSettings\PermissionSettings.cs
Symbols: [PermissionSettings]
Preview: "namespace adas_core.Domain.Models.AppSettings; public class PermissionSettings { public SourcePermissions Admin { get; set; } = new( new Display..."
- File: adas-core.Domain\Models\AppSettings\RabbitMQSettings.cs
Symbols: [RabbitMqSettings]
Preview: "namespace adas_core.Domain.Models.AppSettings; public class RabbitMqSettings { public string ConnectionString { get; set; } = string.Empty; public..."
- File: adas-core.Domain\Models\AppSettings\RecordingSettings.cs
Symbols: [RecordingSettings]
Preview: "namespace adas_core.Domain.Models.AppSettings; public class RecordingSettings { public const string Recording = 'RecordingSettings'; public string..."
- File: adas-core.Domain\Models\AppSettings\RedisSettings.cs
Preview: "namespace adas_core.Domain.Models.AppSettings { /// <summary> /// Configuración Redis. /// No contiene lógica de qué entidades usan Redis (eso e..."
- File: adas-core.Domain\Models\BsonConverters\DictionaryBsonConverter.cs
Preview: "using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using MongoDB.Bson.IO; using MongoDB.Bson.Serialization; using MongoDB.Bson.Serializati..."
- File: adas-core.Domain\Models\BsonConverters\DictionaryConverter.cs
Symbols: [DictionaryConverter]
Preview: "using adas_core.Domain.Models.MongoModels; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace adas_core.Domain.Models.BsonConverters; public..."
- File: adas-core.Domain\Models\DTO\AppointmentDto.cs
Symbols: [AppointmentDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class AppointmentDto { public string PatientNumber { get; set; } = string.Empty; public PatientLocat..."
- File: adas-core.Domain\Models\DTO\AssetDto.cs
Symbols: [AssetDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class AssetDto { public string? Name { get; set; } public string? Extension { get; set; } public s..."
- File: adas-core.Domain\Models\DTO\ConfigObservationDto.cs
Symbols: [ConfigObservationDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class ConfigObservationDto { public string Id { get; set; } = string.Empty; public long ItemCount { ..."
- File: adas-core.Domain\Models\DTO\CreateUserWithAuthDto.cs
Symbols: [CreateUserWithAuthDto]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models.DTO; public class CreateUserWithAuthDto { public User User { get; set; ..."
- File: adas-core.Domain\Models\DTO\DeviceDto.cs
Symbols: [DeviceDto]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Domain.Models.DTO; public class Devic..."
- File: adas-core.Domain\Models\DTO\DiagnosisDto.cs
Symbols: [DiagnosisDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class DiagnosisDto { public string PatientNumber { get; set; } = string.Empty; public PatientLocatio..."
- File: adas-core.Domain\Models\DTO\MasterListDto.cs
Symbols: [MasterListDto]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.DTO; public class MasterListDto { public ObjectId Id { get; set;..."
- File: adas-core.Domain\Models\DTO\MasterListWithPaginatedOptionsDto.cs
Symbols: [MasterListWithPaginatedOptionsDto]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Masters; using MongoDB.Bson; namespace adas_core.Domain.Models.DTO; public class MasterLis..."
- File: adas-core.Domain\Models\DTO\ObservationAlarmDto.cs
Symbols: [ObservationAlarmDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class ObservationAlarmDto { public string? PatientNumber { get; set; } public PatientLocation? Locat..."
- File: adas-core.Domain\Models\DTO\ObservationDto.cs
Symbols: [ObservationDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class ObservationDto { public string PatientNumber { get; set; } = string.Empty; public PatientLocat..."
- File: adas-core.Domain\Models\DTO\PaginationPairDto.cs
Symbols: [PaginationPairDto]
Preview: "using adas_core.Domain.Models.Filter; namespace adas_core.Domain.Models.DTO; public class PaginationPairDto { public PaginationFilter ListFilter { g..."
- File: adas-core.Domain\Models\DTO\PatientDto.cs
Symbols: [PatientDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class PatientDto { public string PatientNumber { get; set; } = string.Empty; public PatientLocation?..."
- File: adas-core.Domain\Models\DTO\PocAndUnitDto.cs
Symbols: [MinimalPocAndUnitDto, PocAndUnitDto]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models.DTO; public class PocAndUnitDto { public List<MinimalPocAndUnitDto> PocList { get; set; } = []..."
- File: adas-core.Domain\Models\DTO\PointOfCareDto.cs
Symbols: [PointOfCareDto]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; using LightBeacon = adas_core.Domain.Models.MongoModels.L..."
- File: adas-core.Domain\Models\DTO\PumpDto.cs
Symbols: [PumpDto]
Preview: "using adas_core.Domain.Models.Pumps; namespace adas_core.Domain.Models.DTO; public class PumpDto { public string PatientNumber { get; set; } = strin..."
- File: adas-core.Domain\Models\DTO\RecordingAlertDto.cs
Symbols: [RecordingAlertDto]
Preview: "using adas_core.Domain.Models.Recording; namespace adas_core.Domain.Models.DTO; public class RecordingAlertDto { public string? PatientNumber { get;..."
- File: adas-core.Domain\Models\DTO\TreatmentDto.cs
Symbols: [TreatmentDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class TreatmentDto { public string PatientNumber { get; set; } = string.Empty; public PatientLocatio..."
- File: adas-core.Domain\Models\DTO\UnitInfoDto.cs
Symbols: [UnitInfoDto, UnitInfoDto]
Preview: "using System.Text.Json.Serialization; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Domain.Models.DTO; public cla..."
- File: adas-core.Domain\Models\DTO\UpdateListNameAndDescriptionDto.cs
Symbols: [UpdateListNameAndDescriptionDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class UpdateListNameAndDescriptionDto { public string? Name { get; set; } public string? Description..."
- File: adas-core.Domain\Models\DTO\UpdateMasterListDetailsDto.cs
Symbols: [UpdateMasterListDetailsDto]
Preview: "using adas_core.Domain.Models.Masters; namespace adas_core.Domain.Models.DTO; public class UpdateMasterListDetailsDto { public bool? CanAddElement {..."
- File: adas-core.Domain\Models\DTO\UpdateObservationDto.cs
Symbols: [UpdateObservationDto]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models.DTO; public class UpdateObservationDto { public ConfigObservation? OldC..."
- File: adas-core.Domain\Models\DTO\UpdateOptionMasterListDto.cs
Symbols: [UpdateOptionMasterListDto]
Preview: "using adas_core.Domain.Models.Masters; namespace adas_core.Domain.Models.DTO; public class UpdateOptionMasterListDto { public OptionList? UpdatedOpt..."
- File: adas-core.Domain\Models\DTO\UpdatePasswordDto.cs
Symbols: [UpdatePasswordDto]
Preview: "namespace adas_core.Domain.Models.DTO; public class UpdatePasswordDto { public string OldPassword { get; set; } = string.Empty; public string NewP..."
- File: adas-core.Domain\Models\DTO\UpdateUnitIdListDto.cs
Symbols: [UpdateUnitIdListDto]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.DTO; public class UpdateUnitIdListDto { public ObjectId UnitId {..."
- File: adas-core.Domain\Models\DTO\UpdateUserWithAuthDto.cs
Symbols: [UpdateUserWithAuthDto]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models.DTO; public class UpdateUserWithAuthDto { public User User { get; set; ..."
- File: adas-core.Domain\Models\Filter\FilteredRequest.cs
Symbols: [FilteredRequest]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.Filter; public class FilteredRequest { #region Common region public DateTime? Star..."
- File: adas-core.Domain\Models\Filter\FilterOptionListElement.cs
Symbols: [FilterOptionListElement]
Preview: "using adas_core.Domain.Models.Masters; namespace adas_core.Domain.Models.Filter; public class FilterOptionListElement { public string? OptionType { ..."
- File: adas-core.Domain\Models\Filter\PaginationFilter.cs
Symbols: [PaginationFilter, PaginationFilter]
Preview: "namespace adas_core.Domain.Models.Filter; public record PaginationFilter { public PaginationFilter() { } public PaginationFilter(int pageNumbe..."
- File: adas-core.Domain\Models\GroupedObservations\Field.cs
Symbols: [Field]
Preview: "namespace adas_core.Domain.Models.GroupedObservations; public class Field { public string? Name { get; set; } public int Last { get; set; } = 1; ..."
- File: adas-core.Domain\Models\GroupedObservations\GroupedField.cs
Symbols: [GroupedField, GroupedField]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.GroupedObservations; public class GroupedField { public GroupedField() { } pub..."
- File: adas-core.Domain\Models\Masters\AccessControlList.cs
Symbols: [AccessControlList]
Preview: "namespace adas_core.Domain.Models.Masters; public class AccessControlList : MasterList;"
- File: adas-core.Domain\Models\Masters\AllergyList.cs
Symbols: [AllergyList]
Preview: "namespace adas_core.Domain.Models.Masters; public class AllergyList : MasterList;"
- File: adas-core.Domain\Models\Masters\AltableOptionList.cs
Symbols: [AltableOptionList]
Preview: "namespace adas_core.Domain.Models.Masters; public class AltableOptionList : MasterList;"
- File: adas-core.Domain\Models\Masters\DestinationList.cs
Symbols: [DestinationList]
Preview: "namespace adas_core.Domain.Models.Masters; public class DestinationList : MasterList;"
- File: adas-core.Domain\Models\Masters\DiagnosisList.cs
Symbols: [DiagnosisList]
Preview: "namespace adas_core.Domain.Models.Masters; public class DiagnosisList : MasterList;"
- File: adas-core.Domain\Models\Masters\DischargeStatusList.cs
Symbols: [DischargeStatusList]
Preview: "namespace adas_core.Domain.Models.Masters; public class DischargeStatusList : MasterList;"
- File: adas-core.Domain\Models\Masters\DoctorList.cs
Symbols: [DoctorList]
Preview: "namespace adas_core.Domain.Models.Masters; public class DoctorList : MasterList;"
- File: adas-core.Domain\Models\Masters\DoctorTypeList.cs
Symbols: [DoctorTypeList]
Preview: "namespace adas_core.Domain.Models.Masters; public class DoctorTypeList : MasterList;"
- File: adas-core.Domain\Models\Masters\GenericList.cs
Symbols: [GenericList]
Preview: "namespace adas_core.Domain.Models.Masters; public class GenericList : MasterList; "
- File: adas-core.Domain\Models\Masters\InsulationList.cs
Symbols: [InsulationList]
Preview: "namespace adas_core.Domain.Models.Masters; public class InsulationList : MasterList;"
- File: adas-core.Domain\Models\Masters\InternalDestinationList.cs
Symbols: [InternalDestinationList]
Preview: "namespace adas_core.Domain.Models.Masters; public class InternalDestinationList : MasterList;"
- File: adas-core.Domain\Models\Masters\LanguageBarrierList.cs
Symbols: [LanguageBarrierList]
Preview: "namespace adas_core.Domain.Models.Masters; public class LanguageBarrierList : MasterList;"
- File: adas-core.Domain\Models\Masters\MasterList.cs
Symbols: [MasterList]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.Masters; public class MasterList { public ObjectId Id { get; set..."
- File: adas-core.Domain\Models\Masters\MobilityOptionList.cs
Symbols: [MobilityOptionList]
Preview: "namespace adas_core.Domain.Models.Masters; public class MobilityOptionList : MasterList;"
- File: adas-core.Domain\Models\Masters\OptionList.cs
Symbols: [OptionList]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models.Masters; public class OptionList { public ObjectId? Id { get; set; } public Locale? LocaleIt..."
- File: adas-core.Domain\Models\Masters\OriginList.cs
Symbols: [OriginList]
Preview: "namespace adas_core.Domain.Models.Masters; public class OriginList : MasterList;"
- File: adas-core.Domain\Models\Masters\PassiveSittingList.cs
Symbols: [PassiveSittingList]
Preview: "namespace adas_core.Domain.Models.Masters; public class PassiveSittingList : MasterList;"
- File: adas-core.Domain\Models\Masters\PatientStatusList.cs
Symbols: [PatientStatusList]
Preview: "namespace adas_core.Domain.Models.Masters; public class PatientStatusList : MasterList;"
- File: adas-core.Domain\Models\Masters\ProcedureList.cs
Symbols: [ProcedureList]
Preview: "namespace adas_core.Domain.Models.Masters; public class ProcedureList : MasterList;"
- File: adas-core.Domain\Models\Masters\ServiceList.cs
Symbols: [ServiceList]
Preview: "namespace adas_core.Domain.Models.Masters; public class ServiceList : MasterList;"
- File: adas-core.Domain\Models\Masters\TestList.cs
Symbols: [TestList]
Preview: "namespace adas_core.Domain.Models.Masters; public class TestList : MasterList;"
- File: adas-core.Domain\Models\Masters\TherapeuticCeilingList.cs
Symbols: [TherapeuticCeilingList]
Preview: "namespace adas_core.Domain.Models.Masters; public class TherapeuticCeilingList : MasterList;"
- File: adas-core.Domain\Models\Masters\TreatmentList.cs
Symbols: [TreatmentList]
Preview: "namespace adas_core.Domain.Models.Masters; public class TreatmentList : MasterList;"
- File: adas-core.Domain\Models\Masters\VisitOptionList.cs
Symbols: [VisitOptionList]
Preview: "namespace adas_core.Domain.Models.Masters; public class VisitOptionList : MasterList;"
- File: adas-core.Domain\Models\MongoModels\Admission.cs
Symbols: [Admission]
Preview: "using adas_core.Domain.Models.Masters; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class Admission { public ObjectId I..."
- File: adas-core.Domain\Models\MongoModels\AlarmConfig.cs
Symbols: [AlarmConfig]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.MongoModels; public class AlarmConfig { public string? Name { get; set; } public b..."
- File: adas-core.Domain\Models\MongoModels\AlarmItem.cs
Symbols: [AlarmItem]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.MongoModels; public class AlarmItem { public bool Enabled { get; set; } public int..."
- File: adas-core.Domain\Models\MongoModels\Authorizations.cs
Symbols: [Authorization]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class Authorization { public ObjectId Id { get; set; } public ObjectId U..."
- File: adas-core.Domain\Models\MongoModels\Box.cs
Symbols: [Box]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Observations; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public cl..."
- File: adas-core.Domain\Models\MongoModels\Camera.cs
Symbols: [Camera]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class Camera { public ObjectId Id { get; set; } public string? Name { ge..."
- File: adas-core.Domain\Models\MongoModels\ConfigObservation.cs
Symbols: [ConfigObservation]
Preview: "using System.Xml.Serialization; using adas_core.Domain.Enums; using MongoDB.Bson; using Newtonsoft.Json; namespace adas_core.Domain.Models.MongoModels..."
- File: adas-core.Domain\Models\MongoModels\ConfigPumps.cs
Symbols: [ConfigPumps]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.MongoModels; public class ConfigPumps { public string Id { get; set; } = string.Empt..."
- File: adas-core.Domain\Models\MongoModels\ConfigUnits.cs
Symbols: [ConfigUnitItem, ConfigUnits]
Preview: "namespace adas_core.Domain.Models.MongoModels; public class ConfigUnits { public string Id { get; set; } = string.Empty; public List<ConfigUnitIte..."
- File: adas-core.Domain\Models\MongoModels\Device.cs
Symbols: [Device]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class Device { public ObjectId Id { get; set..."
- File: adas-core.Domain\Models\MongoModels\Discharge.cs
Symbols: [Discharge]
Preview: "using adas_core.Domain.Models.Masters; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class Discharge { public ObjectId I..."
- File: adas-core.Domain\Models\MongoModels\Display.cs
Symbols: [Display]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class Display { public ObjectId Id { get; se..."
- File: adas-core.Domain\Models\MongoModels\DisplayCardConfig.cs
Symbols: [CardConfig]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; #region HomeConfig public class CardConfig { public..."
- File: adas-core.Domain\Models\MongoModels\DisplayCardDetailConfig.cs
Symbols: [CardDetailsConfig]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; #region DetailsConfig public class CardDetailsConfig ..."
- File: adas-core.Domain\Models\MongoModels\DisplayConfig.cs
Symbols: [DisplayConfig]
Preview: "using System.Collections; using adas_core.Domain.Enums; using adas_core.Domain.Models.GroupedObservations; using MongoDB.Bson; namespace adas_core.Dom..."
- File: adas-core.Domain\Models\MongoModels\HistoricalConfigChanges.cs
Symbols: [HistoricalConfigCha]
Preview: "using System.Reflection; using adas_core.Domain.Enums; using MongoDB.Bson; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.J..."
- File: adas-core.Domain\Models\MongoModels\HistoricalIds.cs
Symbols: [HistoricalId]
Preview: "namespace adas_core.Domain.Models.MongoModels; public class HistoricalId(DateTime time, Dictionary<string, string> patientIds) { // Propiedades pu..."
- File: adas-core.Domain\Models\MongoModels\LightBeacon.cs
Symbols: [LightBeacon]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class LightBeacon { public ObjectId Id { get; set; } public string Type ..."
- File: adas-core.Domain\Models\MongoModels\Notice.cs
Symbols: [Notice]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class Notice { public ObjectId Id { get; set; } public DateTime NoticeDa..."
- File: adas-core.Domain\Models\MongoModels\Patient.cs
Symbols: [Patient]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Masters; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class P..."
- File: adas-core.Domain\Models\MongoModels\PatientCarePlan.cs
Symbols: [PatientCarePlan]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Masters; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class P..."
- File: adas-core.Domain\Models\MongoModels\PoCMapping.cs
Symbols: [PoCMapping, PoCMappingItem]
Preview: "namespace adas_core.Domain.Models.MongoModels; public class PoCMapping { public string Id { get; set; } = string.Empty; public List<PoCMappingIte..."
- File: adas-core.Domain\Models\MongoModels\PoCSettings.cs
Symbols: [PoCSettings]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class PoCSettings { public ObjectId Id { get..."
- File: adas-core.Domain\Models\MongoModels\PointOfCare.cs
Symbols: [PointOfCare]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class PointOfCare { public ObjectId Id { get..."
- File: adas-core.Domain\Models\MongoModels\PumpElement.cs
Symbols: [PumpElement]
Preview: "namespace adas_core.Domain.Models.MongoModels; public class PumpElement { public string? Id { get; set; } public string? Text { get; set; } publ..."
- File: adas-core.Domain\Models\MongoModels\Relay.cs
Symbols: [Relay]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; using Newtonsoft.Json; namespace adas_core.Domain.Models.MongoModels; public class Relay { public ..."
- File: adas-core.Domain\Models\MongoModels\Section.cs
Symbols: [Section]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class Section { // ReSharper disable once In..."
- File: adas-core.Domain\Models\MongoModels\ServiceConfig.cs
Symbols: [ServiceConfig]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class ServiceConfig { public ObjectId Id { get; set; } public string Str..."
- File: adas-core.Domain\Models\MongoModels\ServiceConfigService.cs
Symbols: [ServiceConfigService, ServiceCo]
Preview: "namespace adas_core.Domain.Models.MongoModels; public class ServiceConfigService { public string Screen { get; set; } = string.Empty; public List..."
- File: adas-core.Domain\Models\MongoModels\ServiceConfigTheme.cs
Symbols: [ServiceConfigTheme, Ser]
Preview: "namespace adas_core.Domain.Models.MongoModels; public class ServiceConfigTheme { public string DefaultTheme { get; set; } = string.Empty; public ..."
- File: adas-core.Domain\Models\MongoModels\Step.cs
Symbols: [Step]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.MongoModels; public class Step { public int? RotationTime { get; set; } public st..."
- File: adas-core.Domain\Models\MongoModels\Unit.cs
Symbols: [Unit]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Masters; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class U..."
- File: adas-core.Domain\Models\MongoModels\User.cs
Symbols: [User]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.MongoModels; public class User { public ObjectId Id { get; set; ..."
- File: adas-core.Domain\Models\Observations\BoolObservation.cs
Symbols: [BoolObservation]
Preview: "namespace adas_core.Domain.Models.Observations; public class BoolObservation : Observation { public bool Value { get; set; } /// <summary> /// C..."
- File: adas-core.Domain\Models\Observations\ChartObservation.cs
Symbols: [ChartObservation]
Preview: "namespace adas_core.Domain.Models.Observations; public class ChartObservation : Observation { public List<double> Values { get; set; } = []; publi..."
- File: adas-core.Domain\Models\Observations\DoubleObservation.cs
Symbols: [DoubleObservation]
Preview: "using adas_core.Domain.Utils; namespace adas_core.Domain.Models.Observations; public class DoubleObservation : Observation { public double? Value { ..."
- File: adas-core.Domain\Models\Observations\FullObservation.cs
Symbols: [FullObservation]
Preview: "namespace adas_core.Domain.Models.Observations; public class FullObservation : Observation { public DateTime LastObservationDate; public DateTime ..."
- File: adas-core.Domain\Models\Observations\Medication.cs
Symbols: [Medication, Medication]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Utils; namespace adas_core.Domain.Models.Observations; public class Medication : Obs..."
- File: adas-core.Domain\Models\Observations\Observation.cs
Symbols: [Observation]
Preview: "namespace adas_core.Domain.Models.Observations; public class Observation { }"
- File: adas-core.Domain\Models\Observations\ObservationPaginatedResult.cs
Symbols: [ObservationPaginatedResult]
Preview: "namespace adas_core.Domain.Models.Observations; public class ObservationPaginatedResult { public int Count { get; set; } = 0; public List<PatientO..."
- File: adas-core.Domain\Models\Observations\ObservationsRequest.cs
Symbols: [ObservationsRequest]
Preview: "namespace adas_core.Domain.Models.Observations; public class ObservationsRequest { public string? PatientNumber { get; set; } public List<string>?..."
- File: adas-core.Domain\Models\Observations\PredictMedicationObservation.cs
Symbols: [PredictMedicationObservation]
Preview: "namespace adas_core.Domain.Models.Observations; public class PredictMedicationObservation { public string MedicineText { get; set; } = string.Empty;..."
- File: adas-core.Domain\Models\Observations\StringObservation.cs
Symbols: [StringObservation]
Preview: "namespace adas_core.Domain.Models.Observations; public class StringObservation : Observation { public string Value { get; set; } = string.Empty; /..."
- File: adas-core.Domain\Models\Providers\ProvidersSettings.cs
Symbols: [ProvidersSettings]
Preview: "namespace adas_core.Domain.Models.Providers; public class ProvidersSettings { public string Name { get; set; } = string.Empty; public string Url {..."
- File: adas-core.Domain\Models\Providers\ResultModelPredictMedicationADAS.cs
Symbols: [ResultModelPredictMedicationAdas]
Preview: "namespace adas_core.Domain.Models.Providers; public abstract class ResultModelPredictMedicationAdas { public string MedicineIdentifier { get; set; }..."
- File: adas-core.Domain\Models\Providers\ResultModelPredictOfStayADAS.cs
Symbols: [ResultModelPredictOfStayAdas, Payload]
Preview: "namespace adas_core.Domain.Models.Providers; public class ResultModelPredictOfStayAdas { public string Result { get; set; } = string.Empty; public..."
- File: adas-core.Domain\Models\Pumps\CommonPumpTypes.cs
Symbols: [PumpValue, CommonPumpTypes]
Preview: "namespace adas_core.Domain.Models.Pumps; public abstract class CommonPumpTypes { // Tipos auxiliares para valores con unidades (idénticos a PatientP..."
- File: adas-core.Domain\Models\Pumps\PumpAlarmEvent.cs
Symbols: [PumpAlarmEvent]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.Pumps; public class PumpAlarmEvent { public ObjectId Id { get; s..."
- File: adas-core.Domain\Models\Pumps\PumpAlarmState.cs
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.Pumps { /// <summary> /// Estado actual de alarmas activas por..."
- File: adas-core.Domain\Models\Pumps\PumpObservation.cs
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.Pumps { /// <summary> /// Datos unificados de entrada (del HL7..."
- File: adas-core.Domain\Models\Pumps\PumpState.cs
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.Pumps { /// <summary> /// Snapshot vivo de la bomba, indexado ..."
- File: adas-core.Domain\Models\Recording\AccessGrant.cs
Symbols: [AccessGrant]
Preview: "namespace adas_core.Domain.Models.Recording; public class AccessGrant { private int _expiresIn; public string? AccessToken { get; set; } public ..."
- File: adas-core.Domain\Models\Recording\Patient.cs
Symbols: [Patient]
Preview: "namespace adas_core.Domain.Models.Recording; public class Patient { /// <summary> /// PatientNumber /// </summary> public string Id { get; s..."
- File: adas-core.Domain\Models\Recording\RecordingData.cs
Symbols: [RecordingData]
Preview: "using adas_core.Domain.Enums; using Newtonsoft.Json; namespace adas_core.Domain.Models.Recording; public class RecordingData { public Patient? Patie..."
- File: adas-core.Domain\Models\Recording\VideoDto.cs
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.Recording; public record VideoDto { public string Id { get; set; } = null!; // pub..."
- File: adas-core.Domain\Models\Responses\BeaconResponse.cs
Symbols: [BeaconResponse]
Preview: "using MongoDB.Bson; namespace adas_core.Domain.Models.Responses; public class BeaconResponse(string color, ObjectId poc, ObjectId unitId) : IEquatable..."
- File: adas-core.Domain\Models\Responses\BoxObservationsResponse.cs
Symbols: [BoxObservationsResponse]
Preview: "using adas_core.Domain.Models.Observations; namespace adas_core.Domain.Models.Responses; public class BoxObservationsResponse { public List<Medicati..."
- File: adas-core.Domain\Models\Responses\DisplayConfigMinimalResponse.cs
Symbols: [DisplayConfigMinimalResponse, DisplayConfigMinimalResponse]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.DTO.Display; using MongoDB.Bson; namespace adas_core.Domain.Models.Responses; public class..."
- File: adas-core.Domain\Models\Responses\LoginResponse.cs
Symbols: [LoginResponse]
Preview: "namespace adas_core.Domain.Models.Responses; public class LoginResponse { public string Token { get; set; } = ''; public string RefreshToken { get..."
- File: adas-core.Domain\Models\Responses\PaginationResponse.cs
Symbols: [PaginationResponse, PaginationResponse]
Preview: "namespace adas_core.Domain.Models.Responses; public class PaginationResponse<T> { public PaginationResponse(List<T> data, int pageNumber, int pageSi..."
- File: adas-core.Domain\Models\Responses\PatientSearch.cs
Symbols: [PatientSearch]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models.Responses; public class PatientSearch( Patient? patient, Patient? arc..."
- File: adas-core.Domain\Models\Responses\Response.cs
Symbols: [Response, Response, Response]
Preview: "namespace adas_core.Domain.Models.Responses; public class Response<T> { public Response() { } public Response(T data) { Succeeded = true..."
- File: adas-core.Domain\Models\SignalR\Message.cs
Symbols: [Message]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.GroupedObservations; using Newtonsoft.Json; namespace adas_core.Domain.Models.SignalR; pub..."
- File: adas-core.Domain\Models\SignalR\MessageData.cs
Preview: "using System.IdentityModel.Tokens.Jwt; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.Masters; using adas_core.Domai..."
- File: adas-core.Domain\Models\SignalR\Recording.cs
Symbols: [Recording]
Preview: "using adas_core.Domain.Enums; namespace adas_core.Domain.Models.SignalR; public class Recording { public string Id { get; set; } = null!; public s..."
- File: adas-core.Domain\Models\SystemAlerts\ApiClients.cs
Symbols: [ApiClients]
Preview: "namespace adas_core.Domain.Models.SystemAlerts; public class ApiClients { public string? Name { get; set; } public int ConnectedClients { get; set..."
- File: adas-core.Domain\Models\SystemAlerts\Performance.cs
Symbols: [Performance]
Preview: "namespace adas_core.Domain.Models.SystemAlerts; public class Performance { public string? Name { get; set; } public double ValueConsumed { get; se..."
- File: adas-core.Domain\Models\SystemAlerts\Queue.cs
Symbols: [Queue]
Preview: "namespace adas_core.Domain.Models.SystemAlerts; public class Queue { public string? Name { get; set; } public ulong Messages { get; set; } publi..."
- File: adas-core.Domain\Utils\Interfaces\IMappingUtils.cs
Symbols: [IMappingUtils]
Preview: "namespace adas_core.Domain.Utils.Interfaces; public interface IMappingUtils { /// <summary> /// Searches for an entity by its code within the spec..."
- File: adas-core.Infrastructure\Migrations\MongoMigrations\U_0_1_0_UpdateDataPatien.cs
Symbols: [U_0_1_0_UpdateDataPatien]
Preview: "using MongoDB.Bson; using MongoDB.Driver; using MongoMigrations.Core; namespace adas_core.Infrastructure.Migrations.MongoMigrations; // ReSharper disa..."
- File: adas-core.Infrastructure\Migrations\MongoMigrations\U_0_1_1_UpdateDisplayConfigDriver.cs
Symbols: [U_0_1_1_UpdateDisplayConfigDriver]
Preview: "using MongoDB.Bson; using MongoDB.Driver; using MongoMigrations.Core; namespace adas_core.Infrastructure.Migrations.MongoMigrations; public class U_0_..."
- File: adas-core.Infrastructure\Migrations\MongoMigrations\U_0_1_2_UpdatePointOfCareConfig.cs
Symbols: [U_0_1_2_UpdatePointOfCareConfig]
Preview: "using MongoDB.Bson; using MongoDB.Driver; using MongoMigrations.Core; namespace adas_core.Infrastructure.Migrations.MongoMigrations; public class U_0_..."
- File: adas-core.Infrastructure\Migrations\MongoMigrations\U_0_1_3_UpdateLanguageBarrier.cs
Symbols: [U_0_1_3_UpdateLanguageBarrier]
Preview: "using MongoDB.Bson; using MongoDB.Driver; using MongoMigrations.Core; namespace adas_core.Infrastructure.Migrations.MongoMigrations; public class U_0_..."
- File: adas-core.Infrastructure\Utils\MongoMaps\AlarmMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.SystemAlerts; us..."
- File: adas-core.Infrastructure\Utils\MongoMaps\AppointmentMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; using MongoD..."
- File: adas-core.Infrastructure\Utils\MongoMaps\AuthMapContributor.cs
Symbols: [AuthMapContributor]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; namespace adas_c..."
- File: adas-core.Infrastructure\Utils\MongoMaps\BannerConfigMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; ..."
- File: adas-core.Infrastructure\Utils\MongoMaps\BeaconMapContributor.cs
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using adas_core.module.LightBeacons.Devices; using..."
- File: adas-core.Infrastructure\Utils\MongoMaps\BoxConfigMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.BsonConverters; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure...."
- File: adas-core.Infrastructure\Utils\MongoMaps\CameraContributor.cs
Symbols: [CameraCon]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; using Stream = S..."
- File: adas-core.Infrastructure\Utils\MongoMaps\CardMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; ..."
- File: adas-core.Infrastructure\Utils\MongoMaps\CellMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; ..."
- File: adas-core.Infrastructure\Utils\MongoMaps\ColorConfigMapContributor.cs
Symbols: [ColorConfigMapContributor]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; namespace adas_c..."
- File: adas-core.Infrastructure\Utils\MongoMaps\ComunicationFlowMapContributor.cs
Preview: "using adas_core.Domain.Models; using adas_core.Domain.Models.Recording; using adas_core.Domain.Models.SignalR; using adas_core.Domain.Models.SystemAle..."
- File: adas-core.Infrastructure\Utils\MongoMaps\DeviceMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Utils; using adas_core.Infrastructure.Utils.MongoMaps...."
- File: adas-core.Infrastructure\Utils\MongoMaps\DisplayHomeConfigContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; ..."
- File: adas-core.Infrastructure\Utils\MongoMaps\DisplayMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastruc..."
- File: adas-core.Infrastructure\Utils\MongoMaps\FormMapContributor.cs
Symbols: [FormMapContributor]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; namespace adas_c..."
- File: adas-core.Infrastructure\Utils\MongoMaps\GraphMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; ..."
- File: adas-core.Infrastructure\Utils\MongoMaps\HeaderMapContributor.cs
Symbols: [HeaderMapContributor]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; namespace adas_c..."
- File: adas-core.Infrastructure\Utils\MongoMaps\MasterListMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.Masters; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; usin..."
- File: adas-core.Infrastructure\Utils\MongoMaps\NoticeControlMapContributor.cs
Symbols: [NoticeControlMapContributor]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; namespace adas_c..."
- File: adas-core.Infrastructure\Utils\MongoMaps\ObservationMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Observations; us..."
- File: adas-core.Infrastructure\Utils\MongoMaps\ObsUnitMapContributor.cs
Symbols: [ObsUnitMapContributor]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; namespace adas_c..."
- File: adas-core.Infrastructure\Utils\MongoMaps\PatientMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps..."
- File: adas-core.Infrastructure\Utils\MongoMaps\PoCMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps..."
- File: adas-core.Infrastructure\Utils\MongoMaps\PumpMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Domain.Models.Pumps; using adas_core.Infrastructure.Utils.Mon..."
- File: adas-core.Infrastructure\Utils\MongoMaps\RelayContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; ..."
- File: adas-core.Infrastructure\Utils\MongoMaps\RowMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; ..."
- File: adas-core.Infrastructure\Utils\MongoMaps\SectionMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.BsonConverters; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure...."
- File: adas-core.Infrastructure\Utils\MongoMaps\ServiceConfigMapContributor.cs
Symbols: [ServiceConfigMapContributor]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; namespace adas_c..."
- File: adas-core.Infrastructure\Utils\MongoMaps\StandardMapContributor.cs
Symbols: [StandardMapContributor]
Preview: "using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson.Serialization; namespace adas_c..."
- File: adas-core.Infrastructure\Utils\MongoMaps\TreatmentMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.Observations; using adas_core.Infrastructure.Utils.MongoMap..."
- File: adas-core.Infrastructure\Utils\MongoMaps\UnitMapContributor.cs
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using adas_core.Infrastructure.Utils.MongoMaps.Interfaz; using MongoDB.Bson; ..."
- File: adas-core.Test\Customizations\HPAZ\CalculatedObservationsTest.cs
Preview: "using adas_core.Application.Customizations.HPAZ; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain..."
- File: adas-core.Test\Customizations\HRYC\CalculatedObservationsTest.cs
Preview: "using adas_core.Application.Customizations.HRYC; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain..."
- File: adas-core.Test\Models\SignalR\SubscriberGroupedTest.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Application.Subscriptions; using adas_core.Domain.Enums; using adas_core.Domain.Model..."
- File: Documentation\IEC 62304\Capítulo 16\adas_core_pipeline_v2.yml
Preview: "steps: collect_inputs: image: alpine:3.20 # Se ejecuta en todas las ramas: features, env/adas/dev, env/adas/pre commands: - set -eu - apk..."
- File: Documentation\IEC 62304\Capítulo 16\adas_front_pipeline_v2.yaml
Preview: "steps: collect_inputs: image: alpine:3.20 # Se ejecuta en todas las ramas: features, env/adas/dev, env/adas/pre commands: - set -eu - apk..."
- File: .idea\.idea.adas-core\.idea\dictionaries\project.xml
Preview: "<component name='ProjectDictionaryState'> <dictionary name='project'> <words> <w>altable</w> </words> </dictionary> </component>"
- File: .idea\.idea.adas-core\.idea\shelf\Uncommitted_changes_before_Checkout_at_26_05_2026_17_19__Changes_.xml
Preview: "<changelist name='Uncommitted_changes_before_Checkout_at_26_05_2026_17_19_[Changes]' date='1779808763872' recycled='false' toDelete='true'> <option n..."
- File: adas-core.Application\Customizations\H12O\UCIN\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Application\Customizations\HUVH\UCIA\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Application\Customizations\HUVH\UCIN\CalculatedObservations.cs
Preview: "using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.Domain.Models; using adas_core.Domain.Models.AppSetting..."
- File: adas-core.Domain\Models\DTO\Display\ColorConfigDto.cs
Symbols: [ColorConfigDto]
Preview: "namespace adas_core.Domain.Models.DTO.Display; public class ColorConfigDto { public LevelColors? Level { get; set; } public TextColors? Text { get..."
- File: adas-core.Domain\Models\DTO\Display\CreateDisplayConfigDto.cs
Symbols: [CreateDisplayConfigDto]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namespace adas_core.Domain.Models.DTO.Display; public cla..."
- File: adas-core.Domain\Models\DTO\Display\DisplayConfigDto.cs
Symbols: [DisplayConfigDto]
Preview: "using adas_core.Domain.Enums; using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.MongoModels; using MongoDB.Bson; namesp..."
- File: adas-core.Domain\Models\DTO\Display\DisplayConfigLocationDto.cs
Symbols: [DisplayConfigLocationDto]
Preview: "namespace adas_core.Domain.Models.DTO.Display; public class DisplayConfigLocationDto { public string? DisplayName { get; set; } public string? Uni..."
- File: adas-core.Domain\Models\DTO\Display\DisplayConfigSummary.cs
Symbols: [DisplayConfigSummary]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.DTO.Display; public class DisplayConfigSummary { public ObjectId..."
- File: adas-core.Domain\Models\DTO\Display\DisplayMinimalDto.cs
Symbols: [DisplayMinimalDto]
Preview: "using adas_core.Domain.Enums; using MongoDB.Bson; namespace adas_core.Domain.Models.DTO.Display; public class DisplayMinimalDto(MongoModels.Display di..."
- File: adas-core.Domain\Models\DTO\Display\DisplayNurseDto.cs
Symbols: [DisplayNurseDto]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models.DTO.Display; public class DisplayNurseDto : DisplayConfigDto { public L..."
- File: adas-core.Domain\Models\DTO\Display\DisplayWithPermissionsDto.cs
Symbols: [DisplayWithPermissionsDto]
Preview: "using adas_core.Domain.Models.AppSettings; namespace adas_core.Domain.Models.DTO.Display; public class DisplayWithPermissionsDto { public DisplayPer..."
- File: adas-core.Domain\Models\DTO\Display\MinimalDisplayListDto.cs
Symbols: [MinimalDisplayListDto]
Preview: "using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models.DTO.Display; public class MinimalDisplayListDto { public List<MinimalDi..."
- File: adas-core.Domain\Models\DTO\Display\SmartDisplayDto.cs
Symbols: [SmartDisplayDto]
Preview: "using adas_core.Domain.Models.GroupedObservations; using adas_core.Domain.Models.MongoModels; namespace adas_core.Domain.Models.DTO.Display; public cl..."
- File: adas-core.Domain\Models\DTO\Display\UpdateDisplayConfigNameDto.cs
Symbols: [UpdateDisplayConfigNameDto]
Preview: "namespace adas_core.Domain.Models.DTO.Display; public class UpdateDisplayConfigNameDto { public string DisplayName { get; set; } = string.Empty; }"
- File: adas-core.Infrastructure\Utils\MongoMaps\Interfaz\IEntityMapContributor.cs
Symbols: [IEntityMapContributor]
Preview: "namespace adas_core.Infrastructure.Utils.MongoMaps.Interfaz; /// <summary> /// Interfaz para clases que contribuyen al registro de mapas de BSON. //..."
- File: adas-core.Test\Customizations\H12O\UCIN\CalculatedObservationsTest.cs
Preview: "using adas_core.Application.Customizations.H12O.UCIN; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.D..."
- File: adas-core.Test\Customizations\HUVH\UCIA\CalculatedObservationsTest.cs
Preview: "using adas_core.Application.Customizations.HUVH.UCIA; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.D..."
- File: adas-core.Test\Customizations\HUVH\UCIN\CalculatedObservationsTest.cs
Preview: "using adas_core.Application.Customizations.HUVH.UCIN; using adas_core.Application.Services.Interfaces; using adas_core.Domain.Enums; using adas_core.D..."