Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -14,6 +14,13 @@ using MongoDB.Bson;
namespace adas_core.Application.Services;
/// <summary>
/// Provides admission-related operations and coordinates persistence, messaging, and clinical context services to manage the admission workflow.
/// </summary>
/// <remarks>
/// This service implements <see cref="IAdmissionService"/> and composes logging, subscriber notifications, admission data access, client messaging, unit, patient, point-of-care, display, discharge, patient archive, HTTP context, local audit, and master list factory collaborators to fulfill its contract.
/// </remarks>
/// <!-- aidoc:v1 sig=f8f49ce -->
public class AdmissionService(
ILogger<AdmissionService> logger,
ISubscribersService subscribersService,