ECW Search Staff
Perform ECW Search Staff through eClinicalWorks.
ecw_search_staffreadeclinicalworks
Inputs
- Last Name
last_nametextrequiredRequired text value.
- Max Count
max_countnumberOptional numeric value.
Default:
15
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",
"required": [
"last_name"
],
"properties": {
"last_name": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"max_count": {
"type": "number",
"default": 15,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"result": {},
"success": {}
},
"additionalProperties": true
}