@Transactional
public class HL7InQueueProcessor
extends java.lang.Object
| Constructor and Description | 
|---|
HL7InQueueProcessor()
Empty constructor (requires context to be set using  
setContext(Context) method
 before any other calls are made) | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
processHL7InQueue()
Starts up a thread to process all existing HL7InQueue entries 
 | 
void | 
processHL7InQueue(HL7InQueue hl7InQueue)
Process a single queue entry from the inbound HL7 queue 
 | 
boolean | 
processNextHL7InQueue()
Transform the next pending HL7 inbound queue entry. 
 | 
public HL7InQueueProcessor()
setContext(Context) method
 before any other calls are made)public void processHL7InQueue(HL7InQueue hl7InQueue)
hl7InQueue - queue entry to be processedpublic boolean processNextHL7InQueue()
public void processHL7InQueue()
                       throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7ExceptionCopyright © 2018 OpenMRS Inc.. All Rights Reserved.