Mitch Dempsey

Fixed the Dicom message handler being completely ignored by DCM4CHE…
Fixed the Dicom message handler being completely ignored by DCM4CHE

Issue: MIRTH-1867

  1. /trunk/server/src/org/dcm4che2/tool/dcmrcv
    • -0
    • +70
    /trunk/server/src/org/dcm4che2/tool/dcmrcv/MirthDcmRcv.java
Added a selector field to the connector that will pickup the "selector" field on the client. JMS connectors should now respect selector settings.…
Added a selector field to the connector that will pickup the "selector" field on the client. JMS connectors should now respect selector settings.

Issue: MIRTH-1775

Renamed column to be NAME instead of EVENT…
Renamed column to be NAME instead of EVENT

Issue: MIRTH-1664

    • -1
    • +1
    /trunk/server/dbconf/oracle/oracle-database.sql
* Updated password requirements to allow for minimum values for each character type.…
* Updated password requirements to allow for minimum values for each character type.

* Refactored usage of Vector to List

Reviewed by: GB

Issue: MIRTH-1725

* Updated password requirements to allow for minimum values for each character type.…
* Updated password requirements to allow for minimum values for each character type.

* Refactored usage of Vector to List

Reviewed by: GB

Issue: MIRTH-1725

Removed "destinations" from the property list when the message is sent to JMS. This should ensure that messages are processed properly even once they are received by different channels.…
Removed "destinations" from the property list when the message is sent to JMS. This should ensure that messages are processed properly even once they are received by different channels.

Issue: MIRTH-1689

Updated Mirth to use dcm4che 2.0.25 to fix data in UNknown tags.…
Updated Mirth to use dcm4che 2.0.25 to fix data in UNknown tags.

Reviewed by: GB

Issue: MIRTH-1572

Updated Mirth to use dcm4che 2.0.25 to fix data in UNknown tags.…
Updated Mirth to use dcm4che 2.0.25 to fix data in UNknown tags.

Reviewed by: GB

Issue: MIRTH-1572

    • binary
    /trunk/server/lib/extensions/dimse/dcm4che-core-2.0.25.jar
    • binary
    /trunk/server/lib/extensions/dimse/slf4j-api-1.6.1.jar
    • binary
    /trunk/server/lib/extensions/dimse/slf4j-log4j12-1.6.1.jar
    • binary
    /trunk/server/lib/extensions/dimse/dcm4che-net-2.0.25.jar
  1. … 3 more files in changeset.
* Added padding to the numbers …
* Added padding to the numbers

* Centered the revision number

Issue: MIRTH-1723

* Setting numbers to be right-aligned so that they can be compared at-a-glance…
* Setting numbers to be right-aligned so that they can be compared at-a-glance

Issue: MIRTH-1723

Added a "Map Segment" option to right click on inbound transformer nodes, and Ctrl+Drag also maps the segment.…
Added a "Map Segment" option to right click on inbound transformer nodes, and Ctrl+Drag also maps the segment.

Issue: MIRTH-1482

Adjusted column sizes …
Adjusted column sizes

Issue: MIRTH-1643

Added last deployed time indicator/revision delta to channel list and dashboard…
Added last deployed time indicator/revision delta to channel list and dashboard

MIRTH-1643

MIRTH-1646

MIRTH-1647

Added a NumberCellComparator to sort the numerical cells…
Added a NumberCellComparator to sort the numerical cells

Issue: MIRTH-1662

* Added stacktrace printing to all Servlets.…
* Added stacktrace printing to all Servlets.

* Set LogOutputStream to say "Server Error" instead of the classname

Issue: MIRTH-1629

* Fixed the base64 encoder to regard all templates as not base64 encoded unless they have an encoding attribute set to "base64"…
* Fixed the base64 encoder to regard all templates as not base64 encoded unless they have an encoding attribute set to "base64"

Issue: MIRTH-1563

* Import now works for 2.0.0 and 1.8.2…
* Import now works for 2.0.0 and 1.8.2

Issue: MIRTH-1563

Removed a comment.
Removed a comment.
Fixing one of the regex expressions to not be as greedy.…
Fixing one of the regex expressions to not be as greedy.

Issue: MIRTH-1563

Added base64 encoding to all inbound and outbound templates in transformers…
Added base64 encoding to all inbound and outbound templates in transformers

Issue: MIRTH-1563

Changing logger.error to logger.debug for MuleEngine shutdown …
Changing logger.error to logger.debug for MuleEngine shutdown

Issue: MIRTH-1566

Added shutdown hook list to Mirth to enable MuleManager to add a shutdown hook after Mirth's…
Added shutdown hook list to Mirth to enable MuleManager to add a shutdown hook after Mirth's

Issue: MIRTH-1566

    • -1
    • +4
    /trunk/server/src/org/mule/MuleManager.java
Wrapped the addToken method in a null check to ensure the current token is not null.…
Wrapped the addToken method in a null check to ensure the current token is not null.

Issue: MIRTH-1568

* Refactored operation names to constants…
* Refactored operation names to constants

Reviewed by GB

Issue: MIRTH-1552

    • -0
    • +104
    /trunk/server/src/com/mirth/connect/client/core/Operations.java
Added a special case to fix HL7 messages with MSH.2 as ^~& to be correctly parsed as ^~\&…
Added a special case to fix HL7 messages with MSH.2 as ^~& to be correctly parsed as ^~\&

Issue: MIRTH-1544

Added support for SQLite as one of the database libraries in connectors…
Added support for SQLite as one of the database libraries in connectors

Issue: MIRTH-1538

    • binary
    /trunk/server/lib/database/sqlitejdbc-v056.jar
If the $payload is empty and the request type is POST or PUT then we disable the channel…
If the $payload is empty and the request type is POST or PUT then we disable the channel

Issue: MIRTH-1533

Set the tooltip dismiss timer to be an hour long (that way the tooltips will remain visible until you mouse out... or wait really still for an hour)…
Set the tooltip dismiss timer to be an hour long (that way the tooltips will remain visible until you mouse out... or wait really still for an hour)

Issue: MIRTH-1531

Fixed import converter to map $payload variable to the Content variable in 2.0…
Fixed import converter to map $payload variable to the Content variable in 2.0

Issue: MIRTH-1533

Removed an extra import that we don't need
Removed an extra import that we don't need