=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===

This commit is contained in:
julian
2026-06-28 02:50:05 -07:00
parent a19fb90902
commit 586f02a2ca
654 changed files with 5260 additions and 0 deletions
@@ -31,6 +31,7 @@ public class ObservationServiceTest
/// and pre-configuring common lookup behavior for the default "UCI5C" unit (including <c>FindByName</c>
/// and <c>FindById</c>) along with the <c>ICalculatedObservationsService.Map</c> passthrough.
/// </summary>
/// <!-- aidoc:v1 sig=dee8bf2 body=fc042ee -->
[SetUp]
public void Setup()
{
@@ -668,6 +669,7 @@ public class ObservationServiceTest
/// <summary>
/// Verifies that when an isolation observation is processed through SaveRequest, the configuration observation and units mapping services are invoked, and the resulting mapped observation is inserted into the observation repository with the expected value, patient identifier, name, time, message time, and coding system.
/// </summary>
/// <!-- aidoc:v1 sig=7f3122b body=1cb0aef -->
[Test]
public async Task ProcessIsolationObservation_Return_IsolationObs()
{
@@ -755,6 +757,7 @@ public class ObservationServiceTest
/// <summary>
/// Verifies that processing a position observation through the observation service persists a new <see cref="PatientObservation"/> with the expected values (Value, PatientId, Name, Time, MessageTime, and CodingSystem) when a valid API request is provided.
/// </summary>
/// <!-- aidoc:v1 sig=e65e6d9 body=fde3bdd -->
[Test]
public async Task ProcessPositionObservation_Return_PositionObs()
{