IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Source Manager > Customizing field mappings to extract information from images
When required, you can create customized field mappings to accommodate the syntax used by a particular modality or RIS. One case where this could be useful is to have information extracted based on body part.
The following procedure outlines how to map the body_part study attribute to BREAST for all MG studies.
To create a body part field mapping for mammography (and other) modalities
On the Setup tab, click Source Manager.![]()
Switch to the Field Mappings tab.
From the Station name list at the bottom of the tab, select the acquisition station to configure.
If the required station is not listed, switch to the Description tab and add it.
![]() | Note: To add the body_part mapping to all stations in the cluster, select the DEFAULT station. |
Click New Mapping.
From the Attribute class list, select study.
From the Attribute name list, select body_part.
In the Attribute Expression field, type
select( index( getdicomstring(524384), 'MG', getdicomstring(524384) ),'BREAST', getdicomstring(0x180015) )
To close the dialog, click OK.
Click Save.![]()
To create a similar mapping for other modalities, adjust the Attribute Expression syntax as appropriate. If the body_part (0x180015) Attribute Name does not work, try using body_part_examined (0x180015), as that often contains valid body part values.
Required permissions
Administration Tools: Source Manager > View operation
See also
Creating a field mapping to flip images automatically
Creating or modifying a body part mapping
Creating or modifying an entry for an acquisition station
Customizing mammography hanging_protocol mappings
Topic number: 8962 Applies to: IMPAX 6.5.1 Server Knowledge Base |