Read Completed Studies Rows
Perform Read Completed Studies Rows through ExaPACS.
exapacs_read_completed_studies_rowsreadexapacs
Inputs
- Report Document Id
report_document_idexpressionrequiredRequired literal value or workflow expression.
- Flag Filter
flag_filtertextOptional text value.
Outputs
rowsRowscountCountfiltered_out_countFiltered Out Countflag_countsFlag Countsdocument_idDocument IderrorError
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": [
"report_document_id"
],
"properties": {
"flag_filter": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"report_document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"rows": {},
"count": {},
"error": {},
"document_id": {},
"flag_counts": {},
"filtered_out_count": {}
},
"additionalProperties": true
}