See: Description
| Class | Description |
|---|---|
| ACKGenerator |
Allows users to generate HL7 v2.x acknowledgments based on an inbound message, with a specified
ACK code and custom text message.
|
| AlertSender |
Allows users to dispatch error events which can be alerted on.
|
| Attachment |
Used to store and retrieve details about message attachments such as the ID, MIME type, and
content.
|
| AttachmentUtil |
Provides utility methods for creating, retrieving, and re-attaching message attachments.
|
| ChannelMap |
A wrapper class for the channel map that checks against the source map in the
get(key) method for legacy support. |
| ChannelUtil |
This utility class allows the user to query information from channels or to perform actions on
channels.
|
| ContextFactory |
Allows the user to retrieve information about the current JavaScript context.
|
| DatabaseConnection |
Provides the ability to run SQL queries again the database connection object instantiated using
DatabaseConnectionFactory.
|
| DatabaseConnectionFactory |
Used to create database connection objects.
|
| DateUtil |
Provides date/time utility methods.
|
| DestinationSet |
Utility class used in the preprocessor or source filter/transformer to prevent the message from
being sent to specific destinations.
|
| DICOMUtil |
Provides DICOM utility methods.
|
| FileUtil |
Provides file utility methods.
|
| Future<V> |
A
Future represents the result of an asynchronous computation. |
| HTTPUtil |
Provides HTTP utility methods.
|
| ImmutableResponse |
This class represents a destination response and is used to retrieve details such as the response
data, message status, and errors.
|
| MirthCachedRowSet |
An implementation of CachedRowSet that retrieves values based on the column label value.
|
| NCPDPUtil |
Provides NCPDP utility methods.
|
| RawMessage |
This class represents a raw message as it is received by a channel, and is used to retrieve
details such as the raw data or source map.
|
| ResponseFactory |
Provides methods to create Response objects.
|
| SerializerFactory |
Used to create a serializer for a specific data type for conversion to and from XML.
|
| SMTPConnection |
Used to send e-mail messages.
|
| SMTPConnectionFactory |
Utility class used to create SMTPConnection object using the server's default SMTP settings.
|
| SourceMap | |
| UUIDGenerator |
Utility class to create unique identifiers.
|
| VMRouter |
Utility class used to dispatch messages to channels.
|
| Enum | Description |
|---|---|
| DeployedState |
States of UNDEPLOYED, DEPLOYING, UNDEPLOYING, STARTING, STARTED, PAUSING, PAUSED, STOPPING,
STOPPED
|