Skip to documentation
WhiteAid integration

Generate DVS Summary Report

Perform Generate DVS Summary Report through WhiteAid.

View as Markdown
white_aid_dvs_summary_report
write

Inputs

  • period
    selectrequired
    Period

    Required selected identifier or value.

    Default: "daily"

    Options: Daily ("daily"), Weekly ("weekly")

  • report_date
    text
    Report Date

    Optional text value.

  • as_of
    text
    As Of

    Optional text value.

  • target_workflow_definition_id
    text
    Target Workflow Definition Id

    Optional text value.

  • brightree_base_url
    text
    Brightree Base Url

    Optional text value.

  • output_path
    text
    Output Path

    Optional text value.

  • to_emails
    text
    To Emails

    Optional text value.

    Default: "whiteaidmedical@genhealth.ai"

  • subject
    text
    Subject

    Optional text value.

  • include_patient_names
    boolean
    Include Patient Names

    Optional true-or-false value.

    Default: false

Outputs

  • statusStatus
  • output_pathOutput Path
  • emailed_toEmailed To
  • periodPeriod
  • window_modeWindow Mode
  • time_range_labelTime Range Label
  • orders_countOrders Count
  • success_countSuccess Count
  • human_review_countHuman Review Count
  • unexpected_failure_countUnexpected Failure Count
  • skipped_countSkipped Count
  • invalid_countInvalid Count
  • retried_orders_countRetried Orders Count
  • resolved_after_retry_countResolved After Retry Count
  • workflow_run_countWorkflow Run Count
  • failed_workflow_run_countFailed Workflow Run Count
  • attachment_countAttachment Count

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "period"
  ],
  "properties": {
    "as_of": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "period": {
      "enum": [
        "daily",
        "weekly"
      ],
      "type": "string",
      "default": "daily",
      "description": "Required selected identifier or value.",
      "x-workflow-field-type": "select"
    },
    "subject": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "to_emails": {
      "type": "string",
      "default": "whiteaidmedical@genhealth.ai",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "output_path": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "report_date": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "brightree_base_url": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "include_patient_names": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "target_workflow_definition_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "period": {},
    "status": {},
    "emailed_to": {},
    "output_path": {},
    "window_mode": {},
    "orders_count": {},
    "invalid_count": {},
    "skipped_count": {},
    "success_count": {},
    "attachment_count": {},
    "time_range_label": {},
    "human_review_count": {},
    "workflow_run_count": {},
    "retried_orders_count": {},
    "unexpected_failure_count": {},
    "failed_workflow_run_count": {},
    "resolved_after_retry_count": {}
  },
  "additionalProperties": true
}
View all WhiteAid actions