- cancel(boolean) - Method in class com.mirth.connect.server.userutil.Future
- 
Attempts to cancel execution of this task. 
- Challenged(String) - Static method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Convenience method to create a new AuthenticationResult with the CHALLENGED status. 
- ChannelMap - Class in com.mirth.connect.server.userutil
- 
A wrapper class for the channel map that checks against the source map in the  get(key) method for legacy support. 
- ChannelMap(Map<String, Object>, Map<String, Object>) - Constructor for class com.mirth.connect.server.userutil.ChannelMap
- 
Instantiates a new ChannelMap object. 
- 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.server.userutil.ChannelMap
-  
- clear() - Method in class com.mirth.connect.server.userutil.SourceMap
-  
- clear() - Method in class com.mirth.connect.userutil.ListBuilder
- 
Removes all of the elements from this list (optional operation). 
- clear() - Method in class com.mirth.connect.userutil.MapBuilder
- 
Removes all of the mappings from this map (optional operation). 
- 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. 
- close() - Method in class com.mirth.connect.server.userutil.DatabaseConnection
- 
Closes the database connection. 
- columnUpdated(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- com.mirth.connect.plugins.httpauth.userutil - package com.mirth.connect.plugins.httpauth.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.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. 
- contains(Object) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Returns true if this list contains the specified element. 
- contains(String) - Method in class com.mirth.connect.userutil.MessageHeaders
- 
Check if headers exists for a given key. 
- contains(String) - Method in class com.mirth.connect.userutil.MessageParameters
- 
Check if parameters exist for a given key. 
- containsAll(Collection) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Returns true if this list contains all of the elements of the
 specified collection. 
- containsKey(Object) - Method in class com.mirth.connect.server.userutil.ChannelMap
-  
- containsKey(Object) - Method in class com.mirth.connect.server.userutil.SourceMap
-  
- containsKey(Object) - Method in class com.mirth.connect.userutil.MapBuilder
- 
Returns true if this map contains a mapping for the specified
 key. 
- containsKey(Object) - Method in class com.mirth.connect.userutil.ResponseMap
-  
- containsValue(Object) - Method in class com.mirth.connect.server.userutil.ChannelMap
-  
- containsValue(Object) - Method in class com.mirth.connect.server.userutil.SourceMap
-  
- containsValue(Object) - Method in class com.mirth.connect.userutil.MapBuilder
- 
Returns true if this map maps one or more keys to the
 specified value. 
- 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. 
- ContextFactory - Class in com.mirth.connect.server.userutil
- 
Allows the user to retrieve information about the current JavaScript context. 
- ContextFactory(MirthContextFactory) - Constructor for class com.mirth.connect.server.userutil.ContextFactory
- 
Instantiates a new ContextFactory object. 
- 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, 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, 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. 
- createAttachment(ImmutableConnectorMessage, Object, String, boolean) - 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) - 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) - Method in class com.mirth.connect.server.userutil.DatabaseConnectionFactory
- 
Instantiates and returns a new DatabaseConnection object with the given connection
 parameters. 
- createDatabaseConnection(String, String) - 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. 
- generateAckResponse(String, String, String) - Static method in class com.mirth.connect.server.userutil.ACKGenerator
- 
Generates an HL7 v2.x acknowledgment. 
- generateAckResponse(String, String, String, String, String, String) - Static method in class com.mirth.connect.server.userutil.ACKGenerator
- 
- generateAckResponse(String, boolean, String, String, String, String) - Static method in class com.mirth.connect.server.userutil.ACKGenerator
- 
Generates an HL7 v2.x acknowledgment. 
- get(Object) - Method in class com.mirth.connect.server.userutil.ChannelMap
- 
Returns the value to which the specified key is mapped, or null if this map contains no
 mapping for the key. 
- get() - Method in class com.mirth.connect.server.userutil.Future
- 
Waits if necessary for the computation to complete, and then retrieves its result. 
- get(long) - Method in class com.mirth.connect.server.userutil.Future
- 
Waits if necessary for at most the given time for the computation to complete, and then
 retrieves its result, if available. 
- get(long, TimeUnit) - Method in class com.mirth.connect.server.userutil.Future
- 
Waits if necessary for at most the given time for the computation to complete, and then
 retrieves its result, if available. 
- get(Object) - Method in class com.mirth.connect.server.userutil.SourceMap
-  
- get(int) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Returns the element at the specified position in this list. 
- get(Object) - Method in class com.mirth.connect.userutil.MapBuilder
- 
Returns the value to which the specified key is mapped,
 or nullif this map contains no mapping for the key.
 
- get(String) - Method in class com.mirth.connect.userutil.MessageHeaders
- 
- get(String) - Method in class com.mirth.connect.userutil.MessageParameters
- 
- 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. 
- getArray(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getAsciiStream(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getAttachmentId() - Method in class com.mirth.connect.server.userutil.Attachment
- 
Returns the unique replacement token for the attachment. 
- getAttachmentId() - Method in class com.mirth.connect.userutil.ImmutableAttachment
- 
Returns the unique replacement token for the attachment. 
- getAttachments() - Method in class com.mirth.connect.userutil.ImmutableMessage
- 
Returns a list of attachments associated with this message. 
- getBigDecimal(String, int) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getBigDecimal(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getBinaryStream(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getBlob(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getBoolean(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getByte(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getBytes(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- 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. 
- getChannelIds() - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Get all channel Ids. 
- getChannelMap() - Method in class com.mirth.connect.server.userutil.RawMessage
- 
- getChannelMap() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Returns the channel map. 
- getChannelName(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Get the name for a channel. 
- getChannelName() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Returns the Name of the channel associated with this connector message. 
- getChannelNames() - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Get all channels names. 
- getChannelState(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Get the current state of a channel. 
- getCharacterStream(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getClassLoader() - Method in class com.mirth.connect.server.userutil.ContextFactory
- 
Returns the application classloader that the current JavaScript context is using. 
- getClob(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- 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.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. 
- getConnectorName() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
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 connector. 
- getContent() - Method in class com.mirth.connect.server.userutil.Attachment
- 
Returns the content of the attachment as a byte array. 
- getContent() - Method in class com.mirth.connect.userutil.ImmutableAttachment
- 
Returns the content of the attachment as a byte array. 
- getContent(ContentType) - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
- getContent() - Method in class com.mirth.connect.userutil.ImmutableMessageContent
- 
Returns the actual content, as a string. 
- getContentString() - Method in class com.mirth.connect.server.userutil.Attachment
- 
Returns the content of the attachment as a string, using UTF-8 encoding. 
- getContentString(String) - Method in class com.mirth.connect.server.userutil.Attachment
- 
Returns the content of the attachment as a string, using the specified charset encoding. 
- getContentType() - Method in class com.mirth.connect.userutil.ImmutableMessageContent
- 
Returns the ContentType of this message content (e.g. 
- getCurrentDate(String) - Static method in class com.mirth.connect.server.userutil.DateUtil
- 
Formats the current date into a string according to a specified pattern. 
- 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. 
- getDate(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getDate(String, Calendar) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- 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. 
- getDeployedChannelId(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Get the id for a deployed channel. 
- getDeployedChannelIds() - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Get all deployed channel Ids. 
- getDeployedChannelName(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Get the name for a deployed channel. 
- getDeployedChannelNames() - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Get all deployed channels names. 
- getDestinationIdMap() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Returns a Map of destination connector names linked to their corresponding connector metadata
 ID. 
- getDestinationIdMap() - Method in class com.mirth.connect.userutil.ImmutableMessage
- 
Returns a Map of destination connector names linked to their corresponding connector metadata
 ID. 
- getDestinationMetaDataIds() - Method in class com.mirth.connect.server.userutil.RawMessage
- 
Returns the collection of integers (metadata IDs) representing which destinations to dispatch
 the message to. 
- getDestinationNameMap() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
- getDestinationNameMap() - Method in class com.mirth.connect.userutil.ImmutableMessage
- 
- 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(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. 
- getDouble(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getEDISerializer(String, String, String) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- getEncoded() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Retrieves encoded content associated with this connector message. 
- getEncodedData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Retrieves encoded content associated with this connector message. 
- 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. 
- 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. 
- getFloat(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getFrom() - Method in class com.mirth.connect.server.userutil.SMTPConnection
- 
Returns the FROM field being used for dispatched e-mail messages. 
- getHeader(String) - Method in class com.mirth.connect.userutil.MessageHeaders
- 
Get the first header value for the given key. 
- getHeaderList(String) - Method in class com.mirth.connect.userutil.MessageHeaders
- 
Get all header values for the given key. 
- getHL7Serializer(boolean, boolean, boolean, boolean, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- getHL7Serializer(boolean, boolean, boolean, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- getHL7Serializer(boolean, boolean, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- getHL7Serializer(boolean, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- getHL7Serializer() - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- 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.userutil.ImmutableAttachment
- 
Returns the unique ID for the attachment. 
- getImportChannelId() - Method in class com.mirth.connect.userutil.ImmutableMessage
- 
Returns the ID of the original channel this message was reprocessed from. 
- getImportId() - Method in class com.mirth.connect.userutil.ImmutableMessage
- 
Returns the ID of the original message this one was imported from. 
- getInt(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getIsolatedClassLoader() - Method in class com.mirth.connect.server.userutil.ContextFactory
- 
Returns a classloader containing only the libraries contained in the custom resources, with
 no parent classloader. 
- getKeys() - Method in class com.mirth.connect.userutil.MessageHeaders
- 
Get all header keys. 
- getKeys() - Method in class com.mirth.connect.userutil.MessageParameters
- 
Get all parameter keys. 
- getLong(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- 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. 
- getMessageAttachment(ImmutableConnectorMessage, String) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves an attachment from the current channel/message ID. 
- getMessageAttachment(ImmutableConnectorMessage, String, boolean) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves an attachment from the current channel/message ID. 
- getMessageAttachment(String, Long, String) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves an attachment from a specific channel/message ID. 
- getMessageAttachment(String, Long, String, boolean) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves an attachment from a specific channel/message ID. 
- getMessageAttachmentIds(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Returns a List of attachment IDs associated with the current channel / message. 
- getMessageAttachmentIds(String, Long) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Returns a List of attachment IDs associated with the current channel / message. 
- getMessageAttachments(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves all attachments associated with a connector message. 
- getMessageAttachments(ImmutableConnectorMessage, boolean) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves all attachments associated with a connector message. 
- getMessageAttachments(String, Long) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves all attachments associated with a specific channel/message ID. 
- getMessageAttachments(String, Long, boolean) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves all attachments associated with a specific channel/message ID. 
- getMessageAttachmentsFromSourceChannel(ImmutableConnectorMessage) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves an attachment from an upstream channel that sent a message to the current channel. 
- getMessageAttachmentsFromSourceChannel(ImmutableConnectorMessage, boolean) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Retrieves an attachment from an upstream channel that sent a message to the current channel. 
- getMessageContent(ContentType) - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Retrieves content associated with this connector message. 
- 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. 
- 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. 
- getNCPDPSerializer(String, String, String, boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- getNCPDPSerializer(String, String, String) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- getNewMessageStatus() - Method in class com.mirth.connect.server.userutil.ImmutableResponse
- 
Returns the Status (e.g. 
- getObject(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getObject(String, Map<String, Class<?>>) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getOriginalId() - Method in class com.mirth.connect.userutil.ImmutableMessage
- 
Returns the ID of the original message this one was reprocessed from. 
- getParameter(String) - Method in class com.mirth.connect.userutil.MessageParameters
- 
Get the first parameter value for the given key. 
- getParameterList(String) - Method in class com.mirth.connect.userutil.MessageParameters
- 
Get all parameter values for the given key. 
- 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. 
- getPostProcessorError() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Returns the postprocessing error string associated with this connector message, if it exists. 
- 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. 
- 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.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. 
- getRealm() - Method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Returns the realm that the request has been authenticated with. 
- 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
- 
- getRef(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getResourceIds() - Method in class com.mirth.connect.server.userutil.ContextFactory
- 
Returns the set of custom resource IDs that the current JavaScript context is using. 
- 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. 
- getResponseHeaders() - Method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Returns the map of HTTP headers to be sent along with the authentication response. 
- 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"). 
- getSendAttempts() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Returns the number of times this message has been attempted to be dispatched by the
 connector. 
- getSendDate() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Returns the date/time immediately before this connector message's most recent send attempt. 
- 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. 
- 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.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. 
- getShort(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- 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. 
- getSourceMap() - Method in class com.mirth.connect.server.userutil.RawMessage
- 
Returns the source map to be used at the beginning of the channel dispatch. 
- getSourceMap() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Returns the source map. 
- getStatus() - Method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Returns the accept/reject status of the authentication attempt. 
- 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. 
- 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. 
- getString(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getTime(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getTime(String, Calendar) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getTimestamp(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getTimestamp(String, Calendar) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getTransformed() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Retrieves transformed content associated with this connector message. 
- getTransformedData() - Method in class com.mirth.connect.userutil.ImmutableConnectorMessage
- 
Retrieves transformed content associated with this connector message. 
- getType() - Method in class com.mirth.connect.server.userutil.Attachment
- 
Returns the MIME type of the attachment. 
- getType() - Method in class com.mirth.connect.userutil.ImmutableAttachment
- 
Returns the MIME type of the attachment. 
- getUnicodeStream(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getURL(String) - Method in class com.mirth.connect.server.userutil.MirthCachedRowSet
-  
- getUsername() - Method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Returns the username that the request has been authenticated with. 
- 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. 
- getX12Serializer(boolean) - Static method in class com.mirth.connect.server.userutil.SerializerFactory
- 
- 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 source map. 
- RawMessage(String) - Constructor for class com.mirth.connect.server.userutil.RawMessage
- 
Instantiates a RawMessage object to dispatch to a channel. 
- RawMessage(String, Collection<Number>) - Constructor for class com.mirth.connect.server.userutil.RawMessage
- 
Instantiates a RawMessage object to dispatch to a channel. 
- RawMessage(String, Collection<Number>, 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[], Collection<Number>) - Constructor for class com.mirth.connect.server.userutil.RawMessage
- 
Instantiates a RawMessage object to dispatch to a channel. 
- RawMessage(byte[], Collection<Number>, 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(String, ImmutableConnectorMessage, String, boolean, boolean, boolean) - Static method in class com.mirth.connect.server.userutil.AttachmentUtil
- 
Replaces any unique attachment tokens (e.g. 
- 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. 
- remove(Object) - Method in class com.mirth.connect.server.userutil.ChannelMap
-  
- remove(Object) - Method in class com.mirth.connect.server.userutil.DestinationSet
- 
Stop a destination from being processed for this message. 
- remove(Collection<Object>) - Method in class com.mirth.connect.server.userutil.DestinationSet
- 
Stop a destination from being processed for this message. 
- remove(Object) - Method in class com.mirth.connect.server.userutil.SourceMap
-  
- remove(Object) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Removes the first occurrence of the specified element from this list,
 if it is present (optional operation). 
- remove(int) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Removes the element at the specified position in this list (optional
 operation). 
- remove(Object) - Method in class com.mirth.connect.userutil.MapBuilder
- 
Removes the mapping for a key from this map if it is present
 (optional operation). 
- remove(Object) - Method in class com.mirth.connect.userutil.ResponseMap
-  
- removeAll() - Method in class com.mirth.connect.server.userutil.DestinationSet
- 
Stop all destinations from being processed for this message. 
- removeAll(Collection) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Removes from this list all of its elements that are contained in the
 specified collection (optional operation). 
- removeAllExcept(Object) - Method in class com.mirth.connect.server.userutil.DestinationSet
- 
Stop all except one destination from being processed for this message. 
- removeAllExcept(Collection<Object>) - Method in class com.mirth.connect.server.userutil.DestinationSet
- 
Stop all except one destination from being processed for this message. 
- resetStatistics(String) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Reset all statistics for a specific channel. 
- resetStatistics(String, Integer) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Reset all statistics for the specified connector on the given channel. 
- resetStatistics(String, Integer, Collection<Status>) - Static method in class com.mirth.connect.server.userutil.ChannelUtil
- 
Reset the specified statistics for the specified connector on the given channel. 
- 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, Integer>) - 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. 
- retainAll(Collection) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Retains only the elements in this list that are contained in the
 specified collection (optional operation). 
- 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. 
- 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. 
- 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. 
- set(int, Object) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Replaces the element at the specified position in this list with the
 specified element (optional operation). 
- setAutoCommit(boolean) - Method in class com.mirth.connect.server.userutil.DatabaseConnection
- 
Sets this connection's auto-commit mode to the given state. 
- setChannelMap(Map<String, Object>) - Method in class com.mirth.connect.server.userutil.RawMessage
- 
- setContent(byte[]) - Method in class com.mirth.connect.server.userutil.Attachment
- 
Sets the content of the attachment. 
- setContentString(String) - Method in class com.mirth.connect.server.userutil.Attachment
- 
Sets the content of the attachment, using UTF-8 encoding. 
- setContentString(String, String) - Method in class com.mirth.connect.server.userutil.Attachment
- 
Sets the content of the attachment, using the specified charset encoding. 
- setDestinationMetaDataIds(Collection<Number>) - Method in class com.mirth.connect.server.userutil.RawMessage
- 
Sets which destinations to dispatch the message to. 
- setError(String) - Method in class com.mirth.connect.userutil.Response
- 
Sets the error string to be associated with this response. 
- 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. 
- setMessage(String) - Method in class com.mirth.connect.userutil.Response
- 
Sets the response data. 
- 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. 
- setRealm(String) - Method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Sets the realm that the request has been authenticated with. 
- setResponseHeaders(Map<String, List<String>>) - Method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Sets the map of HTTP headers to be sent along with the authentication response. 
- setSecure(String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
- 
Sets the encryption security layer to use for the SMTP connection. 
- setSocketTimeout(int) - Method in class com.mirth.connect.server.userutil.SMTPConnection
- 
Sets the socket connection timeout value. 
- setSourceMap(Map<String, Object>) - Method in class com.mirth.connect.server.userutil.RawMessage
- 
Sets the source map to be used at the beginning of the channel dispatch. 
- setStatus(AuthStatus) - Method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Sets the accept/reject status of the authentication attempt. 
- 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. 
- setType(String) - Method in class com.mirth.connect.server.userutil.Attachment
- 
Sets the MIME type for the attachment. 
- 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.plugins.httpauth.userutil.AuthenticationResult
- 
Sets the username that the request has been authenticated with. 
- setUsername(String) - Method in class com.mirth.connect.server.userutil.SMTPConnection
- 
Sets the username to use to authenticate to the SMTP server. 
- size() - Method in class com.mirth.connect.server.userutil.ChannelMap
-  
- size() - Method in class com.mirth.connect.server.userutil.SourceMap
-  
- size() - Method in class com.mirth.connect.userutil.ListBuilder
- 
Returns the number of elements in this list. 
- size() - Method in class com.mirth.connect.userutil.MapBuilder
- 
Returns the number of key-value mappings in this map. 
- 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. 
- SourceMap - Class in com.mirth.connect.server.userutil
-  
- SourceMap(Map<String, Object>) - Constructor for class com.mirth.connect.server.userutil.SourceMap
- 
Instantiates a new SourceMap object. 
- 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. 
- subList(int, int) - Method in class com.mirth.connect.userutil.ListBuilder
- 
Returns a view of the portion of this list between the specified
 fromIndex, inclusive, and toIndex, exclusive. 
- Success() - Static method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Convenience method to create a new AuthenticationResult with the SUCCESS status. 
- Success(String, String) - Static method in class com.mirth.connect.plugins.httpauth.userutil.AuthenticationResult
- 
Convenience method to create a new AuthenticationResult with the SUCCESS status.