Scheduling Calendar - Recurring Appointments and Progress Notes
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- App Dashboard
- Dynamic Form - Progress Notes
- Dynamic Form Recurring Appointments
- Progress Notes (Group and Individual)
- Registry Settings (PM)
- Scheduling Calendar
Scenario 1: Scheduling Calendar - Draft Progress Notes and recurring appointments
Specific Setup:
- Set the Registry Setting "Attach Selected Appointment To Notes On Draft set to "1".
Steps
- Using the "Scheduling Calendar", create 5 recurring appointments for Monday - Friday for a week in the past
- Open a progress note form.
- Generate a draft progress note for the existing appointment and select the recurring appointment for Tuesday.
- Using the "Scheduling Calendar", edit the recurring appointment for Tuesday.
- When prompted, select to edit the series of recurrences.
- Using the preferred method of validating SQL tables, locate the SYSTEM.appt_data table in the PM namespace.
- Locate the row for the appointment that the progress note was associated with.
- Validate the NOT_uniqueid columns of the SQL table has a value, which indicates it's been associated to a progress note.
Scenario 2: Scheduling Calendar - Final Progress Notes and recurring appointment
Specific Setup:
- Set the Registry Setting "Attach Selected Appointment To Notes On Draft set to "1".
- Enable document routing for a progress note form to be used for testing.
Steps
- Using the "Scheduling Calendar", create 5 recurring appointments for Monday - Friday for a week in the past
- Open a progress note form.
- Generate a draft progress note for the existing appointment and select the recurring appointment for Tuesday.
- Using the "Scheduling Calendar", edit the recurring appointment for Tuesday.
- When prompted, select to edit the series of recurrences.
- Using the preferred method of validating SQL tables, locate the SYSTEM.appt_data table in the PM namespace.
- Locate the row for the appointment that the progress note was associated with.
- Validate the NOT_uniqueid column of the SQL table is populated.
- Validate the Join_To_Staff_TX_History and Join_To_TX_History columns are not populated due to the fact the note hasn't been finalized.
- Finalize the progress note.
- Using the preferred method of validating SQL tables, locate the SYSTEM.appt_data table in the PM namespace.
- Locate the row for the appointment that the progress note was associated with.
- Validate the NOT_uniqueid column of the SQL table is populated.
- Validate the Join_To_Staff_TX_Historyand Join_To_TX History columns are populated also due to the fact the note has been finalized.
|
Topicss
• NX
• Progress Notes
• Scheduling Calendar
|