templates/documents/general_view.html
{** * general document view * * @package OpenEMR * @link https://www.open-emr.org * @author Brady Miller * @copyright Copyright (c) 2017-2019 Brady Miller * @author Jerry Padgett * @copyright Copyright (c) 2018-2021 Jerry Padgett * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 *}
|
| | {if !$hide_encryption}
{xlt t='Encryption Pass Phrase'}: {xlt t='download encrypted file'} {/if} {$file->get_hash_algo_title()|text} {xlt t='Hash'}:
{$file->get_hash()|text}
{xlt t='Rename'}:
{xlt t='Date'}:
{$ISSUES_LIST} {xlt t='Update'}
{$tree_html_listbox}{xlt t='Move to Patient PID'} {xlt t='Move'}
{xlt t='Tag to Encounter'} {$ENC_LIST}{xlt t='clear'}{xlt t='Create Encounter'}{xlt t='Visit Category'}{$VISIT_CATEGORY_LIST} {xlt t='submit'}
{xlt t='Tag to Procedure'} {$TAG_PROCEDURE_LIST} {xlt t='Submit'}{xlt t='Clear'}
{xlt t='Notes'}
{xlt t='Add Note'} {xlt t='Email'} {xlt t='Send'}
{if $notes} {foreach name=note_loop from=$notes item=note} {xlt t='Note'} #{$note->get_id()|text} {xlt t='Date:'} {$note->get_date()|text} {$note->get_note()|text} {if $note->get_owner()} -{$note->getOwnerName()|text} {/if} {/foreach} {/if}
| | {if $file->get_mimetype() eq "image/tiff" or $file->get_mimetype() eq "text/plain"} {elseif $file->get_mimetype() eq "image/png" or $file->get_mimetype() eq "image/jpg" or $file->get_mimetype() eq "image/jpeg" or $file->get_mimetype() eq "image/gif" or $file->get_mimetype() eq "application/pdf" } {elseif $file->get_mimetype() eq "application/dicom" or $file->get_mimetype() eq "application/dicom+zip"} {elseif $file->get_mimetype() eq "audio/ogg" or $file->get_mimetype() eq "audio/wav" or $file->get_mimetype() eq "audio/mpeg"} {xlt t='Your browser does not support HTML5 audio'} {elseif $file->get_ccr_type($file->get_id()) ne "CCR" and $file->get_ccr_type($file->get_id()) ne "CCD"} {/if} |