Change the title of medicines prescription report inside the sheet as requested by @MaksMaks98
Add correct institutionId persisting for questionnaires creation service, as well as PDFs related modifications in HTML templates, get pdf service and related entity.
This also involves adding the institution_id column to minsal_lr_questionnaire_response table via the following query (@DocOc98):
ALTER TABLE minsal_lr_questionnaire_response ADD COLUMN institution_id integer REFERENCES institution(id);
Additional notes
institution_id is nullable to conform with already created questionnaire response, which would need their institution_ids to be modified manually (they're null)
Description
Changes introduced
Add correct
institutionId
persisting for questionnaires creation service, as well as PDFs related modifications in HTML templates, get pdf service and related entity.This also involves adding the
institution_id
column tominsal_lr_questionnaire_response
table via the following query (@DocOc98):Additional notes
institution_id
is nullable to conform with already created questionnaire response, which would need theirinstitution_id
s to be modified manually (they're null)