Documentation modifications
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user