Task #17
openConsultation Fee Entry & Validation
0%
Description
Consultation Fee Entry & Validation:
Task Description:
Implement the Consultation Fee section in the Doctor module.
This task focuses only on entering, validating, and saving the consultation fee for a patient visit.
Navigation:
Doctor → Consultation Screen → Consultation Fee
Features:
Consultation Fee Input-
Numeric input field: “Consultation Fee”
Currency label (₹ / RM / SGD – static for now)
Save fee button
Display Logic-
Show existing fee if already entered
Disable editing after consultation is completed
Basic Validations Checklist:
☐ Consultation fee is required
☐ Fee must be a number
☐ Fee cannot be negative
☐ Fee cannot exceed a reasonable limit (example: 100000)
☐ Doctor cannot edit fee after consultation completion
☐ Disable Save button while submitting
☐ Show success message after save
Updated by Varsha N about 2 months ago
- Subject changed from Today’s Doctor Queue to Consultation Fee Entry & Validation
Updated by Ann Maria about 2 months ago
- Status changed from In Progress to Resolved