yosefconsolacion / tempIPIS

0 stars 0 forks source link

Test Case 4-3: Incomplete date and time is accepted by the system and stored in the database #12

Closed jloreanlopez closed 10 years ago

jloreanlopez commented 10 years ago

Precondition: The user was able to log into the system.There is an existing patient in the system Rodriguez, Ralph A. has been added to the system

  1. Search for an old patient. Rodriguez, Ralph A.
  2. Click on the name of the patient.
  3. On the view patient screen, click on the [Add Medical Information] Button.
  4. Fill in or leave blank the following fields: Attending Physician: Samson, Briane P. Diagnosis: Head Trauma Disposition: HAMA Room: Ward Remarks: Car Accident. head first collision to the windshield. Priority Level: Critical
  5. Enter Year 2014 Leave Day and Month blank or as DD and MM
  6. Click on the EDIT button
    • The system accepts this kind of input (MM DD 2014) edit patient bug 2

*The database stores that kind of input (MM DD 2014) month bug db

this will create a negative impact to the census report generation and at the same time destroys the integrity of the database. Since this kind of input is stored in the database, when the user tries to view or re-edit the user with that input, the system will hang. this is due to the MM DD value in the database.

ongj commented 10 years ago

this is just error checking :) we put error checking the least priority sorry :) will be fixed soon

ongj commented 10 years ago

done

ongj commented 10 years ago

this is done already?