Project

General

Profile

Task #38

Updated by Varsha N about 2 months ago

Implement the Doctor Consultation Page that opens when a doctor selects a token from the Today Queue. 
 This page allows the doctor to view patient details, review/edit pre-consultation data, record consultation information, and Add diagnosis, investigations, and prescriptions 

 Navigation: 
 Doctor Login → Today Queue → Open Token → Consultation Page 

 Features: 
 Patient Demographic Details (Editable); 
 Patient ID 
 Patient Name 
 Age / Sex 
 Visit Date 
 Token Number 

 Pre-Consultation Values (Editable); 
 Display all pre-consultation values 
 Allow doctor to edit values before consultation completion 

 Chief Complaints; 
 Free-text input 
 Describes patient’s main problem 

 Internal Notes (Private); 
 Use TinyMCE 
 Free-text input 
 Visible only to doctor 
 Not printed or shown to patient/pharmacy 

 Consultation Fee; 
 Numeric input 
 Fee charged for consultation(Default as 500 and can be editable) 

 just add fields of (diagnosis, investigations and prescriptions) 

Back