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
originalPatientLocationThe source patient location to map from.
Returns
- Task<PatientLocation>
A task that yields the mapped PatientLocation, or
nullif no mapping result is available.