Skip to documentation
eClinicalWorks integration

ECW List Epa Queue

Perform ECW List Epa Queue through eClinicalWorks.

View as Markdown
ecw_list_epa_queue
readeclinicalworks

Inputs

  • pa_type
    text
    Pa Type

    Optional text value.

    Default: "In Progress"

  • max_count
    number
    Max Count

    Optional numeric value.

    Default: 200

  • sort_by
    number
    Sort By

    Optional numeric value.

    Default: 10

  • sort_order
    text
    Sort Order

    Optional text value.

    Default: "DESC"

Outputs

  • successSuccess
  • resultResult
  • 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": {
    "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
}
View all eClinicalWorks actions