Backfill Completed Studies Phone Numbers
Perform Backfill Completed Studies Phone Numbers through ExaPACS.
exapacs_backfill_completed_studies_phone_numberswriteexapacs
Inputs
- Completed Studies Document Id
completed_studies_document_idexpressionrequiredRequired literal value or workflow expression.
- Completed Schedule Details Document Id
completed_schedule_details_document_idexpressionrequiredRequired literal value or workflow expression.
- Output Path
output_pathtextOptional text value.
Outputs
statusStatusdocument_idDocument IdfilenameFilenamemime_typeMime Typereport_typeReport TypefiltersFiltersoutput_pathOutput Pathsize_bytesSize Bytesprocessed_countProcessed Countbackfilled_countBackfilled Countskipped_existing_phone_countSkipped Existing Phone Countexisting_phone_conflict_countExisting Phone Conflict Countunmatched_countUnmatched Countambiguous_countAmbiguous Countmissing_schedule_phone_countMissing Schedule Phone Countblank_accession_countBlank Accession 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",
"required": [
"completed_studies_document_id",
"completed_schedule_details_document_id"
],
"properties": {
"output_path": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"completed_studies_document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"completed_schedule_details_document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"status": {},
"filters": {},
"summary": {},
"filename": {},
"mime_type": {},
"size_bytes": {},
"document_id": {},
"output_path": {},
"report_type": {},
"ambiguous_count": {},
"processed_count": {},
"unmatched_count": {},
"backfilled_count": {},
"blank_accession_count": {},
"missing_schedule_phone_count": {},
"skipped_existing_phone_count": {},
"existing_phone_conflict_count": {}
},
"additionalProperties": true
}