You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /v1/login - User login
POST /v1/forgotPassword - Password reset request
POST /v1/refreshToken - Refresh JWT tokens
MASTER DATA ROUTES (π Auth Required):
GET /v1/language - Get all languages
GET /v1/centre - Get all centres
POST /v1/doctor - Get doctors by centre
GET /v1/currentDateTime - Get server date/time
GET /v1/generalComplaint - Get general complaints
POST /v1/generalComplaintDetail - Get complaint details
POST /v1/generalComplaintSuggestion - Get suggestions
POST /v1/investigation - Get investigations by suggestion
POST /v1/medicine - Get medicines by suggestion
PATIENT MANAGEMENT ROUTES (π Auth Required):
POST /v1/consentNotGiven - Record consent refusal
POST /v1/addConsent - Add new patient consent
POST /v1/getConsent - Get consent by MRD number
FILE UPLOAD ROUTES (π Auth Required):
POST /v1/document - Upload patient documents
POST /v1/labReport - Upload lab reports