4.1.5 Clinical Connect
Overview
This project calls a web service (WSDL src/main/java/resources/EmrDownloadService.wsdl) provided by Clinical Connect (Medseek) to download a zip file containing one HL7 file. This file is written to the incoming directory that is specified in the properties file. The file is unzipped, if it's empty, indicating no data is sent, it is moved to an empty directory as specified in the properties file. However, if the file has data, it's sent to the oscar server via the same interface that HL7FileManagement uses. (https://localhost/oscar/lab/newLabUpload.do). If Oscar returns "success" the file is moved to the completed directory that is specified in the properties file.) *Note* that everytime the webservice is called a file will be returned, even if there is no data.
The details for installationa and the source can be obtained at
http://oscarmcmaster.cvs.sourceforge.net/viewvc/oscarmcmaster/oscar_mcmaster/hospitalcconnect/README.txt?view=markup
Document Actions