Generate DVS Summary Report
Perform Generate DVS Summary Report through WhiteAid.
white_aid_dvs_summary_reportwrite
Inputs
- Period
periodselectrequiredRequired selected identifier or value.
Default:
"daily"Options: Daily ("daily"), Weekly ("weekly")
- Report Date
report_datetextOptional text value.
- As Of
as_oftextOptional text value.
- Target Workflow Definition Id
target_workflow_definition_idtextOptional text value.
- Brightree Base Url
brightree_base_urltextOptional text value.
- Output Path
output_pathtextOptional text value.
- To Emails
to_emailstextOptional text value.
Default:
"whiteaidmedical@genhealth.ai" - Subject
subjecttextOptional text value.
- Include Patient Names
include_patient_namesbooleanOptional true-or-false value.
Default:
false
Outputs
statusStatusoutput_pathOutput Pathemailed_toEmailed ToperiodPeriodwindow_modeWindow Modetime_range_labelTime Range Labelorders_countOrders Countsuccess_countSuccess Counthuman_review_countHuman Review Countunexpected_failure_countUnexpected Failure Countskipped_countSkipped Countinvalid_countInvalid Countretried_orders_countRetried Orders Countresolved_after_retry_countResolved After Retry Countworkflow_run_countWorkflow Run Countfailed_workflow_run_countFailed Workflow Run Countattachment_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
}