IMPAX 6.5.1 Server Knowledge Base home > Archive Server home
To prevent any studies from coming through when a modality or a user recycles study UIDs incorrectly for two different studies, you can reject incoming images if the patient ID, accession number, or patient name does not match that of the study the images are being added to.
By default, the setting is disabled. To reject incoming studies with demographic conflicts, enable the setting.
To configure how studies with demographic conflicts are processed
Open a command prompt.
On Windows, change to the C:\mvf\bin directory.
On Solaris, change to the /usr/mvf/bin directory.
To check if the entry already exists in the database, type
select * from map_ini where ini_section = 'MVF_SCP' and ini_key = 'REJECT_CONFLICT_STUDIES'
Based on the result you receive, type one of the following commands:
| Result | Command |
| Match | update map_ini set ini_value = 'TRUE' where ini_section = 'MVF_SCP' and ini_key = 'REJECT_CONFLICT_STUDIES' |
| No Match | insert into map_ini (ini_section, ini_key, ini_value) values ('MVF_SCP', 'REJECT_CONFLICT_STUDIES', 'TRUE') |
Restart all mvf-scp processes.
See also
Configuring how IMPAX rejects duplicate SOP Instance UIDs for the same study
Synchronizing Study Instance UIDs between clusters
Topic number: 9211 Applies to: IMPAX 6.5.1 Server Knowledge Base |