Project

General

Profile

New feature / Change #8120

Updated by Olivier Bitsch 4 days ago

The same way than we have DEFAULT_PATIENT_LOCALE used to define Default patient language, add a new configuration called DEFAULT_PATIENT_TIMEZONE that will be used to sent invite date time in this one is omitted (e.g. when using HCW API). 

 The timezone definition should be done in this order: 

 1. use patientTZ attribute from invite object, if defined (already effective) 
 2. use DEFAULT_PATIENT_TIMEZONE from global configuration, if defined. 
 3. Fallback to UTC (already effective). 

Back