Transform Completed Studies Report
Perform Transform Completed Studies Report through ExaPACS.
exapacs_transform_completed_studies_reportwriteexapacs
Inputs
- Report Document Id
report_document_idexpressionOptional literal value or workflow expression.
- Output Path
output_pathtextOptional text value.
Outputs
statusStatuscleaned_output_pathCleaned Output Pathexceptions_output_pathExceptions Output Pathfiltered_output_pathFiltered Output Pathcleaned_output_document_idCleaned Output Document Idexceptions_output_document_idExceptions Output Document Idfiltered_output_document_idFiltered Output Document Idprocessed_countProcessed Countclean_countClean Countfiltered_countFiltered Countexception_countException CountsummarySummaryerrorError
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
}