Skip to content

Commit

Permalink
Fix NRIC valid inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghengtang committed Nov 14, 2023
1 parent c4613e2 commit bb09f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ The following table gives an overview of what each parameter used in the Feature
| Parameter | Description | Valid Parameter Input |
|-------------------|-------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
| NAME | The full name of the doctor/patient | Only accepts alphanumeric characters and spaces |
| NRIC | The National Registration Identity Card number or Foreign Identification Number of the doctor/patient | Starts with S/T/F/G/M and followed by 7 digits and ends with an alphabet |
| PHONE_NUMBER | The phone number of the doctor/patient | Only contain numbers, and it should be at least 3 digits long. |
| NRIC | The National Registration Identity Card number or Foreign Identification Number of the doctor/patient | Starts with S/T/F/G/M and followed by 7 digits and ends with an alphabet. The first and last letter can either be upper or lowercase |
| PHONE_NUMBER | The phone number of the doctor/patient | Only contain numbers, and it should be at least 3 digits long |
| INDEX | The position of the appointment/doctor/patient in the filtered list | Must be a positive integer (1, 2, 3, ...) and should not be larger than the length of the list and have a maximum possible value of MAX_INT |
| MEDICAL_CONDITION | The medical condition of the patient | Only accepts alphanumeric characters without any spaces |
| SPECIALISATION | The specialisation of the doctor | Only accepts alphanumeric characters without any spaces |
Expand Down

0 comments on commit bb09f3b

Please sign in to comment.