IMPAX 6.5.1 Client Knowledge Base: Extended > Administering IMPAX > Defining study text and priors > Configuring study and voice comments
![]() | CAUTION! We recommend extreme caution when changing this setting as study comments can be overwritten and permanently lost. |
When the OVERWRITE_STUDY_COMMENTS setting is enabled, IMPAX overwrites the study comments in the Text area with the comments from Connectivity Manager.
To overwrite study comments from Connectivity Manager
Run CLUI.
To determine the value for the OVERWRITE_STUDY_COMMENTS setting, type
select ini_value from map_ini where ini_section = 'MVF_SCP' and ini_key = 'OVERWRITE_STUDY_COMMENTS'
To ensure the MAP_INI table contains no duplicate entries for the OVERWRITE_STUDY_COMMENTS setting, type
delete from map_ini where ini_section = 'MVF_SCP' and ini_key = 'OVERWRITE_STUDY_COMMENTS'
Type
insert into map_ini (ini_section, ini_key, ini_value) values ('MVF_SCP', 'OVERWRITE_STUDY_COMMENTS', 'TRUE')
Setting the ini_value to FALSE disables the functionality and study comments are not overwritten.
![]() | Note: If the study comments string from Connectivity Manager is blank, the PACS string is not overwritten. |
Restart the SCP service on the IMPAX Server.
Topic number: 128746 Applies to: IMPAX 6.5.1 Client Knowledge Base |