IMPAX 6.5.1 Client Knowledge Base: Extended > Administering IMPAX > Configuring dictation > Configuring the IMPAX Reporting solution

Integrating IMPAX Scheduling (IPlan 6.3) with IMPAX Client

IMPAX Scheduling (IPlan) is a web-based scheduling and ordering module for the referring community that complements QPlanner.

In the IMPAX List area, you can create a script button to launch IMPAX Scheduling (IPlan 6.3) with the selected patient. This type of integration has some limitations:

To integrate IMPAX Scheduling (IPlan 6.3) with IMPAX Client

  1. Create a List area scripting wizard.

Sample wizard

Option Strict Off
Imports System
Imports System.Windows.Forms
Module Script
		Sub Main()
				dim acc as string
				dim URL as string
				dim http as string
				acc = ScriptListArea.GetValueFromWorklist("study", "accession_number")
				url = "http://127.0.0.1:8087/?-app=IPLAN&-login=QUADRAT&-action=order&-accessionnumber=" & acc
				System.Diagnostics.Process.Start(url)
		End Sub
End Module

Topic number: 107539

Applies to: IMPAX 6.5.1 Client Knowledge Base