Should you require any more information or have encountered a problem, please call the support helpdesk on (07) 5456 6000.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 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
 


  1. 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.
     
  2. The following icon will appear in the tray. Double click on it to bring up the log window.



  3. When the log window is displayed, Click on the Configuration icon highlighted below, or select Utility and select Configuration.

     

Capricorn Configuration Settings

  1. Click on Integration Options.


     
  2. Set the ACK Management path as below:

    (Capricorn installed on an Audit 4 Server machine ) -->		D:\Inpath\MO\Acks
    
    (Capricorn installed on an Aufdit 4 client machine --> 		\\server\inpath\moacks
  3. Check that the Incoming Modifier is set to Capricorn Modifier


     
  4. Select Server Parameters from the left panel.



  5. The paths above are set as follows

    (Capricorn installed on an audit 4 server machine) --> 
    
    Message output directory 						 D:\Inpath\MO
    Save pathology: 								 D:\Inpath\MO\Labs
    Save Radiology: 								 D:\inpath\mo\Labs
    
    Capricorn installed on an Audit4 Client machine -->
    Message output directory 						  \\Server\Inpath\MO
    Save Pathology 									  \\Server\Inpath\MO\Labs
    Save Radiology 									  \\Server\Inpath\MO\Labs
  6. Make sure that Save All ORU In Pathology path is UNTICKED



  7. Select Manage Queues from the left panel. 
    The Managed Queue is created to convert letters to REF format so they don't import as a result in Audit 4.



  8. In the Managed Queues menu click Add.
     
  9. The queue setup window will open.

     

  10. Enter the details as outlined below.

    (Capricorn installed on an Audit4 server machine) -->
    
    Queue name: 					Letter to REF
    Base Directory: 				D:\Server\Inpath\MO\
    
    (Capricorn installed on an Audit 4 client machine) -->
    
    Queue name: 				 	Letter to REF
    Base Directory:					\\Server\Inpath\MO



  11. Click OK on the queue setup, click the queue named Letter to REF in the queues to watch for messages and click on Setup at the bottom of the configuration window. 



  12. 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.
     

     

    Convert ORU Message to REF 				No additional settings. 
    Store Message in Folder 				Additional settings required. 
  13. Once you have added both decorators you will need to supply additional configuration for the Store Message in Folder. Highlight the Store Message in Folder decorator on the edit property window. Notice that there are additional configuration options displayed below the decorator list.



  14. Leave the tickboxs on their default configuration and set the file path for the converted letters to be saved. 

     

    (Capricorn installed on an Audit 4 server)
    
    Store Message in Folder 					D:\Inpath\MO\Letters
    
    (Capricorn installed on an Audit4 client machine)
    
    Store Message in Folder						\\Server\Inpath\MO\Letters
  15. Click Apply and OK to save the Letters to REF queue and return to the Manage Queues configuration screen.
     
  16. On the Manage Queues screen, click Add.

  17. On the Queue Setup screen, name the queue and set its base directory.



    (Capricorn installed on an Audit4 server machine) -->
    
    Queue name 							ConvertACK
    Base Directory						D:\Inpath\MO\ACks\ConvertACK
    
    (Capricorn installed on an Audit 4 client machine) -->
    
    Queue name:						    ConvertACK
    Base directory 						\\Server\Inpath\MO\ACKs\ConvertACK
  18. Select ConvertACK from the Queues to Watch for Messages and click Setup.

  19. Select Add from the right side of the Edit Properties window. 

  20. You can search the decorators by typing in their name when one of the decorators is highlighted.

    Modify message with HL7 script. - Additional settings required. 
    Store message In folder - addition settings required. 
  21. In the Edit Properties, we need to add the HL7 Script to the Modify Message with HL7 Script configuration section.
     
  22. 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.



    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.
  23. If you haven't already, You will need to add the Store Message in Folder Decorator to the ConvertACK Queue.



    (Capricorn installed on a Audit4 Server Machine) -->
    
    Store Message in Folder: 		D:\Inpath\MO\Acks
    
    (Capricorn installed on a Audit4 Client Machine) -->
    
    Store Message in Folder: 		\\Server\Inpath\MO\Acks



  24. Click Apply and OK to save the ConvertAcks Queue and return to the Manage Queues configuration Screen.
     
  25. 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.

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: 

  1. Letters are to be imported from: D:\Inpath\MO\Letters
     
    Or as defined by the Convert Letters to REF queue’s Store Message in folder decorator (See step 13)
     
  2. Lab results are to be imported from: D:\Inpath\MO\Labs
     
  3. Acknowledgements are to be exported to: D:\Inpath\MO\Acks\ConvertAck

    Or as defined by the Base directory for the ConvertACK Queue (see step 17)

 

(Capricorn installed on a Audit4 Server Machine) -->

i.      Store Message in Folder:              D:\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