Can a single IB HL7 server source (think HL7-ADT from the EHR) be used across multiple CL sites and process WITHOUT inter process threads? We currently make use of inter process/site threads to distribute HL7 (raw) data. In Site GetData – We get the HL7 (raw) data inbound from the EHR, then setup multiple OB threads to be used in OTHER CL Sites with their own processes.
My belief is each process in different CL sites should be able to establish their own connection to an external IB (HL7) data source and not have to make use of inter process threads.