Package com.mirth.connect.userutil

This package is included in the JavaScript scope on both the client and 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
ImmutableConnectorMessage This class represents a connector message and is used to retrieve details such as the message ID, metadata ID, status, and various content types.
ImmutableMessage This class represents an overall message and is used to retrieve details such as the message ID, specific connector messages, or the merged connector message.
ImmutableMessageContent This class represents content associated with a connector message.
Response This class represents a channel or destination response and is used to retrieve details such as the response data, message status, and errors.
ResponseMap A wrapper class for the response map which allows users to retrieve values using the proper "d#" key (where "#" is the destination connector's metadata ID), or by using the actual destination name.
ValueReplacerConnectorMessage This class represents a connector message and is used to retrieve details such as the message ID, metadata ID, status, and various content types.
ValueReplacerMessage This class represents an overall message and is used to retrieve details such as the message ID, specific connector messages, or the merged connector message.
XmlUtil Provides XML utility methods.
 

Enum Summary
ContentType Denotes various types of content created by a channel.
Status Denotes the status of a connector message or response.
 

Package com.mirth.connect.userutil Description

This package is included in the JavaScript scope on both the client and 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.