Skip to documentation
ExaPACS integration

List Eligibility Worklist (Bulk)

Perform List Eligibility Worklist (Bulk) through ExaPACS.

View as Markdown
exapacs_list_eligibility_worklist
readexapacs

Inputs

  • saved_filter_id
    number
    Saved Filter Id

    Optional numeric value.

    Default: 5943

Outputs

  • itemsItems
  • countCount
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "saved_filter_id": {
      "type": "number",
      "default": 5943,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "items": {}
  },
  "additionalProperties": true
}
View all ExaPACS actions