- I have created a business service that uses an adaptor that I wrote by extending Ens.InboundAdapter (i.e. the ADAPTOR parameter is set to my custom adaptor ).
- The OnTask() method of my adaptor polls our IRIS database to determine which records are ready to be sent out of our system to an external target system.
- If the record is ready the OnTask() method creates an instance of the Business Service and then calls the OnProcess() method sending in the record as the input.
- The Business Service is also a custom design that simple calls the business process using an async request.
In healthcare, interoperability is the ability of different information technology systems and software applications to communicate, exchange data, and use the information that has been exchanged.





