Package com.mirth.connect.server.userutil

This package is included in the JavaScript scope on the server. Classes in this package are part of the supported User API for use in channels/scripts. Reference to any class in Mirth Connect outside of the userutil packages is unsupported.

See:
          Description

Class Summary
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.
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.
MessageObject Deprecated. This class is deprecated and will soon be removed.
MirthCachedRowSet An implementation of CachedRowSet that retrieves values based on the column label value.
MuleContext Deprecated. This class is deprecated and will soon be removed; it exists only for preprocessor legacy support.
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 Summary
DeployedState States of DEPLOYING, UNDEPLOYING, STARTING, STARTED, PAUSING, PAUSED, STOPPING, STOPPED
 

Package com.mirth.connect.server.userutil Description

This package is included in the JavaScript scope on the server. Classes in this package are part of the supported User API for use in channels/scripts. Reference to any class in Mirth Connect outside of the userutil packages is unsupported.