Skip to main content

Avatar Appointment Scheduling 2023 Update 16

Product Requirements / Recommendations

Avatar Appointment Scheduling required
Avatar PM required
RADplus required
Avatar Cal-PM

Product Update Form Description

The WEBSVC.AppointmentSchedulingV2 web service method 'GetAppointments' is updated to support searching by 'Program'.

Included Updates

8

Required Updates

None

Details

NEW1 CHANGED0 FIXED0
New (1)
'WEBSVC.AppointmentSchedulingV2' web service
The 'GetAppointments' web service method is updated to support searching appointments by 'Program'.
Value Added: The ability to search by program using the 'GetAppointments' method off of the 'WEBSVC.AppointmentSchedulingV2' web service.
Topics
• Add New Appointment • Scheduling Calendar • Web Services
 
Acceptance Tests

AV-88241 Summary | Details
'WEBSVC.AppointmentSchedulingV2' web service
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
  • SOAPUI - GetAppointments
Scenario 1: Appointment Scheduling V2 Web Service - GetAppointment method
Specific Setup:
  • A client is enrolled in an existing episode (Client A).
  • Multiple appointments are scheduled in the 'Scheduling Calendar' with different programs.
Steps
  1. Access SoapUI for the 'AppointmentSchedulingV2' - 'GetAppointments' web service.
  2. Enter the system code that will be used to log into Avatar in the 'SystemCode' field.
  3. Enter the user name that will be used to log into Avatar in the 'UserName' field.
  4. Enter the password that will be used to log into Avatar in the 'Password' field.
  5. Enter the desired date in the 'ApptBeginDate' field.
  6. Enter multiple program codes (ex: 302&301) in the 'Program' field.
  7. Click [Run].
  8. Validate the 'GetAppointmentsResult' field contains the following: "Multiple programs not allowed".
  9. Enter an invalid program code in the 'Program' field.
  10. Click [Run].
  11. Validate the 'GetAppointmentsResult' field contains the following: "Invalid Program Code".
  12. Enter a program code that is not associated to any scheduled appointments in the 'Program' field.
  13. Click [Run].
  14. Validate the 'GetAppointmentResult' field contains the following: "No appointments found".
  15. Enter a program code that is associated to scheduled appointments in the 'Program' field.
  16. Click [Run].
  17. Validate the 'GetAppointmentsResult' field contains all appointments scheduled with the selected program.
Topics
• Scheduling Calendar • Web Services