IMPAX 6.5.1 Client Knowledge Base: Extended > Administering IMPAX > Configuring dictation > Configuring the IMPAX Reporting solution
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:
The script button must be imported for every user
For every parameter of the URL integration, you need a separate script button
The Internet Explorer window where parameters are displayed must be minimized or closed after the script button is clicked
Focus must change to IMPAX Scheduling (IPlan) when script button is clicked
To integrate IMPAX Scheduling (IPlan 6.3) with IMPAX Client
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 ModuleTopic number: 107539 Applies to: IMPAX 6.5.1 Client Knowledge Base |