Skip to documentation
ExaPACS integration

Transform Completed Studies Report

Perform Transform Completed Studies Report through ExaPACS.

View as Markdown
exapacs_transform_completed_studies_report
writeexapacs

Inputs

  • report_document_id
    expression
    Report Document Id

    Optional literal value or workflow expression.

  • output_path
    text
    Output Path

    Optional text value.

Outputs

  • statusStatus
  • cleaned_output_pathCleaned Output Path
  • exceptions_output_pathExceptions Output Path
  • filtered_output_pathFiltered Output Path
  • cleaned_output_document_idCleaned Output Document Id
  • exceptions_output_document_idExceptions Output Document Id
  • filtered_output_document_idFiltered Output Document Id
  • processed_countProcessed Count
  • clean_countClean Count
  • filtered_countFiltered Count
  • exception_countException Count
  • summarySummary
  • errorError

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",
  "properties": {
    "output_path": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "report_document_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "status": {},
    "summary": {},
    "clean_count": {},
    "filtered_count": {},
    "exception_count": {},
    "processed_count": {},
    "cleaned_output_path": {},
    "filtered_output_path": {},
    "exceptions_output_path": {},
    "cleaned_output_document_id": {},
    "filtered_output_document_id": {},
    "exceptions_output_document_id": {}
  },
  "additionalProperties": true
}
View all ExaPACS actions