JConnector is specially built as an Open Source reference implementation of a PCEHR System client.
JConnector is designed so that it can offer:
· sample code for connecting a client application to the PCEHR System via the PCEHR B2B Gateway.
· an online forum, where questions about connecting to the PCEHR System can be raised and answered.
· feedback to continuously improve the sample code, as well as the general experience of software vendors looking to integrate with the PCEHR System.
Here are some key features of "JConnector":
· Generation of client stubs based on the Apache CXF Framework
· Creation of service invocation layer that wraps the raw client stubs
· Configuration for WS-Addressing
· Transport Layer Security (TLS) mutual authentication configuration
· Loosely coupled User Interface based on the Java Swing framework (Can be easily decoupled from the service invocation layer)
· Basic logging to capture SOAP requests and responses
· JUnit test suite and test results for key transactions
· The first iteration of this tool is focused on invoking the PCEHR services. It reads a prepared CDA document from file. Generating the CDAs dynamically to pass into these services will be provided in a later release.
· Supporting artefacts such as WSDLs, class diagrams, JConnector developer guide, UI input parameters guide, links and references to published specifications, and mapping of PCEHR JConnector to the transactions described in Nehta’s Logical Service Specification (LSS) and Technical Service Specification (TSS) documents.
Requirements:
· Java