Vaccine Administration Management system properties
Vaccine Administration Management booking uses the following system properties. Users with the admin role can access the property settings by navigating to .
Property |
Description |
|---|---|
sn_vaccine_sm.enable_appointment_slot_choice |
Enable or disable appointment slot choice. When set to true, users can choose the slot. When set to false, the system books an appointment automatically. The default value is false. |
sn_vaccine_sm.self_booking_slots_fetched |
Set the number of slots fetched by the system to book an appointment in user self-booking. The higher value reduces any chance of failed appointments in high concurrency scenarios. The default value is 1. Note: The system property only
applies if the sn_vaccine_sm.enable_appointment_slot_choice
value is false. |
sn_vaccine_sm.vaccine.management.booking.distance_unit |
Define the unit of measurement for the distance considered for vaccine appointment mass booking. The options are mi or km. The default value is mi. |
sn_vaccine_sm.vaccine.management.booking.max_distance |
Set the maximum distance, in miles, that is searched for an available vaccination location if there’s no appointment slot available at the user’s preferred center. The default value is 50. |
sn_vaccine_sm.vaccine.management.booking.max_locations |
Set the maximum number of alternate locations that are searched for a vaccination if there’s no appointment slot available at the user’s preferred location. A higher value for this property increases the time that it takes to complete mass booking. The default value is 5. |
sn_vaccine_sm.vaccine.management.default_program |
Define the default program for the Vaccine Administration Management portal. |
sn_vaccine_sm.book_subsequent_doses |
Enable booking for all doses of the vaccine, for both mass booking and self-service, or enable booking for the first dose, with subsequent appointments booked after the first dose is administered. When set to true, appointments are booked for all doses of the vaccine, both in mass scheduling and self-service. When set to false, only the appointment for the first dose is booked and subsequent appointments are booked only after the previous dose is administered. The default value is true. For more information about booking subsequent doses, see Book appointments for subsequent doses after a previous dose is complete. |
sn_vaccine_sm.enable_vam_appointment_config |
Enable Vaccine Administration Management location-specific appointment scheduling configuration. The default value is true. For more information about enabling location-specific appointment configuration, see Configure advanced appointment scheduling for a center. |
sn_vaccine_sm.fetch_next_available_slot |
Enable or disable fetching for the next available slot when opening the appointment booking calendar. The default value is true. |
sn_vaccine_sm.strict_check_lead_max_time |
Display the time after which the first available appointment slot is shown to the user. When set to true, slots for subsequent doses are calculated to accuracy, measured in seconds, using lead or max times. When set to false, the second slot can be booked at any time. For example, if the first dose is administered on June 1, 5:00 PM and the lead time is 21 days, the second slot can be booked after June 22, 5:00 PM. However, if the property is false, the second slot can be booked at any time on June 22. This system property affects mass booking. The default value is true. |
sn_vaccine_sm.enable_self_registration |
Enable or disable self-registration for booking appointments. When set to true, the user can register and sign up for the vaccine. When set to false, only existing users can sign up and book appointments. The default value is true. |
sn_vaccine_sm.show_location_filters |
Show or hide the location filters in the Schedule your vaccination page. When set to true, the list of preferred vaccination sites is filtered automatically using the personal information shared by the user. However, you can also look for other vaccination sites based on your preferred choice of state, city, or zip code. When set to false, the location filters are inactive. The default value is true. |
sn_vaccine_sm.mass_booking_parallelism |
Configure the number of parallel queues used to process mass booking. The enabled values are 1 to 8.
Note: A maximum of 8 queues can be used for mass booking. Even if a user with the admin role sets the property to a value greater than 8,
only 8 queues are created. The default value is 4. For more information about enabling mass booking parallel processing, see Manage high number of concurrent bookings. |
sn_vaccine_sm.search_assist_accessibility |
Minimize the search assist section and view the search results even at 200% zoom. To expand the search assist section, click Show search assist. When set to true, clicking Search automatically minimizes the search assist section. When set to false, the system returns to its default behavior. |
sn_vaccine_sm.enable_inventory_management |
Enable scheduling based on available inventory for a program location center. The default value is false. For more information about enabling inventory management, see Configure inventory-based scheduling for a center. |
sn_vaccine_sm.im_batch_distribution_day_count |
Set the number of days to distribute a supply lot. You can distribute the inventory evenly over a specified date range. The default value is 7. |
sn_vaccine_sm.enable_multi_vaccine |
Change the order of method selection while scheduling your vaccinations. When set to true, the auto-selected method is based on the
lowest method order and inventory availability. When set to
false, the method with the lowest order is
selected.
Note: The system property only applies if the
sn_vaccine_sm.enable_inventory_management value is
true. The default value is false. |
sn_vaccine_sm.multi_vaccine_availability_check_days_count |
Set the number of days to check for the availability in the method
selection.
Note: The system property only applies if the
sn_vaccine_sm.enable_multi_vaccine value is
true. The default value is 7. |
sn_vaccine_sm.allow_user_selection_of_vaccine_method |
Enable or disable multi-vaccine method selection. When set to true, users can choose the method while scheduling and rescheduling their appointments. When set to false, the system auto-selects the method based on the configuration of the sn_vaccine_sm.enable_multi_vaccine system property. The default value is false. |
sn_vaccine_sm.covid.test.valid.days |
Set the maximum duration in days that is used for infectious diseases, such as COVID-19 test report validity. The default value is 3. |
sn_vaccine_sm.vaccine.management.create_immunization_on_self_report |
Enable or disable the immunization record that is generated on COVID-19 vaccine self-report submission. The default value is false. |
sn_vaccine_sm.vaccine.management.show_programs_proof |
Define the list of programs that require proof of vaccination. |
sn_vaccine_sm.vaccine.management.program_covid_sys_id |
Define the system identifier of the infectious diseases, such as COVID-19 vaccination program. |
sn_vaccine_sm.enable_cache |
Enable or disable scoped cache for use with the application. When set to true, scoped cache is enabled. When set to false, data isn’t cached and instead queried from the database directly. The default value is true. |