PatientCensusScheduled

Patient Census Scheduled

Overview

Signals that the most recent census should be gathered, allowing downstream components to keep their patient lists up to date.

flowchart LR
nPatientCensusScheduled_2383C0C6["Event: Patient Census Scheduled"]
  nCensusService_1BD4C8F8["Service: CensusService"] -->|produces| nPatientCensusScheduled_2383C0C6
  nPatientCensusScheduled_2383C0C6 -->|consumed by| nDataAcquisitionService_3BF82DDB["Service: DataAcquisitionService"]
  subgraph nDataAccess_2A523756_domain["Domain: Data Access"]
    nDataAcquisitionService_3BF82DDB
  end
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nPatientCensusScheduled_2383C0C6
  end
  subgraph nTenant_379CD514_domain["Domain: Tenant"]
    nCensusService_1BD4C8F8
  end

Relationships

flowchart LR
nPatientCensusScheduled_2383C0C6["Event: Patient Census Scheduled"]
  nCensusService_1BD4C8F8["Service: CensusService"] -->|produces| nPatientCensusScheduled_2383C0C6
  nPatientCensusScheduled_2383C0C6 -->|consumed by| nDataAcquisitionService_3BF82DDB["Service: DataAcquisitionService"]
  subgraph nDataAccess_2A523756_domain["Domain: Data Access"]
    nDataAcquisitionService_3BF82DDB
  end
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nPatientCensusScheduled_2383C0C6
  end
  subgraph nTenant_379CD514_domain["Domain: Tenant"]
    nCensusService_1BD4C8F8
  end