IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Source Manager > Customizing field mappings to extract information from images

Creating a field mapping to flip images automatically

If images from a particular station come into the system at the wrong orientation (according to the radiologists’ preferences), you can create a field mapping to flip these images automatically. This could be useful, for example, for mammography images that are not viewed using the Comparative Review Modes.

To create a field mapping to flip images automatically

  1. On the Setup tab, click Source Manager.Source Manager

  2. Switch to the Field Mappings tab.

  3. From the station table at the bottom of the tab, select the acquisition station to customize.

    If the required station is not listed, switch to the Description tab and add it.

  4. Click New Mapping.

  5. In the New Mapping dialog, from the Attribute Class list, select object.

  6. From the Attribute Name list, select mitra_rotation.

  7. In the Attribute Expression field, type the correct expression for the station.

    What the mapping checks for Expression to use
    L CC or L MLO in series description select( index( getdicomstring(0x0008103e), 'L CC', 'L MLO', getdicomstring(0x0008103e) ), '4', '4', '0' )
    L in laterality select( index( getdicomstring(0x00200060), 'L', getdicomstring(0x00200060) ), '4', '0' )
    Note:

    Note:

    In the first example, the values that the index statement is looking for are exact and case-sensitive—for example, L CC is not the same as LCC or l cc. Ensure that the mapping is created using the exact value that may appear in the DICOM information from the station.

  8. To close the dialog, click OK.

  9. Click Save.Save


Required permissions


See also


Topic number: 8961

Applies to: IMPAX 6.5.1 Server Knowledge Base