Class | Description |
---|---|
MllpComponent |
Represents the component that manages
MllpEndpoint . |
MllpConstants | |
MllpEndpoint |
The MLLP component is designed to handle the MLLP protocol and provide the functionality required by Healthcare providers to communicate with other systems using the MLLP protocol.
|
MllpTcpClientProducer |
The MLLP producer.
|
MllpTcpServerConsumer |
The MLLP consumer.
|
Exception | Description |
---|---|
MllpAcknowledgementDeliveryException |
Raised when a MLLP Consumer cannot deliver the MLLP Acknowledgement
|
MllpAcknowledgementException |
Base class for HL7 Application Acknowledgement Exceptions
|
MllpAcknowledgementTimeoutException |
Raised when a MLLP Producer does not receive a HL7 acknowledgement within the configured timespan
|
MllpApplicationErrorAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Application Error Acknowledgement
|
MllpApplicationRejectAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Application Reject Acknowledgement
|
MllpCommitErrorAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Commit Error Acknowledgement
|
MllpCommitRejectAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Commit Reject Acknowledgement
|
MllpException |
Base class for all MLLP Exceptions, and also used as a generic MLLP exception
|
MllpFrameException | Deprecated
- replaced by more specific exceptions.
|
MllpInvalidAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Acknowledgement for which the HL7 Acknowledgement type cannot be determined.
|
MllpInvalidMessageException |
Raised when a MLLP Consumer receives an invalid HL7 Message.
|
MllpNegativeAcknowledgementException |
Abstract base for all MLLP Negative Acknowledgements
|
MllpReceiveAcknowledgementException |
Raised when a MLLP Consumer cannot deliver the MLLP Acknowledgement
|
MllpReceiveException |
Raised when a MLLP Consumer cannot deliver the MLLP Acknowledgement
|
MllpTimeoutException |
Raised when a MLLP Producer or Consumer encounter a timeout reading a message or an acknowledgment
|
MllpWriteException |
Raised when a MLLP Producer or consumer encounter an error transmitting data
|
Apache Camel