IMPAX 6.5.1 Application Server Knowledge Base > Configuring spoke and hub communications > Configuring the spoke HL7 connection to the hub Connectivity Manager
Set up HL7 communications from the spoke Connectivity Manager to the hub Connectivity Manager.
![]() | Note: If you are integrating with a queryable RIS only, perform the following procedure to strip the line feeds from the interpretation text. |
To remove the line feeds from the interpretation text
From the Select Mappings Object to View / Edit list, select Query Results.
In the Referenced Results section, locate the entry where the Destination Expression is mcf('interpretation_text') and type the following for the Source Expression:
stript( forallseg( equal( obx( 3, 2 ), 'IMP', obx( 5, 1 ) and ascii( 10 ) ) ), '' ) or stript( forallseg( equal( zir( 1 ), 'BODY', zir( 2 ) and ascii( 10 ) ) ), '' )
![]() | Note: The default value has a space in between the two sets of single quotes of ascii( 10 ) ) ), ' ' . Remove the space between these quotes in both instances. |
Click Save.
Click OK.
Click Done.
Topic number: 54632 Applies to: IMPAX 6.5.1 Application Server Knowledge Base |