Skip to documentation
ExaPACS integration

Backfill Completed Studies Phone Numbers

Perform Backfill Completed Studies Phone Numbers through ExaPACS.

View as Markdown
exapacs_backfill_completed_studies_phone_numbers
writeexapacs

Inputs

  • completed_studies_document_id
    expressionrequired
    Completed Studies Document Id

    Required literal value or workflow expression.

  • completed_schedule_details_document_id
    expressionrequired
    Completed Schedule Details Document Id

    Required literal value or workflow expression.

  • output_path
    text
    Output Path

    Optional text value.

Outputs

  • statusStatus
  • document_idDocument Id
  • filenameFilename
  • mime_typeMime Type
  • report_typeReport Type
  • filtersFilters
  • output_pathOutput Path
  • size_bytesSize Bytes
  • processed_countProcessed Count
  • backfilled_countBackfilled Count
  • skipped_existing_phone_countSkipped Existing Phone Count
  • existing_phone_conflict_countExisting Phone Conflict Count
  • unmatched_countUnmatched Count
  • ambiguous_countAmbiguous Count
  • missing_schedule_phone_countMissing Schedule Phone Count
  • blank_accession_countBlank Accession 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",
  "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
}
View all ExaPACS actions