Mirth

  •  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated SimpleSender
Updated SimpleSender
    • -0
    • +17
    /trunk/simplesender/.project
    • -0
    • +7
    /trunk/simplesender/.classpath
no_comment
no_comment
Updated mirth-crypto.jar: Moved the cipher objects inside the encrypt and decrypt methods so that they don't interfere with each other when the methods are run concurrently.…
Updated mirth-crypto.jar: Moved the cipher objects inside the encrypt and decrypt methods so that they don't interfere with each other when the methods are run concurrently.

Issue: MIRTH-2106

    • binary
    /trunk/command/lib/mirth-crypto.jar
Changed the updateAndSwitchUser method that runs in the main thread to be an updateCurrentUser method. Fixed bug in UpdateClient that was using the requestUser instead of the passed in user. This wa…
Changed the updateAndSwitchUser method that runs in the main thread to be an updateCurrentUser method. Fixed bug in UpdateClient that was using the requestUser instead of the passed in user. This was only a problem before because the requestUser could have been out of date if the updateUser thread hadn't completed yet.

Issue: MIRTH-2105

Upgraded JCIFS library from 1.2.22 to 1.3.17.…
Upgraded JCIFS library from 1.2.22 to 1.3.17.

Issue: MIRTH-2103

    • binary
    /trunk/server/lib/extensions/file/jcifs-1.3.17.jar
Updated splash screen image.
Updated splash screen image.
Removed semi-colon at the end of generated SQL queries in the Database Reader and Database Writer.…
Removed semi-colon at the end of generated SQL queries in the Database Reader and Database Writer.

Issue: MIRTH-2097

Updated versions from 2.2.0 to 2.2.1
Updated versions from 2.2.0 to 2.2.1
  1. … 23 more files in changeset.
Updated classpath of Command project.
Updated classpath of Command project.
Don't remove the message from the actual queue if the new status is QUEUED. Still remove it from the database so that a queued message doesn't show up in the message browser when only storing errored …
Don't remove the message from the actual queue if the new status is QUEUED. Still remove it from the database so that a queued message doesn't show up in the message browser when only storing errored messages.

Issue: MIRTH-2098

Added quotes around channelName and channelId for clarification.…
Added quotes around channelName and channelId for clarification.

Issue: MIRTH-2099

Added routeMessageByChannelId reference.…
Added routeMessageByChannelId reference.

Issue: MIRTH-2099

MIRTH-1994 and MIRTH-1984 - Updated message browser to format XML using XmlUtil. This removes all whitespace to pretty print xml nicer, and also still displays invalid XML as the original content rat…
MIRTH-1994 and MIRTH-1984 - Updated message browser to format XML using XmlUtil. This removes all whitespace to pretty print xml nicer, and also still displays invalid XML as the original content rather than not showing it at all.
Updated EofException to RuntimeIOException.…
Updated EofException to RuntimeIOException.

Issue: MIRTH-2036

Retrieve the inboundProtocol as a part of the TCP Worker so that it always exists as long as the TCP Worker is still around. Default back to the general channel cache if there is an issue getting it …
Retrieve the inboundProtocol as a part of the TCP Worker so that it always exists as long as the TCP Worker is still around. Default back to the general channel cache if there is an issue getting it from the deployed channel cache.

Issue: MIRTH-2095

All encrypted files now require a "{enc}" prefix in the content so that they can be read in and automatically decrypted. Files that do not include this prefix are read in normally and not decrypted.…
All encrypted files now require a "{enc}" prefix in the content so that they can be read in and automatically decrypted. Files that do not include this prefix are read in normally and not decrypted.

Issue: MIRTH-2088

    • binary
    /trunk/command/lib/mirth-crypto.jar
Reverted accidental commit in 5844.
Reverted accidental commit in 5844.
    • -1
    • +0
    /trunk/server/Mirth Connect Server.launch
Set the Client to use the encryption algorithm instead of the digest algorithm.…
Set the Client to use the encryption algorithm instead of the digest algorithm.

Issue: MIRTH-2091

Added bcprov to Client classpath.…
Added bcprov to Client classpath.

Issue: MIRTH-2091

no_comment
no_comment
    • -0
    • +1
    /trunk/server/Mirth Connect Server.launch
MIRTH-2078 - Store the root level when deserializing so that we can know whether or not to add missing delimiters. This allows for proper deserialization of just a segment, field, or a component.…
MIRTH-2078 - Store the root level when deserializing so that we can know whether or not to add missing delimiters. This allows for proper deserialization of just a segment, field, or a component.

MIRTH-2086 - Added check to add missing subcomponent delimiters when necessary.

Added JUnit tests and the test messages required for the HL7 Serializer.…
Added JUnit tests and the test messages required for the HL7 Serializer.

Issue: MIRTH-2083

    • -0
    • +7
    /trunk/server/tests/test-hl7-single-field-input.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-whitespace-input.txt
    • -0
    • +926
    /trunk/server/tests/test-hl7-batch-output.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-1636-output.txt
    • -0
    • +2
    /trunk/server/tests/test-hl7-missing-subcomponents-output.txt
    • -0
    • +58
    /trunk/server/tests/test-hl7-subcomponents-output.xml
    • -0
    • +22
    /trunk/server/tests/test-hl7-input.txt
    • -0
    • +91
    /trunk/server/tests/test-hl7-missing-components-input.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-missing-fields-output.txt
    • -0
    • +84
    /trunk/server/tests/test-hl7-missing-fields-input.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-missing-components-output.txt
    • -0
    • +908
    /trunk/server/tests/test-hl7-output.xml
    • -0
    • +56
    /trunk/server/tests/test-hl7-missing-subcomponents-input.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-subcomponents-input.txt
    • -0
    • +47
    /trunk/server/tests/test-hl7-1636-input.xml
  1. … 9 more files in changeset.
Changed all Base64 encoded Strings to be chunked. This was broken with the upgrade from commons-codec-1.4, which chunked by default, to commons-codec-1.5, which does not. Also upgraded to commons-co…
Changed all Base64 encoded Strings to be chunked. This was broken with the upgrade from commons-codec-1.4, which chunked by default, to commons-codec-1.5, which does not. Also upgraded to commons-codec-1.6.

Issue: MIRTH-2073

    • binary
    /trunk/client/lib/commons-codec-1.5.jar
    • binary
    /trunk/client/lib/commons-codec-1.6.jar
  1. … 13 more files in changeset.
Fixed bug where query parameters were not being sent when using multipart POST.…
Fixed bug where query parameters were not being sent when using multipart POST.

Issue: MIRTH-2075

Updated tooltips for buttons.…
Updated tooltips for buttons.

Issue: MIRTH-2074

Changed 'Open File'/'Process Binary File' buttons to 'Open Text File'/'Open Binary File'.…
Changed 'Open File'/'Process Binary File' buttons to 'Open Text File'/'Open Binary File'.

Changed the open binary file method to open the file correctly as Base64 encoded binary.

Added a browseForFileBytes method to Frame to properly load binary files into a byte array.

Changed TemplatePanel to load a binary file correctly for DICOM, and load files as text for other data types.

Issue: MIRTH-2074

Close the DicomOutputStream after copying the data stream.…
Close the DicomOutputStream after copying the data stream.

Issue: MIRTH-2072

Removed the key listener for Enter on the OK button for reprocessing a message and on the Generate button in the Database Dialog. MIRTH-2021 added this behavior to all buttons, so leaving these key l…
Removed the key listener for Enter on the OK button for reprocessing a message and on the Generate button in the Database Dialog. MIRTH-2021 added this behavior to all buttons, so leaving these key listeners cause the ok button actions to be triggered twice.

Issue: MIRTH-2038

Manually set Sun14ReflectionProvider as the ReflectionProvider, since Java 7 causes XStream to not use this.…
Manually set Sun14ReflectionProvider as the ReflectionProvider, since Java 7 causes XStream to not use this.

Issue: MIRTH-2070

no_comment
no_comment