UCADevClub / HIS

0 stars 0 forks source link

F. As a receptionist, I want the system to validate patient information at registration so that there are no duplicate records and data is accurate. #38

Open aydanuwa opened 11 months ago

nurlanotek commented 11 months ago

Front-end developer can not check whether such patient already exists in the db. It's the responsibility of the back-end developer. The front-end validation can only help/assist the user to input the data correctly and in correct format.

ramilsalihar commented 11 months ago

Frontend Acceptance Criteria:

User Interface for Patient Information Validation:

Interactive Data Entry:

Design an intuitive interface enabling receptionists to input patient information seamlessly during registration.

Real-time Validation:

Implement real-time validation checks for entered patient details to prevent errors and duplicates at the point of entry.

Visual Feedback for Validation:

Provide immediate visual feedback indicating successful data entry or errors that need correction.

Duplicate Record Alert:

Prompt receptionists with alerts if there's a potential duplicate record detected based on entered information.

Real-time Data Validation:

Unique Identification Checks:

Verify entered information against existing records to ensure uniqueness and avoid duplicate patient records.

Data Format and Consistency:

Validate data formats and maintain consistency (e.g., in names, contact information) to prevent inaccurate entries.

Error Handling and Corrections:

Display clear error messages for receptionists to rectify input errors or inconsistencies before finalizing registration.