ECW List Epa Queue
Perform ECW List Epa Queue through eClinicalWorks.
ecw_list_epa_queuereadeclinicalworks
Inputs
- Pa Type
pa_typetextOptional text value.
Default:
"In Progress" - Max Count
max_countnumberOptional numeric value.
Default:
200 - Sort By
sort_bynumberOptional numeric value.
Default:
10 - Sort Order
sort_ordertextOptional text value.
Default:
"DESC"
Outputs
successSuccessresultResulterrorError
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": {
"pa_type": {
"type": "string",
"default": "In Progress",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"sort_by": {
"type": "number",
"default": 10,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"max_count": {
"type": "number",
"default": 200,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"sort_order": {
"type": "string",
"default": "DESC",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"result": {},
"success": {}
},
"additionalProperties": true
}