The current implementation of the va_online_scheduling_enable_OH_reads flag routes Appointment Read requests to VPG if enabled. This flag is redundant and will be removed. Appointment Read requests should be updated to route to VPG if va_online_scheduling_use_vpg is enabled.
Note: the va_online_scheduling_use_vpg flag should accept a user context, allowing it to be toggled on/off for specific logged in users.
The current implementation of the
va_online_scheduling_enable_OH_reads
flag routes Appointment Read requests to VPG if enabled. This flag is redundant and will be removed. Appointment Read requests should be updated to route to VPG ifva_online_scheduling_use_vpg
is enabled.Note: the
va_online_scheduling_use_vpg
flag should accept a user context, allowing it to be toggled on/off for specific logged in users.