Fixes #5539 Toggle Messages Received Confirmation (#5541)
commit2469e376e0165ef0407a03e0fe27475af71b7cb7
authorStephen Nielson <snielson@discoverandchange.com>
Thu, 23 Jun 2022 14:31:42 +0000 (23 08:31 -0600)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 14:31:42 +0000 (23 08:31 -0600)
treedecb5aa8c4b379e1f537ebc961bd33bc0b7fd40d
parentfde6634cd161408b2da3d80ca16a023cd53b93ab
Fixes #5539 Toggle Messages Received Confirmation (#5541)

We were not supporting the message disposition notification check with
EMRDirect.  This is an ONC requirement in order to support immediate
confirmation that a recipient received the message.  I added a globals
setting and a flag on the messages page to support this use.

The carecoordination will use whatever the globals setting is set to.
ccr/transmitCCD.php
interface/main/messages/trusted-messages-ajax.php
interface/main/messages/trusted-messages.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/EncountermanagerTable.php
library/globals.inc.php
src/Common/DirectMessaging/ErrorConstants.php