We are starting to get communications from Direct addresses and looking at enhancing the current receive function to automate few steps. We store the direct addresses in a new field ‘email_direct’ in tables - patient_data and users.
How does one make patch for the patient demographics layout?
Although more complicated than a simple addition of a field, here’s a commit that does illustrate the basics (adding to patient_data and layout_options tables in the database.sql and upgrade sql files in addition to incrementing version.php):