| Package | Description |
|---|---|
| ca.uhn.hl7v2.app | |
| ca.uhn.hl7v2.protocol | |
| ca.uhn.hl7v2.protocol.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptApplication
An application that returns AA acknowledgements.
|
class |
DefaultApplication
An Application that does nothing with the message and returns an Application
Reject message in response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HL7Service.registerApplication(ApplicationRouter.AppRoutingData appRouting,
ReceivingApplication application)
Registers the given application to handle messages corresponding to ALL
message types and trigger events.
|
void |
HL7Service.registerApplication(ReceivingApplication application)
Registers the given application to handle messages corresponding to ALL
message types and trigger events.
|
void |
HL7Service.registerApplication(String messageType,
String triggerEvent,
ReceivingApplication handler)
Registers the given application to handle messages corresponding to the
given type and trigger event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationWrapper
Wraps a legacy HAPI
Application to convert it to a new
style ReceivingApplication |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationRouter.bindApplication(ApplicationRouter.AppRoutingData theRoutingData,
ReceivingApplication theApplication)
Associates the given application with the given message parameters, so that messages
with matching parameters will be sent there.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppWrapper
Wraps a ca.uhn.hl7v2.app.Application as a ca.uhn.hl7v2.protocol.ReceivingApplication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationRouterImpl.bindApplication(ApplicationRouter.AppRoutingData theRoutingData,
ReceivingApplication theApplication) |
Copyright © 2001-2013 University Health Network. All Rights Reserved.