Class ArchivePatientObservationsService
- Namespace
- adas_core.Application.Services
- Assembly
- adas-core.Application.dll
public class ArchivePatientObservationsService : IArchivedPatientObservationService
- Inheritance
-
ArchivePatientObservationsService
- Implements
- Inherited Members
- Extension Methods
Constructors
ArchivePatientObservationsService(IObservationArchiveRepository)
public ArchivePatientObservationsService(IObservationArchiveRepository archivedPatientObservationService)
Parameters
archivedPatientObservationServiceIObservationArchiveRepository
Methods
FindArchivedPatientObservationsFromPatient(ObjectId)
Retrieves all archived patient observations associated with the specified patient.
public Task<List<PatientObservation>> FindArchivedPatientObservationsFromPatient(ObjectId patientId)
Parameters
patientIdObjectIdThe unique identifier of the patient whose archived observations are being requested.
Returns
- Task<List<PatientObservation>>
A task that represents the asynchronous operation, containing a list of archived PatientObservation records for the patient.