To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUser searches patient
In order to locate patients
As a registered user
I want to search for patients
- Search for patient by name or date of birth (dob)
- Background
-
- Given
-
the following patients:
subject_id dob 12345 1967-04-02
- Scenarios
-
- success
-
- Given
- I am signed in
- And
- I am on the newpatient page
- When
- I fill in "Subject ID" with "123"
- And
- I press "Find Patient"
- Then
- I should see "12345"
- And
- I should see "04/02/1967"
- date search
-
- Given
- I am signed in
- And
- I am on the newpatient page
- When
- I fill in "Date of birth" with "1967"
- And
- I press "Find Patient"
- Then
- I should see "04/02/1967"
Last published almost 7 years ago by wminsinger.