Documentation modifications
This commit is contained in:
@@ -18,6 +18,10 @@ using static NUnit.Framework.Assert;
|
||||
|
||||
namespace adas_core.Test.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Serves as the NUnit <see cref="TestFixtureAttribute"/> test class that contains unit tests for <see cref="PatientService"/>.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=bf19488 -->
|
||||
[TestFixture]
|
||||
internal class PatientServiceTest
|
||||
{
|
||||
@@ -1076,6 +1080,10 @@ internal class PatientServiceTest
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Verifies that an ADT_A02 transfer request for an existing patient targeting a non-existent destination bed moves the patient to a virtual Point of Care flagged as Unknown when <see cref="PointOfCareMapping.Required"/> is disabled.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=8f58bf8 body=93b818c -->
|
||||
[Test]
|
||||
public async Task ADT_A02_TRANSFER_PATIENT_FROM_EXISTS_BED_TO_NOT_EXISTS_BED_SHOULD_MOVE_TO_VIRTUAL_POC_UNKNOWN()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user