List Eligibility Worklist (Bulk)
Perform List Eligibility Worklist (Bulk) through ExaPACS.
exapacs_list_eligibility_worklistreadexapacs
Inputs
- Saved Filter Id
saved_filter_idnumberOptional numeric value.
Default:
5943
Outputs
itemsItemscountCounterrorError
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
}