Comprehensive guides and reference documentation for all Dysphagia Plan features
The Dysphagia Plan dashboard provides an intuitive interface for managing patient care. The main components include: Patient List (view and search all patients), Quick Actions (create new plans, access templates), and Clinical Dashboard (track active patients and upcoming reviews).
For developers integrating with Dysphagia Plan, our REST API provides access to core functionality.
GET /api/patients - List all patients
POST /api/patients - Create new patient
GET /api/plans/:id - Retrieve treatment plan
POST /api/plans - Create new plan
PATCH /api/exercises - Update exercise tracking
Full API documentation and authentication details available upon request.