Skip to main content

Show Video Doctor


Use Show Video Doctor to display the video service option from the Doctor List edit search flow.

This screen opens from Edit Search and lets the user select Video as the active service criteria.



This screen includes:

#ElementDescription
1HeaderDisplays the Edit search title
2Close actionDismisses the screen
3Location sectionDisplays the search location
4Location inputUpdates the search location
5Service selection sectionDisplays available services
6Service optionSelects a service for the search

Workflow

  1. Open Edit Search from the Doctor List.
  2. Select the video service option.
  3. Update the active search criteria.
  4. Return updated results to the Doctor List.

Validations

ScenarioApp BehaviorSDK Output
Video option selectedOpen service selection popupstate = service_selection_open
Available video services returnedDisplay General doctor, Pediatrician, and Orthopedist optionsvideoOptions = available
No video services returnedDisplay empty service statevideoOptions = empty
Service option missingKeep current service selectionvalidation = service_required

Actions

ScenarioApp BehaviorSDK Output
Video option openedDisplay service selection popupPUT /api/v3/doctors/edit-search/video-options
General doctor selectedSet video service to General doctorservice = general
Pediatrician selectedSet video service to Pediatricianservice = pediatrician
Orthopedist selectedSet video service to Orthopedistservice = orthopedist
Popup close selectedDismiss service selection popupnavigation = dismiss

Endpoint Resources

Show Video Doctor

PUT 

v3/doctors/edit-search/video-options

Opens the search edit screen where the patient can select a service.