Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 374 Bytes

File metadata and controls

27 lines (22 loc) · 374 Bytes
title description
Resend EMR report
Trigger resending of an EMR report to the integration provider (Mirth)

Request

Mutation

mutation ResendEmrReport($input: RetryPushToEmrInput!) {
  retryPushToEmr(input: $input) {
    code
    success
  }
}

Variables

{
  "input": {
    "activity_id": "{{EMR_REPORT_ACTIVITY_ID}}"
  }
}