- Created by Andrea M, last modified by Anthony C on Jun 28, 2021
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 39 Next »
Overview
This guide provides instruction on configuring both Medical-Objects Capricorn and Audit4 software to import electronic results.
If you require any assistance with the installation or configuration, or if you have any questions, please contact the Medical-Objects Helpdesk on (07) 5456 6000.
If you have not Installed the Medical-Objects Download client, Please see the guide for Installing Capricorn on Windows.
Configuring Capricorn Software
Accessing the Capricorn Configuration Window
- To launch the HL7 Tray application, Go to Start Menu, All Programs, Medical-Objects and select the Medical-Objects Capricorn. Alternatively, You can go to C:\MO\Capricorn and run the Capricorn.exe.
- The following icon will appear in the tray. Double click on it to bring up the log window.
- When the log window is displayed, Click on the Configuration icon highlighted below, or select Utility and select Configuration.
Capricorn Configuration Settings
- Click on Integration Options.
Set the ACK Management Receivers path as below:
(Capricorn installed on an Audit 4 Server machine ) --> C:\Inpath\MO\ACKs\ACKsOutgoing (Capricorn installed on an Audit 4 client machine --> \\Server\Inpath\MO\ACKs\ACKsOutgoing
2.1 Check Export Application Acks.
2.2 Set the ACK Management Senders Only path as below:(Capricorn installed on an Audit 4 Server machine ) --> C:\Inpath\MO\Acks\AcksIncoming (Capricorn installed on an Audit 4 client machine --> \\Server\Inpath\MO\Acks\AcksIncoming
- Check that the Incoming Modifier is set to Audit4.
- Select Server Parameters from the left panel.
The paths above are set as follows:
(Capricorn installed on an audit 4 server machine) --> Message output directory C:\Inpath\MO\Letters Save pathology: C:\Inpath\MO\Labs Save Radiology: C:\inpath\mo\Labs Capricorn installed on an Audit4 Client machine --> Message output directory \\Server\Inpath\MO\Letters Save Pathology \\Server\Inpath\MO\Labs Save Radiology \\Server\Inpath\MO\Labs
Make sure that Save All ORU In Pathology path is UNTICKED.
- Complete the Manage Queues section below.
Current Manage Queues
Enter the details as outlined below. On the right-hand side, click on Add. Select the decorators listed below in the order displayed and configure as specified on the right.AUDIT4 OUTGOING REF
(Capricorn installed on an Audit4 server machine) -->
Queue name: AUDIT4 OUTGOING REF
Base Directory C:\Inpath\MO\Out\
(Capricorn installed on an Audit 4 client machine) -->
Queue name: AUDIT4 OUTGOING REF
Base directory: \\Server\Inpath\MO\Out\
Specify file mask -Set File Mask to *.Hl7
Expand MO Routing IDs -No additional settings.
Override Sender HD fields to This value -Tick "Use Primary Practice Identifier"
Route with Capricorn -No additional settings.
Historical Manage Queues
The queue setup window will open. Enter the details as outlined below. In the edit property window, we are going to setup the queue to convert the letters from ORU to REF for Audit4 import. On the right hand side, click on Add. Leave the tick-box's on their default configuration and set the file path for the converted letters to be saved. Note: This folder will not exist and will needs to be be created before setting the file path. AUDIT4 INCOMING LETTERS ORU TO REF
(Capricorn installed on an Audit4 server machine) -->
Queue name: AUDIT4 INCOMING LETTERS ORU TO REF
Base Directory: C:\Inpath\MO\
(Capricorn installed on an Audit 4 client machine) -->
Queue name: AUDIT 4 INCOMING LETTERS ORU TO REF
Base Directory: \\Server\Inpath\MO\
Convert ORU Message to REF No additional settings.
Store Message in Folder Additional settings required.
(Capricorn installed on an Audit 4 server)
Store Message in Folder C:\Inpath\MO\Letters\
(Capricorn installed on an Audit4 client machine)
Store Message in Folder \\Server\Inpath\MO\Letters\
On the Manage Queues screen, click Add. On the Queue Setup screen, name the queue and set its base directory. Note: The folder ConvertACK will not exist and will need to be created before setting the file path. You can search the decorators by typing in their name when one of the decorators is highlighted. You must paste the script exactly as shown below into the text box in the modifiers configuration. Be sure there are no extra spaces or empty lines at the top. Hl7 Script. If you haven't already, you will need to add the Store Message in Folder Decorator to the AUDIT4 OUTGOING RRI TO ACK Queue. Click Apply and OK to save the current configuration and to exit the Capricorn configuration editor.AUDIT4 OUTGOING RRI TO ACK
(Capricorn installed on an Audit4 server machine) -->
Queue name: AUDIT4 OUTGOING RRI TO ACK
Base Directory: C:\Inpath\MO\ACKs\ConvertACK
(Capricorn installed on an Audit 4 client machine) -->
Queue name: AUDIT4 OUTGOING RRI TO ACK
Base directory: \\Server\Inpath\MO\ACKs\ConvertACK
Modify message with HL7 script. - Additional settings required.
Store message In folder - addition settings required.
Program Test;
var i:Integer;
s : String;
begin
//HL7 Data is a precreated object with the HL7Data loaded
for i := HL7Data.SegmentCount-1 downto 0 do
begin
s := HL7Data.Segmentname[i];
if not ((s = 'MSH') or (s = 'MSA')) then
HL7Data.DeleteSegment(i)
else
if s = 'MSH' then
begin
if HL7Data.GetFieldvalue(i, 8, 0,0,0) = 'RRI' then
begin
HL7Data.SetFieldvalue('ACK', i, 8, 0, 0, 0);
HL7Data.SetFieldvalue('R01', i, 8, 0, 2, 0);
end;
end;
end;
end.
(Capricorn installed on a Audit4 Server Machine) -->
Store Message in Folder: C:\Inpath\MO\ACKs\ACKsOutgoing
(Capricorn installed on a Audit4 Client Machine) -->
Store Message in Folder: \\Server\Inpath\MO\ACKs\ACKsOutgoing
You have now completed the configuration for the Medical Objects Capricorn to download and send acknowledgements.
Software for Specialists (Audit4) Configuration.
You will need to contact the Software4Specialist Help-Desk so that they can configure Audit4 to Import the Letters and Lab results and the export of Acknowledgments.
Department: Support Contact Number: 1300 133 308 Organisation: Software for Specialists (Audit4)
Audit4 will require the following Configuration:
- Letters are to be imported from: C:\Inpath\MO\Letters
Previously this was the path defined by the Convert Letters to REF queue’s Store Message in folder decorator.
- Lab results are to be imported from: C:\Inpath\MO\Labs
- Acknowledgements are to be exported to: C:\Inpath\MO\ACKs\ACKsOutgoing
Previously this was the path defined by the Base directory for the ConvertACK Queue.
(Capricorn installed on a Audit4 Server Machine) -->
i. Store Message in Folder: C:\Inpath\MO\Acks
(Capricorn installed on a Audit4 Client Machine) -->
ii. Store Message in Folder: \\Server\Inpath\MO\Acks
19. Click Apply and OK to save the Convert Acks Queue and return to the Managed Queue configuration Screen.
20. Click Apply and OK to save the current configuration and to exit the Capricorn configuration editor.
You have now completed the configuration for the Medical Objects Capricorn to download and send acknowledgements.
- No labels