Installation guide

3. Change the study status from the default 'D'.
By default, the PAP is configured to set the study status to 'D' (Dictated) if the incoming DICOM
objects do not have the study status as part of the private tags.
Details on how to perform each step follow.
Note:
As with any database change, signal the process that the database has been updated. In CLUI,
type: signal database_updated 0 MVF_PAP. Or, stop and restart the affected process.
To disable HIS verification
1. Log into CLUI.
2. Type:
update mvf_scp_service set verify_incoming_data='F' where service_ref in (select service_ref
from map_implements mi , map_process mp where mi.process_ref=mp.process_ref and
mp.process_title='MVF_PAP')
To change the PAP so that it routes incoming studies
1. Log into CLUI.
2. Type:
select * from map_ini where ini_section = 'MVF_PAP'
3. If the ini_key = 'DEFAULT_ROUTE_INCOMING_DATA' exists, type:
update map_ini set ini_value = 'TRUE' where ini_section = 'MVF_PAP' and ini_key =
'DEFAULT_ROUTE_INCOMING_DATA'
or
If the ini_key = 'DEFAULT_ROUTE_INCOMING_DATA' does not exist, type:
insert into map_ini (ini_section, ini_key, ini_value) values ('MVF_PAP',
'DEFAULT_ROUTE_INCOMING_DATA', 'TRUE')
To change the study status from the default 'D'
1. Log into CLUI.
2. Type:
select * from map_ini where ini_section = 'MVF_PAP'
3. If the ini_key = 'DEFAULT_STUDY_STATUS' exists, type:
update map_ini set ini_value = 'x' where ini_section = 'MVF_PAP' and ini_key =
'DEFAULT_STUDY_STATUS'
or
If the ini_key = 'DEFAULT_STUDY_STATUS' does not exist, type:
insert into map_ini (ini_section, ini_key, ini_value) values ('MVF_PAP',
'DEFAULT_STUDY_STATUS', '<study_status>')
IMPAX 6.3 AS300 Configuration Guide 27