@Transactional public class HL7InQueueProcessor extends 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.
|
static void |
setCount(Integer count) |
public HL7InQueueProcessor()
setContext(Context)
method
before any other calls are made)public static void setCount(Integer count)
public void processHL7InQueue(HL7InQueue hl7InQueue)
hl7InQueue
- queue entry to be processedpublic boolean processNextHL7InQueue()
public void processHL7InQueue() throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
Copyright © 2024 OpenMRS Inc.. All rights reserved.