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.
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.
DICOMUtil Provides DICOM utility methods.
FileUtil Provides file utility methods.
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.
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 channel 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.
UUIDGenerator Utility class to create unique identifiers.
VMRouter Utility class used to dispatch messages to channels.
 

Enum Summary
DeployedState States of 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.