SubmitPayload

Submit Payload

Overview

The SubmitPayload is an event that's produced by the Report service when one of the following has occurred:

  • A patient has completed the reporting process and is ready for their reports to be submitted.
  • A reporting period has completed and the report manifest summary is ready for submission.
flowchart LR
nSubmitPayload_2F556666["Event: Submit Payload"]
  nReportService_1ECFD801["Service: ReportService"] -->|produces| nSubmitPayload_2F556666
  nSubmitPayload_2F556666 -->|consumed by| nSubmissionService_8367A27["Service: SubmissionService"]
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nReportService_1ECFD801
    nSubmissionService_8367A27
    nSubmitPayload_2F556666
  end

Relationships

flowchart LR
nSubmitPayload_2F556666["Event: Submit Payload"]
  nReportService_1ECFD801["Service: ReportService"] -->|produces| nSubmitPayload_2F556666
  nSubmitPayload_2F556666 -->|consumed by| nSubmissionService_8367A27["Service: SubmissionService"]
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nReportService_1ECFD801
    nSubmissionService_8367A27
    nSubmitPayload_2F556666
  end