Get Completed Schedule Details Report
Perform Get Completed Schedule Details Report through ExaPACS.
exapacs_export_completed_schedule_details_reportwriteexapacs
Inputs
- From Date
from_datedaterequiredRequired date in YYYY-MM-DD format.
- To Date
to_datedaterequiredRequired date in YYYY-MM-DD format.
- Facilities
facilitiestextOptional text value.
- Search Date By
search_date_bytextOptional text value.
Default:
"studyDt" - Include Deleted Studies
include_deleted_studiesbooleanOptional true-or-false value.
Default:
false - Only Dcm
only_dcmbooleanOptional true-or-false value.
Default:
false - Ref Phy Names
ref_phy_namestextOptional text value.
- Read Phy Names
read_phy_namestextOptional text value.
- Poll Attempts
poll_attemptsnumberOptional numeric value.
Default:
5 - Poll Interval Seconds
poll_interval_secondsnumberOptional numeric value.
Default:
2 - Output Path
output_pathtextOptional text value.
Outputs
statusStatusdocument_idDocument IdfilenameFilenamemime_typeMime Typereport_typeReport TypefiltersFiltersoutput_pathOutput Pathsize_bytesSize ByteserrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"from_date",
"to_date"
],
"properties": {
"to_date": {
"type": "string",
"format": "date",
"description": "Required date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"only_dcm": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"from_date": {
"type": "string",
"format": "date",
"description": "Required date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"facilities": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"output_path": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"poll_attempts": {
"type": "number",
"default": 5,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"ref_phy_names": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"read_phy_names": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"search_date_by": {
"type": "string",
"default": "studyDt",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"poll_interval_seconds": {
"type": "number",
"default": 2,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"include_deleted_studies": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"status": {},
"filters": {},
"filename": {},
"mime_type": {},
"size_bytes": {},
"document_id": {},
"output_path": {},
"report_type": {}
},
"additionalProperties": true
}