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 views patient forms
In order to track procedures for a patients in the registry
As a signed in user
I want to see a list of surveys when viewing the patient
- Patient page displays all available procedure forms
- Sorted by name
- Fields displayed include: -- title -- registry_id
- Background
-
- Given
-
the following patients:
subject_id dob 12345 2/4/1967 - And
-
the following registries:
name Baylor - And
-
the following surveys:
title registry_id Angioplasty 1
- Scenarios
-
- Scenario
-
- Given
- I am signed in as an admin
- And
- I am on the newpatient page
- When
- I fill in "Subject ID" with "123"
- And
- I press "Find Patient"
- And
- I follow "12345"
- Then
- I should see "Angioplasty" button
Last published over 5 years ago by wminsinger.