IMPAX 6.5.1 Application Server Knowledge Base > Configuring spoke and hub communications > Configuring the spoke HL7 connection to the hub Connectivity Manager

Removing line feeds from the interpretation text

Set up HL7 communications from the spoke Connectivity Manager to the hub Connectivity Manager.

Note:

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

  1. From the Select Mappings Object to View / Edit list, select Query Results.

  2. 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:

    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.

  3. Click Save.

  4. Click OK.

  5. Click Done.


Topic number: 54632

Applies to: IMPAX 6.5.1 Application Server Knowledge Base