feature: Observation Ingest, Synchronous Alert Detection, and Alert Lifecycle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public interface IObservationService
|
||||
{
|
||||
Task<IngestResult> IngestAsync(Guid encounterId, IngestObservationRequest req);
|
||||
}
|
||||
Reference in New Issue
Block a user