Deprecated API


Contents
Deprecated Classes
com.mirth.connect.server.userutil.MessageObject
          This class is deprecated and will soon be removed. Please refer to ImmutableConnectorMessage instead. 
com.mirth.connect.server.userutil.MuleContext
          This class is deprecated and will soon be removed; it exists only for preprocessor legacy support. Please retrieve values from the channel map instead. 
 

Deprecated Methods
com.mirth.connect.server.userutil.MessageObject.clone()
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.DICOMUtil.convertDICOM(String, MessageObject)
          This method is deprecated and will soon be removed. Please use convertDICOM(imageType, connectorMessage) instead. 
com.mirth.connect.server.userutil.DICOMUtil.convertDICOM(String, MessageObject, boolean)
          This method is deprecated and will soon be removed. Please use convertDICOM(imageType, connectorMessage, autoThreshold) instead. 
com.mirth.connect.server.userutil.DICOMUtil.dicomToJpg(int, ImmutableConnectorMessage, boolean)
          This method is deprecated and will soon be removed. Please use convertDICOMToByteArray(imageType, connectorMessage, sliceIndex, autoThreshold) instead. 
com.mirth.connect.server.userutil.DICOMUtil.dicomToJpg(int, MessageObject, boolean)
          This method is deprecated and will soon be removed. Please use convertDICOMToByteArray(imageType, connectorMessage, sliceIndex, autoThreshold) instead. 
com.mirth.connect.server.userutil.MessageObject.equals(Object)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.ACKGenerator.generateAckResponse(String, String, String, String, String, String)
          This method is deprecated and will soon be removed. Please use generateAckResponse(message, isXML, acknowledgementCode, textMessage, dateFormat, errorMessage) instead. 
com.mirth.connect.server.userutil.MessageObject.getChannelId()
          This class is deprecated and will soon be removed. Please use connectorMessage.getChannelId() or the variable "channelId" instead. 
com.mirth.connect.server.userutil.MessageObject.getChannelMap()
          This class is deprecated and will soon be removed. Please use connectorMessage.getChannelMap() or the variable "channelMap" instead. 
com.mirth.connect.server.userutil.RawMessage.getChannelMap()
          This method is deprecated and will soon be removed. Please use RawMessage.getSourceMap() instead. 
com.mirth.connect.server.userutil.MessageObject.getConnectorMap()
          This class is deprecated and will soon be removed. Please use connectorMessage.getConnectorMap() or the variable "connectorMap" instead. 
com.mirth.connect.server.userutil.MessageObject.getConnectorName()
          This class is deprecated and will soon be removed. Please use connectorMessage.getConnectorName() or the variable "connector" instead. 
com.mirth.connect.server.userutil.MessageObject.getContext()
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.getCorrelationId()
          This class is deprecated and will soon be removed. Please use connectorMessage.getMessageId() instead. 
com.mirth.connect.server.userutil.Attachment.getData()
          This method is deprecated and will soon be removed. Please use getContent() instead. 
com.mirth.connect.server.userutil.MessageObject.getDateCreated()
          This class is deprecated and will soon be removed. Please use connectorMessage.getReceivedDate() instead. 
com.mirth.connect.server.userutil.DICOMUtil.getDICOMMessage(MessageObject)
          This method is deprecated and will soon be removed. Please use getDICOMMessage(connectorMessage) instead. 
com.mirth.connect.server.userutil.DICOMUtil.getDICOMRawData(MessageObject)
          This method is deprecated and will soon be removed. Please use getDICOMRawData(connectorMessage) instead. 
com.mirth.connect.server.userutil.SerializerFactory.getEDISerializer(String, String, String)
          This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. 
com.mirth.connect.server.userutil.MessageObject.getEncodedData()
          This class is deprecated and will soon be removed. Please use connectorMessage.getEncodedData() instead. 
com.mirth.connect.server.userutil.MessageObject.getEncodedDataProtocol()
          This class is deprecated and will soon be removed. Please use connectorMessage.getEncoded().getDataType() instead. 
com.mirth.connect.server.userutil.MessageObject.getErrors()
          This class is deprecated and will soon be removed. Please use connectorMessage.getProcessingError() instead. 
com.mirth.connect.server.userutil.ResponseFactory.getFailureResponse(String)
          This method is deprecated and will soon be removed. Please use getErrorResponse(message) instead. 
com.mirth.connect.server.userutil.SerializerFactory.getHL7Serializer()
          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. 
com.mirth.connect.server.userutil.SerializerFactory.getHL7Serializer(boolean, boolean)
          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. 
com.mirth.connect.server.userutil.SerializerFactory.getHL7Serializer(boolean, boolean, boolean)
          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. 
com.mirth.connect.server.userutil.SerializerFactory.getHL7Serializer(boolean, boolean, boolean, boolean)
          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. 
com.mirth.connect.server.userutil.SerializerFactory.getHL7Serializer(boolean, boolean, boolean, boolean, boolean)
          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. 
com.mirth.connect.server.userutil.MessageObject.getId()
          This class is deprecated and will soon be removed. Please use connectorMessage.getMessageId() instead. 
com.mirth.connect.userutil.ValueReplacerConnectorMessage.getId()
          This method is deprecated and will soon be removed. Please use getMessageId() instead. 
com.mirth.connect.server.userutil.DICOMUtil.getMessageAttachments(ImmutableConnectorMessage)
          This method is deprecated and will soon be removed. Please use getAttachments() instead. 
com.mirth.connect.server.userutil.DICOMUtil.getMessageAttachments(MessageObject)
          This method is deprecated and will soon be removed. Please use getAttachments() instead. 
com.mirth.connect.server.userutil.AttachmentUtil.getMessageAttachments(MessageObject)
          This method is deprecated and will soon be removed. Please use getMessageAttachments(connectorMessage) instead. 
com.mirth.connect.server.userutil.Attachment.getMessageId()
          The Attachment.getMessageId() method is deprecated and will soon be removed. This method always returns an empty string. 
com.mirth.connect.server.userutil.SerializerFactory.getNCPDPSerializer(String, String, String)
          This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. 
com.mirth.connect.server.userutil.SerializerFactory.getNCPDPSerializer(String, String, String, boolean)
          This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. 
com.mirth.connect.server.userutil.MuleContext.getProperties()
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.ResponseFactory.getQueudResponse(String)
          This method is deprecated and will soon be removed. Please use getQueuedResponse(message) instead. 
com.mirth.connect.server.userutil.MessageObject.getRawData()
          This class is deprecated and will soon be removed. Please use connectorMessage.getRawData() instead. 
com.mirth.connect.server.userutil.MessageObject.getRawDataProtocol()
          This class is deprecated and will soon be removed. Please use connectorMessage.getRaw().getDataType() instead. 
com.mirth.connect.userutil.ImmutableMessage.getReceivedDate()
          This method is deprecated and will soon be removed. This method currently returns the received date of the source connector message. 
com.mirth.connect.userutil.ValueReplacerMessage.getReceivedDate()
          This method is deprecated and will soon be removed. This method currently returns the received date of the source connector message. 
com.mirth.connect.server.userutil.ResponseFactory.getResponse(String)
          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. 
com.mirth.connect.server.userutil.MessageObject.getResponseMap()
          This class is deprecated and will soon be removed. Please use connectorMessage.getResponseMap() or the variable "responseMap" instead. 
com.mirth.connect.userutil.ImmutableConnectorMessage.getSent()
          This method is deprecated and will soon be removed. Please use map variables to retrieve post-replacement data instead. This method will always return null. 
com.mirth.connect.userutil.ImmutableConnectorMessage.getSentData()
          This method is deprecated and will soon be removed. Please use map variables to retrieve post-replacement data instead. This method will always return null. 
com.mirth.connect.server.userutil.MessageObject.getServerId()
          This class is deprecated and will soon be removed. Please use connectorMessage.getServerId() instead. 
com.mirth.connect.server.userutil.Attachment.getSize()
          This method is deprecated and will soon be removed. Please use getContent().length instead. 
com.mirth.connect.server.userutil.MessageObject.getSource()
          This class is deprecated and will soon be removed. Please use the "mirth_source" variable in the connector map instead. 
com.mirth.connect.userutil.ValueReplacerConnectorMessage.getSource()
          This method is deprecated and will soon be removed. Please use the "mirth_source" variable in the connector map instead. 
com.mirth.connect.server.userutil.MessageObject.getStatus()
          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. 
com.mirth.connect.server.userutil.ResponseFactory.getSuccessResponse(String)
          This method is deprecated and will soon be removed. Please use getSentResponse(message) instead. 
com.mirth.connect.server.userutil.MessageObject.getTransformedData()
          This class is deprecated and will soon be removed. Please use connectorMessage.getTransformedData() instead. 
com.mirth.connect.server.userutil.MessageObject.getTransformedDataProtocol()
          This class is deprecated and will soon be removed. Please use connectorMessage.getRaw().getDataType() instead. 
com.mirth.connect.server.userutil.MessageObject.getType()
          This class is deprecated and will soon be removed. Please use the "mirth_type" variable in the connector map instead. 
com.mirth.connect.userutil.ValueReplacerConnectorMessage.getType()
          This method is deprecated and will soon be removed. Please use the "mirth_type" variable in the connector map instead. 
com.mirth.connect.server.userutil.MessageObject.getVersion()
          This class is deprecated and will soon be removed. Please use the "mirth_version" variable in the connector map instead. 
com.mirth.connect.userutil.ValueReplacerConnectorMessage.getVersion()
          This method is deprecated and will soon be removed. Please use the "mirth_version" variable in the connector map instead. 
com.mirth.connect.server.userutil.SerializerFactory.getX12Serializer(boolean)
          This method is deprecated and will soon be removed. Please use getSerializer(dataType, serializationPropertiesMap, deserializationPropertiesMap) instead. 
com.mirth.connect.server.userutil.MessageObject.isAttachment()
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.isEncrypted()
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.DICOMUtil.mergeHeaderAttachments(MessageObject, List)
          This method is deprecated and will soon be removed. Please use mergeHeaderAttachments(connectorMessage, attachments) instead. 
com.mirth.connect.server.userutil.DICOMUtil.reAttachMessage(ImmutableConnectorMessage)
          This method is deprecated and will soon be removed. Please use AttachmentUtil.reAttachMessage(connectorMessage) instead. 
com.mirth.connect.server.userutil.DICOMUtil.reAttachMessage(MessageObject)
          This method is deprecated and will soon be removed. Please use AttachmentUtil.reAttachMessage(connectorMessage) instead. 
com.mirth.connect.server.userutil.AttachmentUtil.reAttachMessage(MessageObject)
          This method is deprecated and will soon be removed. Please use reAttachMessage(connectorMessage) instead. 
com.mirth.connect.server.userutil.AttachmentUtil.reAttachRawMessage(ImmutableConnectorMessage)
          This method is deprecated and will soon be removed. Please use reAttachMessage(raw, connectorMessage) instead. 
com.mirth.connect.server.userutil.AttachmentUtil.reAttachRawMessage(MessageObject)
          This method is deprecated and will soon be removed. Please use reAttachMessage(raw, connectorMessage) instead. 
com.mirth.connect.server.userutil.VMRouter.routeMessage(String, String, boolean)
          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. 
com.mirth.connect.server.userutil.VMRouter.routeMessageByChannelId(String, Object, boolean)
          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. 
com.mirth.connect.server.userutil.MessageObject.setAttachment(boolean)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.Attachment.setAttachmentId(String)
          This method is deprecated and will soon be removed. Please use setId(id) instead. 
com.mirth.connect.server.userutil.MessageObject.setChannelId(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setChannelMap(Map)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.RawMessage.setChannelMap(Map)
          This method is deprecated and will soon be removed. Please use setSourceMap(sourceMap) instead. 
com.mirth.connect.server.userutil.MessageObject.setConnectorMap(Map)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setConnectorName(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setContext(Map)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setCorrelationId(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.Attachment.setData(byte[])
          This method is deprecated and will soon be removed. Please use setContent(content) instead. 
com.mirth.connect.server.userutil.MessageObject.setDateCreated(Calendar)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setEncodedData(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setEncodedDataProtocol(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setEncrypted(boolean)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setErrors(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setId(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.Attachment.setMessageId(String)
          The Attachment.setMessageId(messageId) method is deprecated and will soon be removed. This method no longer does anything. 
com.mirth.connect.server.userutil.MessageObject.setRawData(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setRawDataProtocol(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setResponseMap(Map)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setServerId(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.Attachment.setSize(int)
          The Attachment.setSize(size) method is deprecated and will soon be removed. This method no longer does anything. 
com.mirth.connect.server.userutil.MessageObject.setSource(String)
          This class is deprecated and will soon be removed. Please set the "mirth_source" variable in the connector map instead. 
com.mirth.connect.server.userutil.MessageObject.setStatus(Status)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setTransformedData(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setTransformedDataProtocol(String)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MessageObject.setType(String)
          This class is deprecated and will soon be removed. Please set the "mirth_type" variable in the connector map instead. 
com.mirth.connect.server.userutil.MessageObject.setVersion(String)
          This class is deprecated and will soon be removed. Please set the "mirth_version" variable in the connector map instead. 
com.mirth.connect.server.userutil.MessageObject.toAuditString()
          This class is deprecated and will soon be removed. Please use connectorMessage.toString() instead. 
com.mirth.connect.server.userutil.MessageObject.toString()
          This class is deprecated and will soon be removed. Please use connectorMessage.toString() instead. 
 

Deprecated Constructors
com.mirth.connect.server.userutil.MessageObject(ImmutableConnectorMessage)
          This class is deprecated and will soon be removed. 
com.mirth.connect.server.userutil.MuleContext(ImmutableConnectorMessage)
          This class is deprecated and will soon be removed. Please retrieve values from the channel map instead.