IMPAX 6.5.1 Server Knowledge Base home > Archive Server home

Configuring how studies with demographic conflicts are processed

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

  1. Open a command prompt.

  2. On Windows, change to the C:\mvf\bin directory.

    On Solaris, change to the /usr/mvf/bin directory.

  3. Launch CLUI.

  4. 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'

  5. 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')
  6. Restart all mvf-scp processes.


Required permissions


See also


Topic number: 9211

Applies to: IMPAX 6.5.1 Server Knowledge Base