Quick Actions - Update Client Data
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Admission
- NX View Definition
- Quick Actions Page
- Update Client Data
- View Definition
- Registry Settings (PM)
- Dictionary Update (PM)
- Form and Table Documentation (PM)
- Site Specific Section Modeling (PM)
Scenario 1: Quick Action - Update Client Data - 9 digit zip code
Specific Setup:
- Using the "View Definition" form, add the "Quick Actions" widget to the user's HomeView.
- Using the "NX View Definition" form, add the Quick Action for "Update Client Data".
- Admit a test client.
Steps
- Select the test client.
- Navigate to the "Quick Actions" widget.
- Locate the "Update Client Data" Quick Action.
- Click "Add" button.
- Enter an address with a 9-digit zip code.
- Validate that once you tab out of the field, it populates with the "City" and "State" values appropriate for the zip code.
- Click "Save".
- Click "Add" on the "Update Client Data" Quick Action.
- Validate the "Zip Code", "City" and "State" fields display appropriately.
- Open the "Update Client Data" form.
Scenario 2: Quick Action - Update Client Data - Validate name change
Specific Setup:
- Using the "View Definition" form, add the "Quick Actions" widget to the user's HomeView.
- Using the "NX View Definition" form, add the Quick Action for "Update Client Data".
- Admit a test client.
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 3: Quick Action - Update Client Data - 5 digit zip code
Specific Setup:
- Using the "View Definition" form, add the "Quick Actions" widget to the user's HomeView.
- Using the "NX View Definition" form, add the Quick Action for "Update Client Data".
- Admit a test client.
Steps
- Select the test client.
- Navigate to the "Quick Actions" widget.
- Locate the "Update Client Data" Quick Action.
- Click "Add" button.
- Enter an address with a 5-digit zip code.
- Validate that once you tab out of the field, it populates with the "City" and "State" values appropriate for the zip code.
- Click "Save".
- Click "Add" on the "Update Client Data" Quick Action.
- Validate the "Zip Code", "City" and "State" fields display appropriately.
- Open the "Update Client Data" form.
- Validate the same fields all display in uppercase letters.
Scenario 4: Quick Action - Update Client Data - Update Financial Eligibility Data enabled
Specific Setup:
- Using the "View Definition" form, add the "Quick Actions" widget to the user's HomeView.
- Using the "NX View Definition" form, add the Quick Action for "Update Client Data".
- Select a client who has existing financial eligibility data.
- Enable the registry setting "Update Financial Eligibility Data".
Steps
- Navigate to the "Quick Action" widget.
- Click "Add" on the "Update Client Data" item.
- Enter a new name and address for the client with existing financial eligibility data.
- Enter the following SQL statement to view the listed fields in SYSTEM.billing_guar_subs_data: SELECT subs_name,subs_name_first,subs_name_last,subs_address_street1,subs_address_street2,subs_address_city,subs_address_state,subs_addess_zip FROM SYSTEM.billing_guar_subs_data to validate that these columns were changed when the Quick Action was filed.
Scenario 5: Quick Action - Update Client Data - Update Financial Eligibility Data disabled
Specific Setup:
- Using the "View Definition" form, add the "Quick Actions" widget to the user's HomeView.
- Using the "NX View Definition" form, add the Quick Action for "Update Client Data".
- Select a client who has existing financial eligibility data.
- Disable the registry setting "Update Financial Eligibility Data".
Steps
- Navigate to the "Quick Action" widget.
- Click "Add" on the "Update Client Data" item.
- Enter a new name and address for the client with existing financial eligibility data.
- Enter the following SQL statement to view the listed fields in SYSTEM.billing_guar_subs_data: SELECT subs_name,subs_name_first,subs_name_last,subs_address_street1,subs_address_street2,subs_address_city,subs_address_state,subs_addess_zip FROM SYSTEM.billing_guar_subs_data to validate that these columns were not changed when the Quick Action was filed.
Scenario 6: Update Client Data - Site Specific Fields
Specific Setup:
- Add one of each type of site specific section modeling type field, such as single response dictionary, multi response dictionary, date, time, free text (20), free text (40), scrolling free test and a practitioner lookup to the "Update Client Data" form.
- Add data dictionaries for the single and multiple response site specific fields.
- Admit a test client.
- Add the "Quick Actions" widget to the user's HomeView.
Steps
- Open the "Update Client Data" form for the test client.
- Populate all fields added to the form via Site Specific Section Modeling in setup.
- File the form.
- Navigate to the "Quick Actions" widget.
- Select the "Update Client Data" quick action.
- Save the quick action.
- Open the "Update Client Data" form for the test client.
- Validate the site specific fields display data as it was originally entered.
|
Topics
• NX
• Quick Actions
• Site Specific Section Modeling
• Update Client Data
|