Quick Actions - Update Client Data
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Admission (Outpatient)
- Quick Actions Page
- Registry Settings (PM)
- Update Client Data
Scenario 1: Quick Action - Update Client Data - Validate name change
Specific Setup:
- User Definition:
- Identify a home view and chart view set up for the logged in user.
- View Definition:
- The 'Quick Actions' widget is added to the user's HomeView.
- NX View Definition:
- The Quick Action for 'Update Client Data' is added for your user, home view and chart view.
- Admission:
- A new client is admitted. Note the client id/name.
Steps
- Select the test client.
- Navigate to the 'Quick Actions' widget.
- Locate the 'Update Client Data' Quick Action.
- Click 'Add' button.
- Change the client's first and last name.
- Fill in all other fields.
- Click 'Save'.
- Open the 'Update Client Data' form.
- Validate the first and last name are changed.
- Using SQL, validate the name change is reflected in the columns, patient_name, patient_name_first, patient_name_last in SYSTEM.patient_current_demographics SQL.
Scenario 2: 'Update Client Data' Form - Validate the 'SYSTEM.client_curr_demographics' SQL table
Specific Setup:
- A client must be enrolled in an existing episode (Client A).
Steps
- Select "Client A" and access the 'Update Client Data' form.
- Enter the desired value in the 'Client Middle Name' field.
- Enter the desired value in the 'Alias' field.
- Enter the desired value in the 'Alias 2' field.
- Enter the desired value in the 'Alias 3' field.
- Enter the desired value in the 'Alias 4' field.
- Enter the desired value in the 'Alias 5' field.
- Enter the desired value in the 'Alias 6' field.
- Enter the desired value in the 'Alias 7' field.
- Enter the desired value in the 'Alias 8' field.
- Enter the desired value in the 'Alias 9' field.
- Enter the desired value in the 'Alias 10' field.
- Select the desired value in the 'Gender Identity' field.
- Populate any other desired fields.
- Click [Submit].
- Access Crystal Reports or other SQL Reporting tool.
- Select the CWS namespace.
- Create a report using the 'SYSTEM.client_curr_demographics' SQL table.
- Navigate to the row for "Client A".
- Validate the 'client_alias' fields 1-10, 'patient_middle_name', 'gender_identity_code', and 'gender_identity_value' fields are displayed.
- Validate the 'client_alias' fields 1-10 contains the value filed in the previous steps.
- Validate the 'gender_identity_code' field contains the code associated to the value filed in the previous steps.
- Validate the 'gender_identity_value' field contains the value filed in the previous steps.
- Validate the 'patient_middle_name' field contains the value filed in the previous steps.
- Select "Client A" and access the 'Update Client Data' form.
- Enter any new value in the 'Client Middle Name' field.
- Enter any new value in the 'Alias' field.
- Enter any new value in the 'Alias 2' field.
- Enter any new value in the 'Alias 3' field.
- Enter any new value in the 'Alias 4' field.
- Enter any new value in the 'Alias 5' field.
- Enter any new value in the 'Alias 6' field.
- Enter any new value in the 'Alias 7' field.
- Enter any new value in the 'Alias 8' field.
- Enter any new value in the 'Alias 9' field.
- Enter any new value in the 'Alias 10' field.
- Select any new value in the 'Gender Identity' field.
- Click [Submit].
- Access Crystal Reports or other SQL Reporting tool.
- Refresh the report using the 'SYSTEM.client_curr_demographics' SQL table.
- Navigate to the row for "Client A".
- Validate the 'client_alias' fields 1-10, 'patient_middle_name', 'gender_identity_code', and 'gender_identity_value' fields are displayed.
- Validate the 'client_alias' fields 1-10 contains the updated value filed in the previous steps.
- Validate the 'gender_identity_code' field contains the code associated to the updated value filed in the previous steps.
- Validate the 'gender_identity_value' field contains the updated value filed in the previous steps.
- Validate the 'patient_middle_name' field contains the updated value filed in the previous steps.
- Close the report.
|
Topics
• Update Client Data
|