| Method and Description | 
|---|
| 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.userutil.MessageParameters.get(String)
 This method is deprecated and will soon be removed. Please use getParameter(key)
             or getParameterList(key) instead. 
 | 
| com.mirth.connect.userutil.MessageHeaders.get(String)
 This method is deprecated and will soon be removed. Please use getHeader(key) or
             getHeaderList(key) 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.userutil.ImmutableConnectorMessage.getContent(ContentType)
 The getContent(contentType) method has been deprecated and will soon be removed.
             Please use getMessageContent(contentType) instead. 
 | 
| com.mirth.connect.userutil.ImmutableConnectorMessage.getDestinationNameMap()
 This method is deprecated and will soon be removed. Please use
              
getDestinationIdMap() instead. | 
| com.mirth.connect.userutil.ImmutableMessage.getDestinationNameMap()
 This method is deprecated and will soon be removed. Please use
              
getDestinationIdMap() 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.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.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.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.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.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.RawMessage.setChannelMap(Map This method is deprecated and will soon be removed. Please use
              
setSourceMap(sourceMap) instead. | 
| Constructor and Description | 
|---|
| com.mirth.connect.server.userutil.ACKGenerator() |