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
@@ -44,6 +44,10 @@ public class AlarmServiceTest
private readonly RecordingSettings _recordingSettings = new();
private readonly Mock<IUnitService> _unitServiceMock;
/// <summary>
/// Initializes a test fixture that exercises <see cref="AlarmService"/>. The fixture configures mocked collaborators (such as <see cref="IAlarmRepository"/>, <see cref="IObservationService"/>, <see cref="IPatientService"/>, and <see cref="ILogger{AlarmService}"/>) and constructs an <see cref="AlarmService"/> instance with the background timer disabled for testing.
/// </summary>
/// <!-- aidoc:v1 sig=e109274 body=c40c5e2 -->
public AlarmServiceTest()
{
var optionsApiSettings = Options.Create(_apiSettings);