rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -4,5 +4,10 @@ namespace adas_core.Application.Services.Interfaces;
public interface IPoCMappingService
{
/// <summary>
/// Asynchronously maps the specified <paramref name="original"/> patient location to a new <see cref="PatientLocation"/>, returning <c>null</c> when no corresponding mapping result is found.
/// </summary>
/// <param name="original">The source patient location to map from.</param>
/// <returns>A task that yields the mapped <see cref="PatientLocation"/>, or <c>null</c> if no mapping result is available.</returns>
Task<PatientLocation?> Map(PatientLocation original);
}