Table of Contents

Interface IPoCMappingService

Namespace
adas_core.Application.Services.Interfaces
Assembly
adas-core.Application.dll
public interface IPoCMappingService
Extension Methods

Methods

Map(PatientLocation)

Asynchronously maps the specified original patient location to a new PatientLocation, returning null when no corresponding mapping result is found.

Task<PatientLocation?> Map(PatientLocation original)

Parameters

original PatientLocation

The source patient location to map from.

Returns

Task<PatientLocation>

A task that yields the mapped PatientLocation, or null if no mapping result is available.