ECW Read Labs
Perform ECW Read Labs through eClinicalWorks.
ecw_read_labsreadeclinicalworks
Inputs
- Patient Id
patient_idtextrequiredRequired text value.
- Query
querytextOptional text value.
- Start Date
start_datetextOptional text value.
- End Date
end_datetextOptional text value.
- Lookback Days
lookback_daysnumberOptional numeric value.
Default:
1095 - Lab Id
lab_idtextOptional text value.
Default:
"0" - Max Results
max_resultsnumberOptional numeric value.
Default:
25
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": [
"patient_id"
],
"properties": {
"query": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"lab_id": {
"type": "string",
"default": "0",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"end_date": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_id": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"start_date": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"max_results": {
"type": "number",
"default": 25,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"lookback_days": {
"type": "number",
"default": 1095,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"result": {},
"success": {}
},
"additionalProperties": true
}