IMPAX 6.5.1 Client Knowledge Base: Extended > Administering IMPAX > Defining study text and priors > Configuring study and voice comments
Study comments are stored in an XML structure which separates the various free-text and voice comments on a study allowing for a flexible way to display the comments according to a formatting string set in the MVF database in the MAP_INI table. This is the default for IMPAX 6.5 and later. If a STUDY_COMMENTS_FORMAT entry exists (regardless of the data in the ini_value), voice comments are enabled. Voice comments are stored in a separate file in the archive or cache depending where the study is located, with a reference to the file in the MVF database.
![]() | Note: The procedure to enable voice comments is the same procedure to insert a format for study comments in the MVF database. |
To enable voice comments
Run CLUI.
To ensure the MAP_INI table contains no duplicate entries for STUDY_COMMENTS_FORMAT, type
DELETE FROM MAP_INI WHERE INI_SECTION = 'GENERAL' AND INI_KEY = 'STUDY_COMMENTS_FORMAT'
Type
"INSERT INTO map_ini values('GENERAL','STUDY_COMMENTS_FORMAT','<parameters>')"
To check the entry exists, type
select * from map_ini where ini_key = 'STUDY_COMMENTS_FORMAT'
The following is returned:
INI_SECTION INI_KEY INI_VALUE GENERAL STUDY_COMMENTS_FORMAT [%D %U]%C
Topic number: 131742 Applies to: IMPAX 6.5.1 Client Knowledge Base |