A B C D E F G H I K M N P R S T U V W X

A

ACKGenerator - Class in com.mirth.connect.server.userutil
Allows users to generate HL7 v2.x acknowledgments based on an inbound message, with a specified ACK code and custom text message.
ACKGenerator() - Constructor for class com.mirth.connect.server.userutil.ACKGenerator
Instantiates a new ACKGenerator object.
addAttachment(List<Attachment>, Object, String) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Creates an Attachment and adds it to the provided list.
AlertSender - Class in com.mirth.connect.server.userutil
Allows users to dispatch error events which can be alerted on.
AlertSender(String) - Constructor for class com.mirth.connect.server.userutil.AlertSender
Instantiates a new AlertSender.
AlertSender(ImmutableConnectorMessage) - Constructor for class com.mirth.connect.server.userutil.AlertSender
Instantiates a new AlertSender.
Attachment - Class in com.mirth.connect.server.userutil
Used to store and retrieve details about message attachments such as the ID, MIME type, and content.
Attachment() - Constructor for class com.mirth.connect.server.userutil.Attachment
Instantiates a new Attachment with no ID, content, or MIME type.
Attachment(String, byte[], String) - Constructor for class com.mirth.connect.server.userutil.Attachment
Instantiates a new Attachment.
AttachmentUtil - Class in com.mirth.connect.server.userutil
Provides utility methods for creating, retrieving, and re-attaching message attachments.

B

byteArrayToDicomObject(byte[], boolean) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts a byte array into a dcm4che DicomObject.

C

ChannelUtil - Class in com.mirth.connect.server.userutil
This utility class allows the user to query information from channels or to perform actions on channels.
clear() - Method in class com.mirth.connect.userutil.ResponseMap
 
clearMessage() - Method in class com.mirth.connect.server.userutil.RawMessage
Removes references to any data (textual or binary) currently stored by the raw message.
clone() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
close() - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Closes the database connection.
com.mirth.connect.server.userutil - 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.
com.mirth.connect.userutil - 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.
commit() - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this DatabaseConnection object.
containsKey(Object) - Method in class com.mirth.connect.userutil.ResponseMap
 
containsValue(Object) - Method in class com.mirth.connect.userutil.ResponseMap
 
ContentType - Enum in com.mirth.connect.userutil
Denotes various types of content created by a channel.
convertDate(String, String, String) - Static method in class com.mirth.connect.server.userutil.DateUtil
Parses a date string according to a specified input pattern, and formats the date back to a string according to a specified output pattern.
convertDICOM(String, MessageObject, boolean) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use convertDICOM(imageType, connectorMessage, autoThreshold) instead.
convertDICOM(String, ImmutableConnectorMessage, boolean) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts merged DICOM data associated with a connector message into a specified image format.
convertDICOM(String, MessageObject) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use convertDICOM(imageType, connectorMessage) instead.
convertDICOM(String, ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts merged DICOM data associated with a connector message into a specified image format.
convertDICOM(String, ImmutableConnectorMessage, int) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts merged DICOM data associated with a connector message into a specified image format.
convertDICOM(String, ImmutableConnectorMessage, int, boolean) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts merged DICOM data associated with a connector message into a specified image format.
convertDICOMToByteArray(String, ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts merged DICOM data associated with a connector message into a specified image format.
convertDICOMToByteArray(String, ImmutableConnectorMessage, int) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts merged DICOM data associated with a connector message into a specified image format.
convertDICOMToByteArray(String, ImmutableConnectorMessage, int, boolean) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts merged DICOM data associated with a connector message into a specified image format.
createAttachment(ImmutableConnectorMessage, Object, String) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Creates an attachment associated with a given connector message, and inserts it into the database.
createConnection(String, String, String, String) - Static method in class com.mirth.connect.server.userutil.DatabaseConnectionFactory
Instantiates and returns a new java.sql.Connection object with the given connection parameters.
createDatabaseConnection(String, String, String, String) - Static method in class com.mirth.connect.server.userutil.DatabaseConnectionFactory
Instantiates and returns a new DatabaseConnection object with the given connection parameters.
createDatabaseConnection(String, String) - Static method in class com.mirth.connect.server.userutil.DatabaseConnectionFactory
Instantiates and returns a new DatabaseConnection object with the given connection parameters.
createSMTPConnection() - Static method in class com.mirth.connect.server.userutil.SMTPConnectionFactory
Creates an create SMTPConnection object using the server's default SMTP settings.

D

DatabaseConnection - Class in com.mirth.connect.server.userutil
Provides the ability to run SQL queries again the database connection object instantiated using DatabaseConnectionFactory.
DatabaseConnection(String) - Constructor for class com.mirth.connect.server.userutil.DatabaseConnection
Instantiates a new database connection with the given server address.
DatabaseConnection(String, Properties) - Constructor for class com.mirth.connect.server.userutil.DatabaseConnection
Instantiates a new database connection with the given server address and connection arguments.
DatabaseConnectionFactory - Class in com.mirth.connect.server.userutil
Used to create database connection objects.
DateUtil - Class in com.mirth.connect.server.userutil
Provides date/time utility methods.
decode(String) - Static method in class com.mirth.connect.server.userutil.FileUtil
Decodes a Base64 string into octets.
decode(String) - Static method in class com.mirth.connect.userutil.XmlUtil
Converts an XML/HTML entity reference into a string with the literal character.
deleteFile(File) - Static method in class com.mirth.connect.server.userutil.FileUtil
Deletes a specified File.
deployChannel(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Deploy a channel.
DeployedState - Enum in com.mirth.connect.server.userutil
States of STARTING, STARTED, PAUSING, PAUSED, STOPPING, STOPPED
dicomObjectToByteArray(DicomObject) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Converts a dcm4che DicomObject into a byte array.
dicomToJpg(int, MessageObject, boolean) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use convertDICOMToByteArray(imageType, connectorMessage, sliceIndex, autoThreshold) instead.
dicomToJpg(int, ImmutableConnectorMessage, boolean) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use convertDICOMToByteArray(imageType, connectorMessage, sliceIndex, autoThreshold) instead.
DICOMUtil - Class in com.mirth.connect.server.userutil
Provides DICOM utility methods.

E

encode(byte[]) - Static method in class com.mirth.connect.server.userutil.FileUtil
Encoded binary data into a Base64 string.
encode(char) - Static method in class com.mirth.connect.userutil.XmlUtil
Encodes a character into the corresponding XML/HTML entity.
encode(String) - Static method in class com.mirth.connect.userutil.XmlUtil
Converts a string, encoding characters into the corresponding XML/HTML entities as needed.
encode(char[], int, int) - Static method in class com.mirth.connect.userutil.XmlUtil
Converts a character array, encoding characters into the corresponding XML/HTML entities as needed.
entrySet() - Method in class com.mirth.connect.userutil.ResponseMap
 
equals(Object) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
equals(Object) - Method in class com.mirth.connect.userutil.Response
Indicates that the underlying Donkey Response objects are "equal".
equals(Object) - Method in class com.mirth.connect.userutil.ResponseMap
 
executeCachedQuery(String) - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Executes a query on the database and returns a CachedRowSet.
executeCachedQuery(String, List<Object>) - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Executes a prepared query on the database and returns a CachedRowSet.
executeUpdate(String) - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Executes an INSERT/UPDATE on the database and returns the row count.
executeUpdate(String, List<Object>) - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Executes a prepared INSERT/UPDATE statement on the database and returns the row count.
executeUpdateAndGetGeneratedKeys(String) - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Executes an INSERT/UPDATE statement on the database and returns a CachedRowSet containing any generated keys.
executeUpdateAndGetGeneratedKeys(String, List<Object>) - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Executes a prepared INSERT/UPDATE statement on the database and returns a CachedRowSet containing any generated keys.

F

FileUtil - Class in com.mirth.connect.server.userutil
Provides file utility methods.
formatDate(String, Date) - Static method in class com.mirth.connect.server.userutil.DateUtil
Formats a java.util.Date object into a string according to a specified pattern.
formatNCPDPNumber(String, int) - Static method in class com.mirth.connect.server.userutil.NCPDPUtil
Converts a signed overpunch code into a string representing the appropriate decimal value.

G

generateAckResponse(String, String, String) - Method in class com.mirth.connect.server.userutil.ACKGenerator
Generates an HL7 v2.x acknowledgment.
generateAckResponse(String, String, String, String, String, String) - Method in class com.mirth.connect.server.userutil.ACKGenerator
Deprecated. This method is deprecated and will soon be removed. Please use generateAckResponse(message, isXML, acknowledgementCode, textMessage, dateFormat, errorMessage) instead.
generateAckResponse(String, boolean, String, String, String, String) - Method in class com.mirth.connect.server.userutil.ACKGenerator
Generates an HL7 v2.x acknowledgment.
get(Object) - Method in class com.mirth.connect.userutil.ResponseMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getAddress() - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Returns the server address.
getAttachmentId() - Method in class com.mirth.connect.server.userutil.Attachment
Returns the unique replacement token for the attachment.
getChannelId() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getChannelId() or the variable "channelId" instead.
getChannelId() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the ID of the channel associated with this connector message.
getChannelId() - Method in class com.mirth.connect.userutil.ImmutableMessage
Returns the ID of the channel associated with this message.
getChannelId() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Returns the ID of the channel associated with this connector message.
getChannelId() - Method in class com.mirth.connect.userutil.ValueReplacerMessage
Returns the ID of the channel associated with this message.
getChannelMap() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getChannelMap() or the variable "channelMap" instead.
getChannelMap() - Method in class com.mirth.connect.server.userutil.RawMessage
Returns the channel map to be used at the beginning of the channel dispatch.
getChannelMap() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the channel map.
getChannelState(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the current state of a deployed channel.
getConnection() - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Returns the database connection (java.sql.Connection) this class is using.
getConnectorMap() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getConnectorMap() or the variable "connectorMap" instead.
getConnectorMap() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the connector map.
getConnectorMessages() - Method in class com.mirth.connect.userutil.ImmutableMessage
Returns a map of connector messages associated with this message.
getConnectorMessages() - Method in class com.mirth.connect.userutil.ValueReplacerMessage
Returns a map of connector messages associated with this message.
getConnectorName() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getConnectorName() or the variable "connector" instead.
getConnectorName() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the name of the connector associated with this connector message.
getConnectorName() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Returns the name of the connector associated with this connector message.
getConnectorState(String, Number) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the current state of a deployed connector.
getContent() - Method in class com.mirth.connect.server.userutil.Attachment
Returns the content of the attachment as a byte array.
getContent(ContentType) - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves content associated with this connector message.
getContent() - Method in class com.mirth.connect.userutil.ImmutableMessageContent
Returns the actual content, as a string.
getContentType() - Method in class com.mirth.connect.userutil.ImmutableMessageContent
Returns the ContentType of this message content (e.g.
getContext() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
getCorrelationId() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getMessageId() instead.
getCurrentDate(String) - Static method in class com.mirth.connect.server.userutil.DateUtil
Formats the current date into a string according to a specified pattern.
getData() - Method in class com.mirth.connect.server.userutil.Attachment
Deprecated. This method is deprecated and will soon be removed. Please use getContent() instead.
getDataType() - Method in class com.mirth.connect.userutil.ImmutableMessageContent
Returns the data type (e.g.
getDate(String, String) - Static method in class com.mirth.connect.server.userutil.DateUtil
Parses a date string according to the specified pattern and returns a java.util.Date object.
getDateCreated() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getReceivedDate() instead.
getDefaultDeserializationProperties(String) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Returns a map of default properties used to customize how deserialization from XML to the data type is performed.
getDefaultSerializationProperties(String) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Returns a map of default properties used to customize how serialization from the data type to XML is performed.
getDeployedChannelName(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the name for a specified channel.
getDestinationMetaDataIds() - Method in class com.mirth.connect.server.userutil.RawMessage
Returns the list of integers (metadata IDs) representing which destinations to dispatch the message to.
getDestinationNameMap() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns a Map of destination connector names linked to their corresponding "d#" response map keys (where "#" is the destination connector metadata ID).
getDestinationNameMap() - Method in class com.mirth.connect.userutil.ImmutableMessage
Returns a Map of destination connector names linked to their corresponding "d#" response map keys (where "#" is the destination connector metadata ID).
getDICOMMessage(MessageObject) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use getDICOMMessage(connectorMessage) instead.
getDICOMMessage(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Re-attaches DICOM attachments with the header data in the connector message and returns the resulting merged data as a byte array.
getDICOMRawBytes(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Re-attaches DICOM attachments with the header data in the connector message and returns the resulting merged data as a byte array.
getDICOMRawData(MessageObject) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use getDICOMRawData(connectorMessage) instead.
getDICOMRawData(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Re-attaches DICOM attachments with the header data in the connector message and returns the resulting merged data as a Base64-encoded string.
getEDISerializer(String, String, String) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead.
getEncoded() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves encoded content associated with this connector message.
getEncodedData() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getEncodedData() instead.
getEncodedData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves encoded content associated with this connector message.
getEncodedData() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Retrieves encoded content associated with this connector message.
getEncodedDataProtocol() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getEncoded().getDataType() instead.
getError() - Method in class com.mirth.connect.server.userutil.ImmutableResponse
Returns the error string associated with this response, if it exists.
getError() - Method in class com.mirth.connect.userutil.Response
Returns the error string associated with this response, if it exists.
getErrorCount(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the error count statistic for a specific channel.
getErrorCount(String, Number) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the error count statistic for a specific connector.
getErrorResponse(String) - Static method in class com.mirth.connect.server.userutil.ResponseFactory
Returns a Response representing a erred message.
getErrors() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getProcessingError() instead.
getFailureResponse(String) - Static method in class com.mirth.connect.server.userutil.ResponseFactory
Deprecated. This method is deprecated and will soon be removed. Please use getErrorResponse(message) instead.
getFilteredCount(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the filtered count statistic for a specific channel.
getFilteredCount(String, Number) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the filtered count statistic for a specific connector.
getFilteredResponse(String) - Static method in class com.mirth.connect.server.userutil.ResponseFactory
Returns a Response representing a filtered message.
getFrom() - Method in class com.mirth.connect.server.userutil.SMTPConnection
Returns the FROM field being used for dispatched e-mail messages.
getHL7Serializer(boolean, boolean, boolean, boolean, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. The new method will now strip namespaces by default unless the 'stripNamespaces' property is set to false.
getHL7Serializer(boolean, boolean, boolean, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. The new method will now strip namespaces by default unless the 'stripNamespaces' property is set to false.
getHL7Serializer(boolean, boolean, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. The new method will now strip namespaces by default unless the 'stripNamespaces' property is set to false.
getHL7Serializer(boolean, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. The new method will now strip namespaces by default unless the 'stripNamespaces' property is set to false.
getHL7Serializer() - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. The new method will now strip namespaces by default unless the 'stripNamespaces' property is set to false.
getHost() - Method in class com.mirth.connect.server.userutil.SMTPConnection
Returns the SMTP server address.
getId() - Method in class com.mirth.connect.server.userutil.Attachment
Returns the unique ID for the attachment.
getId() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getMessageId() instead.
getId() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Deprecated. This method is deprecated and will soon be removed. Please use getMessageId() instead.
getMergedConnectorMessage() - Method in class com.mirth.connect.userutil.ImmutableMessage
Returns a "merged" connector message containing data from all connector messages combined.
getMessage() - Method in class com.mirth.connect.server.userutil.ImmutableResponse
Returns the actual response data, as a string.
getMessage() - Method in class com.mirth.connect.userutil.Response
Returns the actual response data, as a string.
getMessageAttachments(MessageObject) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Deprecated. This method is deprecated and will soon be removed. Please use getMessageAttachments(connectorMessage) instead.
getMessageAttachments(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Retrieves all attachments associated with a connector message.
getMessageAttachments(MessageObject) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use getAttachments() instead.
getMessageAttachments(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use getAttachments() instead.
getMessageId() - Method in class com.mirth.connect.server.userutil.Attachment
Deprecated. The Attachment.getMessageId() method is deprecated and will soon be removed. This method always returns an empty string.
getMessageId() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the sequential ID of the overall Message associated with this connector message.
getMessageId() - Method in class com.mirth.connect.userutil.ImmutableMessage
Returns the sequential ID of this message, as a Long.
getMessageId() - Method in class com.mirth.connect.userutil.ImmutableMessageContent
Returns the sequential ID of the overall Message associated with this message content.
getMessageId() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Returns the sequential ID of the overall Message associated with this connector message.
getMessageId() - Method in class com.mirth.connect.userutil.ValueReplacerMessage
Returns the sequential ID of this message, as a Long.
getMetaDataId() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the metadata ID of this connector message.
getMetaDataId() - Method in class com.mirth.connect.userutil.ImmutableMessageContent
Returns the metadata ID of the connector associated with this message content.
getMetaDataId() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Returns the metadata ID of this connector message.
getNCPDPSerializer(String, String, String, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead.
getNCPDPSerializer(String, String, String) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead.
getNewMessageStatus() - Method in class com.mirth.connect.server.userutil.ImmutableResponse
Returns the Status (e.g.
getPassword() - Method in class com.mirth.connect.server.userutil.SMTPConnection
Returns the password being used to authenticate to the SMTP server.
getPort() - Method in class com.mirth.connect.server.userutil.SMTPConnection
Returns the SMTP server port.
getProcessedRaw() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves processed raw content associated with this connector message.
getProcessedRawData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves processed raw content associated with this connector message.
getProcessedResponse() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves processed response content associated with this connector message.
getProcessedResponseData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves processed response content associated with this connector message.
getProcessingError() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the processing error string associated with this connector message, if it exists.
getProperties() - Method in class com.mirth.connect.server.userutil.MuleContext
Deprecated. This class is deprecated and will soon be removed.
getQueudResponse(String) - Static method in class com.mirth.connect.server.userutil.ResponseFactory
Deprecated. This method is deprecated and will soon be removed. Please use getQueuedResponse(message) instead.
getQueuedCount(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the queued count statistic for a specific channel.
getQueuedCount(String, Number) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the queued count statistic for a specific connector.
getQueuedResponse(String) - Static method in class com.mirth.connect.server.userutil.ResponseFactory
Returns a Response representing a queued message.
getRaw() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves raw content associated with this connector message.
getRawBytes() - Method in class com.mirth.connect.server.userutil.RawMessage
Returns the binary data (byte array) to be dispatched to a channel.
getRawData() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getRawData() instead.
getRawData() - Method in class com.mirth.connect.server.userutil.RawMessage
Returns the textual data to be dispatched to a channel.
getRawData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves raw content associated with this connector message.
getRawData() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Retrieves raw content associated with this connector message.
getRawDataProtocol() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getRaw().getDataType() instead.
getReceivedCount(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the received count statistic for a specific channel.
getReceivedCount(String, Number) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the received count statistic for a specific connector.
getReceivedDate() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the date/time that this connector message was created by the channel.
getReceivedDate() - Method in class com.mirth.connect.userutil.ImmutableMessage
Returns the original date/time that this message was created by the channel.
getReceivedDate() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Returns the date/time that this connector message was created by the channel.
getReceivedDate() - Method in class com.mirth.connect.userutil.ValueReplacerMessage
Returns the original date/time that this message was created by the channel.
getResponse(String) - Static method in class com.mirth.connect.server.userutil.ResponseFactory
Deprecated. This method is deprecated and will soon be removed. The UNKNOWN status has also been removed; this method will return a response with the SENT status instead.
getResponse() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves response content associated with this connector message.
getResponseData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves response content associated with this connector message.
getResponseDate() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the date/time immediately after this connector message's response is received.
getResponseError() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the response error string associated with this connector message, if it exists.
getResponseMap() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getResponseMap() or the variable "responseMap" instead.
getResponseMap() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the response map.
getResponseTransformed() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves transformed response content associated with this connector message.
getResponseTransformedData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves transformed response content associated with this connector message.
getSecure() - Method in class com.mirth.connect.server.userutil.SMTPConnection
Returns the encryption security layer being used for the SMTP connection (e.g "TLS" or "SSL").
getSendDate() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the date/time immediately before this connector message's most recent send attempt.
getSent() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves sent content associated with this connector message.
getSentCount(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the sent count statistic for a specific channel.
getSentCount(String, Number) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Get the sent count statistic for a specific connector.
getSentData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves sent content associated with this connector message.
getSentResponse(String) - Static method in class com.mirth.connect.server.userutil.ResponseFactory
Returns a Response representing a successfully sent message.
getSerializer(String) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Returns a serializer (with toXML and fromXML methods) for a given data type.
getSerializer(String, Map<String, Object>, Map<String, Object>) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Returns a serializer (with toXML and fromXML methods) for a given data type and properties.
getServerId() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getServerId() instead.
getServerId() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the ID of the server associated with this connector message.
getServerId() - Method in class com.mirth.connect.userutil.ImmutableMessage
Returns the ID of the server associated with this message.
getServerId() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Returns the ID of the server associated with this connector message.
getServerId() - Method in class com.mirth.connect.userutil.ValueReplacerMessage
Returns the ID of the server associated with this message.
getSize() - Method in class com.mirth.connect.server.userutil.Attachment
Deprecated. This method is deprecated and will soon be removed. Please use getContent().length instead.
getSliceCount(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Returns the number of slices in the fully-merged DICOM data associated with a given connector message.
getSocketTimeout() - Method in class com.mirth.connect.server.userutil.SMTPConnection
Returns the socket connection timeout value in milliseconds.
getSource() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use the "mirth_source" variable in the connector map instead.
getSource() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Deprecated. This method is deprecated and will soon be removed. Please use the "mirth_source" variable in the connector map instead.
getStatus() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getStatus() instead. Note that the UNKNOWN and ACCEPTED statuses are no longer valid.
getStatus() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Returns the status (e.g.
getStatus() - Method in class com.mirth.connect.userutil.Response
Returns the Status (e.g.
getStatus() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Returns the status (e.g.
getStatusMessage() - Method in class com.mirth.connect.server.userutil.ImmutableResponse
Returns a brief message explaining the reason for the current status.
getStatusMessage() - Method in class com.mirth.connect.userutil.Response
Returns a brief message explaining the reason for the current status.
getSuccessResponse(String) - Static method in class com.mirth.connect.server.userutil.ResponseFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSentResponse(message) instead.
getTransformed() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves transformed content associated with this connector message.
getTransformedData() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getTransformedData() instead.
getTransformedData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
Retrieves transformed content associated with this connector message.
getTransformedData() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Retrieves transformed content associated with this connector message.
getTransformedDataProtocol() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.getRaw().getDataType() instead.
getType() - Method in class com.mirth.connect.server.userutil.Attachment
Returns the MIME type of the attachment.
getType() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use the "mirth_type" variable in the connector map instead.
getType() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Deprecated. This method is deprecated and will soon be removed. Please use the "mirth_type" variable in the connector map instead.
getUsername() - Method in class com.mirth.connect.server.userutil.SMTPConnection
Returns the username being used to authenticate to the SMTP server.
getUUID() - Static method in class com.mirth.connect.server.userutil.UUIDGenerator
Returns a type 4 (pseudo randomly generated) UUID.
getVersion() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use the "mirth_version" variable in the connector map instead.
getVersion() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Deprecated. This method is deprecated and will soon be removed. Please use the "mirth_version" variable in the connector map instead.
getX12Serializer(boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
Deprecated. This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead.

H

haltChannel(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Halt a deployed channel.
hashCode() - Method in class com.mirth.connect.userutil.ResponseMap
 
HTTPUtil - Class in com.mirth.connect.server.userutil
Provides HTTP utility methods.

I

ImmutableConnectorMessage - Class in com.mirth.connect.userutil
This class represents a connector message and is used to retrieve details such as the message ID, metadata ID, status, and various content types.
ImmutableConnectorMessage(ConnectorMessage) - Constructor for class com.mirth.connect.userutil.ImmutableConnectorMessage
Instantiates a new ImmutableConnectorMessage object.
ImmutableConnectorMessage(ConnectorMessage, boolean) - Constructor for class com.mirth.connect.userutil.ImmutableConnectorMessage
Instantiates a new ImmutableConnectorMessage object.
ImmutableConnectorMessage(ConnectorMessage, boolean, Map<String, String>) - Constructor for class com.mirth.connect.userutil.ImmutableConnectorMessage
Instantiates a new ImmutableConnectorMessage object.
ImmutableMessage - Class in com.mirth.connect.userutil
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.
ImmutableMessage(Message) - Constructor for class com.mirth.connect.userutil.ImmutableMessage
Instantiates a new ImmutableMessage object.
ImmutableMessageContent - Class in com.mirth.connect.userutil
This class represents content associated with a connector message.
ImmutableMessageContent(MessageContent) - Constructor for class com.mirth.connect.userutil.ImmutableMessageContent
Instantiates a new ImmutableMessageContent object.
ImmutableResponse - Class in com.mirth.connect.server.userutil
This class represents a destination response and is used to retrieve details such as the response data, message status, and errors.
ImmutableResponse(Response) - Constructor for class com.mirth.connect.server.userutil.ImmutableResponse
Instantiates a new ImmutableResponse object.
initializeDriver(String) - Static method in class com.mirth.connect.server.userutil.DatabaseConnectionFactory
Initializes the specified JDBC driver.
isAttachment() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
isBinary() - Method in class com.mirth.connect.server.userutil.RawMessage
Returns a Boolean representing whether this object contains textual or binary data.
isChannelDeployed(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Check if a channel is currently deployed.
isEmpty() - Method in class com.mirth.connect.userutil.ResponseMap
 
isEncrypted() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
isProcessed() - Method in class com.mirth.connect.userutil.ImmutableMessage
Returns whether this message has finished processing through a channel.
isProcessed() - Method in class com.mirth.connect.userutil.ValueReplacerMessage
Returns whether this message has finished processing through a channel.
isUseAuthentication() - Method in class com.mirth.connect.server.userutil.SMTPConnection
Returns true if authentication is needed for the SMTP server, otherwise returns false.

K

keySet() - Method in class com.mirth.connect.userutil.ResponseMap
 

M

mergeHeaderAttachments(MessageObject, List<Attachment>) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use mergeHeaderAttachments(connectorMessage, attachments) instead.
mergeHeaderAttachments(ImmutableConnectorMessage, List<Attachment>) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Re-attaches DICOM attachments with the header data in the connector message and returns the resulting merged data as a Base-64 encoded String.
mergeHeaderPixelData(byte[], List<byte[]>) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Re-attaches DICOM attachments with the given header data and returns the resulting merged data as a Base-64 encoded String.
MessageObject - Class in com.mirth.connect.server.userutil
Deprecated. This class is deprecated and will soon be removed. Please refer to ImmutableConnectorMessage instead.
MessageObject(ImmutableConnectorMessage) - Constructor for class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
MuleContext - Class in com.mirth.connect.server.userutil
Deprecated. This class is deprecated and will soon be removed; it exists only for preprocessor legacy support. Please retrieve values from the channel map instead.
MuleContext(ImmutableConnectorMessage) - Constructor for class com.mirth.connect.server.userutil.MuleContext
Deprecated. This class is deprecated and will soon be removed. Please retrieve values from the channel map instead.

N

NCPDPUtil - Class in com.mirth.connect.server.userutil
Provides NCPDP utility methods.

P

parseHeaders(String) - Static method in class com.mirth.connect.server.userutil.HTTPUtil
Converts a block of HTTP header fields into a Map containing each header key and value.
pauseChannel(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Pause a deployed channel.
prettyPrint(String) - Static method in class com.mirth.connect.userutil.XmlUtil
Formats an XML string with indented markup.
put(String, Object) - Method in class com.mirth.connect.userutil.ResponseMap
 
putAll(Map<? extends String, ? extends Object>) - Method in class com.mirth.connect.userutil.ResponseMap
 

R

RawMessage - Class in com.mirth.connect.server.userutil
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.
RawMessage(String) - Constructor for class com.mirth.connect.server.userutil.RawMessage
Instantiates a RawMessage object to dispatch to a channel.
RawMessage(String, List<Integer>) - Constructor for class com.mirth.connect.server.userutil.RawMessage
Instantiates a RawMessage object to dispatch to a channel.
RawMessage(String, List<Integer>, Map<String, Object>) - Constructor for class com.mirth.connect.server.userutil.RawMessage
Instantiates a RawMessage object to dispatch to a channel.
RawMessage(byte[]) - Constructor for class com.mirth.connect.server.userutil.RawMessage
Instantiates a RawMessage object to dispatch to a channel.
RawMessage(byte[], List<Integer>) - Constructor for class com.mirth.connect.server.userutil.RawMessage
Instantiates a RawMessage object to dispatch to a channel.
RawMessage(byte[], List<Integer>, Map<String, Object>) - Constructor for class com.mirth.connect.server.userutil.RawMessage
Instantiates a RawMessage object to dispatch to a channel.
read(String) - Static method in class com.mirth.connect.server.userutil.FileUtil
Returns the contents of the file as a string, using the system default charset encoding.
readBytes(String) - Static method in class com.mirth.connect.server.userutil.FileUtil
Returns the contents of the file as a byte array.
reAttachMessage(String, ImmutableConnectorMessage, String, boolean) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Replaces any unique attachment tokens (e.g.
reAttachMessage(MessageObject) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Deprecated. This method is deprecated and will soon be removed. Please use reAttachMessage(connectorMessage) instead.
reAttachMessage(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Replaces any unique attachment tokens (e.g.
reAttachMessage(String, ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Replaces any unique attachment tokens (e.g.
reAttachMessage(MessageObject) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use AttachmentUtil.reAttachMessage(connectorMessage) instead.
reAttachMessage(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.DICOMUtil
Deprecated. This method is deprecated and will soon be removed. Please use AttachmentUtil.reAttachMessage(connectorMessage) instead.
reAttachRawMessage(MessageObject) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Deprecated. This method is deprecated and will soon be removed. Please use reAttachMessage(raw, connectorMessage) instead.
reAttachRawMessage(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
Deprecated. This method is deprecated and will soon be removed. Please use reAttachMessage(raw, connectorMessage) instead.
remove(Object) - Method in class com.mirth.connect.userutil.ResponseMap
 
Response - Class in com.mirth.connect.userutil
This class represents a channel or destination response and is used to retrieve details such as the response data, message status, and errors.
Response() - Constructor for class com.mirth.connect.userutil.Response
Instantiates a new Response object.
Response(String) - Constructor for class com.mirth.connect.userutil.Response
Instantiates a new Response object.
Response(Status, String) - Constructor for class com.mirth.connect.userutil.Response
Instantiates a new Response object.
Response(Status, String, String) - Constructor for class com.mirth.connect.userutil.Response
Instantiates a new Response object.
Response(Status, String, String, String) - Constructor for class com.mirth.connect.userutil.Response
Instantiates a new Response object.
Response(Response) - Constructor for class com.mirth.connect.userutil.Response
Instantiates a new Response object.
ResponseFactory - Class in com.mirth.connect.server.userutil
Provides methods to create Response objects.
ResponseMap - Class in com.mirth.connect.userutil
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.
ResponseMap(Map<String, Object>, Map<String, String>) - Constructor for class com.mirth.connect.userutil.ResponseMap
Instantiates a new ResponseMap object.
resumeChannel(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Resume a deployed channel.
rollback() - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
routeMessage(String, String) - Method in class com.mirth.connect.server.userutil.VMRouter
Dispatches a message to a channel, specified by the deployed channel name.
routeMessage(String, RawMessage) - Method in class com.mirth.connect.server.userutil.VMRouter
Dispatches a message to a channel, specified by the deployed channel name.
routeMessage(String, String, boolean) - Method in class com.mirth.connect.server.userutil.VMRouter
Deprecated. This method is deprecated and will soon be removed. Please use routeMessage(channelName, message) instead. The useQueue parameter will not be used. If you want the downstream channel to queue its message and return immediately upon receipt, enable the source queue on the source connector.
routeMessageByChannelId(String, Object, boolean) - Method in class com.mirth.connect.server.userutil.VMRouter
Deprecated. This method is deprecated and will soon be removed. Please use routeMessageByChannelId(channelId, message) instead. The useQueue parameter will not be used. If you want the downstream channel to queue its message and return immediately upon receipt, enable the source queue on the source connector.
routeMessageByChannelId(String, String) - Method in class com.mirth.connect.server.userutil.VMRouter
Dispatches a message to a channel, specified by the deployed channel ID.
routeMessageByChannelId(String, RawMessage) - Method in class com.mirth.connect.server.userutil.VMRouter
Dispatches a message to a channel, specified by the deployed channel ID.
rtfToPlainText(String, String) - Static method in class com.mirth.connect.server.userutil.FileUtil
Converts an RTF into plain text using the Swing RTFEditorKit.

S

send(String, String, String, String, String, String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sends an e-mail message.
send(String, String, String, String, String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sends an e-mail message.
send(String, String, String, String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sends an e-mail message.
sendAlert(String) - Method in class com.mirth.connect.server.userutil.AlertSender
Dispatches an error event that can be alerted on.
SerializerFactory - Class in com.mirth.connect.server.userutil
Used to create a serializer for a specific data type for conversion to and from XML.
setAttachment(boolean) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setAttachmentId(String) - Method in class com.mirth.connect.server.userutil.Attachment
Deprecated. This method is deprecated and will soon be removed. Please use setId(id) instead.
setAutoCommit(boolean) - Method in class com.mirth.connect.server.userutil.DatabaseConnection
Sets this connection's auto-commit mode to the given state.
setChannelId(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setChannelMap(Map) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setChannelMap(Map<String, Object>) - Method in class com.mirth.connect.server.userutil.RawMessage
Sets the channel map to be used at the beginning of the channel dispatch.
setConnectorMap(Map) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setConnectorName(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setContent(byte[]) - Method in class com.mirth.connect.server.userutil.Attachment
Sets the content of the attachment.
setContext(Map<String, Object>) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setCorrelationId(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setData(byte[]) - Method in class com.mirth.connect.server.userutil.Attachment
Deprecated. This method is deprecated and will soon be removed. Please use setContent(content) instead.
setDateCreated(Calendar) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setDestinationMetaDataIds(List<Integer>) - Method in class com.mirth.connect.server.userutil.RawMessage
Sets which destinations to dispatch the message to.
setEncodedData(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setEncodedDataProtocol(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setEncrypted(boolean) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setError(String) - Method in class com.mirth.connect.userutil.Response
Sets the error string to be associated with this response.
setErrors(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setFrom(String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sets the FROM field to use for dispatched e-mail messages.
setHost(String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sets the SMTP server address.
setId(String) - Method in class com.mirth.connect.server.userutil.Attachment
Sets the unique ID for the attachment.
setId(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setMessage(String) - Method in class com.mirth.connect.userutil.Response
Sets the response data.
setMessageId(String) - Method in class com.mirth.connect.server.userutil.Attachment
Deprecated. The Attachment.setMessageId(messageId) method is deprecated and will soon be removed. This method no longer does anything.
setPassword(String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sets the password to use to authenticate to the SMTP server.
setPort(String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sets the SMTP server port.
setRawData(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setRawDataProtocol(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setResponseMap(Map) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setSecure(String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sets the encryption security layer to use for the SMTP connection.
setServerId(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setSize(int) - Method in class com.mirth.connect.server.userutil.Attachment
Deprecated. The Attachment.setSize(size) method is deprecated and will soon be removed. This method no longer does anything.
setSocketTimeout(int) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sets the socket connection timeout value.
setSource(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please set the "mirth_source" variable in the connector map instead.
setStatus(Status) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setStatus(Status) - Method in class com.mirth.connect.userutil.Response
Sets the status of this response.
setStatusMessage(String) - Method in class com.mirth.connect.userutil.Response
Sets the status message to use for this response.
setTransformedData(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setTransformedDataProtocol(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed.
setType(String) - Method in class com.mirth.connect.server.userutil.Attachment
Sets the MIME type for the attachment.
setType(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please set the "mirth_type" variable in the connector map instead.
setUseAuthentication(boolean) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sets whether authentication is needed for the SMTP server.
setUsername(String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
Sets the username to use to authenticate to the SMTP server.
setVersion(String) - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please set the "mirth_version" variable in the connector map instead.
size() - Method in class com.mirth.connect.userutil.ResponseMap
 
SMTPConnection - Class in com.mirth.connect.server.userutil
Used to send e-mail messages.
SMTPConnection(String, String, int, boolean, String, String, String, String) - Constructor for class com.mirth.connect.server.userutil.SMTPConnection
Instantiates an SMTP connection used to send e-mail messages with.
SMTPConnection(String, String, boolean, String, String, String, String) - Constructor for class com.mirth.connect.server.userutil.SMTPConnection
Instantiates an SMTP connection used to send e-mail messages with.
SMTPConnectionFactory - Class in com.mirth.connect.server.userutil
Utility class used to create SMTPConnection object using the server's default SMTP settings.
startChannel(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Start a deployed channel.
startConnector(String, Integer) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Start a connector on a given channel.
Status - Enum in com.mirth.connect.userutil
Denotes the status of a connector message or response.
stopChannel(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Stop a deployed channel.
stopConnector(String, Integer) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Stop a connector on a given channel.

T

toAuditString() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.toString() instead.
toString() - Method in enum com.mirth.connect.server.userutil.DeployedState
 
toString() - Method in class com.mirth.connect.server.userutil.MessageObject
Deprecated. This class is deprecated and will soon be removed. Please use connectorMessage.toString() instead.
toString() - Method in enum com.mirth.connect.userutil.ContentType
 
toString() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
 
toString() - Method in class com.mirth.connect.userutil.ImmutableMessage
 
toString() - Method in class com.mirth.connect.userutil.Response
 
toString() - Method in class com.mirth.connect.userutil.ValueReplacerConnectorMessage
 
toString() - Method in class com.mirth.connect.userutil.ValueReplacerMessage
 

U

undeployChannel(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
Undeploy a channel.
UUIDGenerator - Class in com.mirth.connect.server.userutil
Utility class to create unique identifiers.

V

valueOf(String) - Static method in enum com.mirth.connect.server.userutil.DeployedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mirth.connect.userutil.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mirth.connect.userutil.Status
Returns the enum constant of this type with the specified name.
ValueReplacerConnectorMessage - Class in com.mirth.connect.userutil
This class represents a connector message and is used to retrieve details such as the message ID, metadata ID, status, and various content types.
ValueReplacerConnectorMessage(ImmutableConnectorMessage) - Constructor for class com.mirth.connect.userutil.ValueReplacerConnectorMessage
Instantiates an ValueReplacerConnectorMessage.
ValueReplacerMessage - Class in com.mirth.connect.userutil
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.
ValueReplacerMessage(ImmutableMessage) - Constructor for class com.mirth.connect.userutil.ValueReplacerMessage
Instantiates an ValueReplacerMessage object.
values() - Static method in enum com.mirth.connect.server.userutil.DeployedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mirth.connect.userutil.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.mirth.connect.userutil.ResponseMap
 
values() - Static method in enum com.mirth.connect.userutil.Status
Returns an array containing the constants of this enum type, in the order they are declared.
VMRouter - Class in com.mirth.connect.server.userutil
Utility class used to dispatch messages to channels.
VMRouter() - Constructor for class com.mirth.connect.server.userutil.VMRouter
Instantiates a VMRouter object.

W

write(String, boolean, String) - Static method in class com.mirth.connect.server.userutil.FileUtil
Writes a string to a specified file, creating the file if it does not exist.
write(String, boolean, byte[]) - Static method in class com.mirth.connect.server.userutil.FileUtil
Writes a byte array to a file, creating the file if it does not exist.

X

XmlUtil - Class in com.mirth.connect.userutil
Provides XML utility methods.

A B C D E F G H I K M N P R S T U V W X