RSS Git Download  Clone
Raw Blame History
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
    <title>Help: Email Contacts</title>
    <link rel="stylesheet" type="text/css" href="/css/help.css" />
</head>
<body>
    <h1>Email Contacts</h1>
    
    <p class="classname">
    Email contacts are used for notifying MDT co-ordinators of new or relapsed
    diagnoses, and for dispatching reports in PDF format to nominated recipients.
    Other contacts can be added for the purpose of receiving other types of
    information, subject to the configuration of an external process (eg
    cron script, batch file) as appropriate (see examples below).    
    </p>
    
    <p class="classname">
    Required fields are:
    <dl>
        <dt>Display name</dt>
        <dd>abbreviated name for the contact centre in the drop-down menus (eg Newtown)</dd>
        
        <dt>Scope</dt>
        <dd>options are department, hospital &amp; organisation (see examples below)</dd>        

        <dt>Source</dt>
        <dd>equivalent to the hospital where the contact is based (eg Newtown General
            Infirmary) - must exist in the referral sources table</dd>
        
        <dt>Type</dt>
        <dd>options are mdt, report &amp; other (see examples below)</dd>
        
        <dt>Contact address</dt>
        <dd>valid email address - should comply with local regulations regarding
            communication of confidential information
        </dd>
    </dl>
    </p>

    <p class="title">EXAMPLES</p>
    <dl>
        <dt>1) The MDT co-ordinator of Greater Newtown Trust requires notification
        of all new &amp; relapsed diagnoses for all the hospitals in the division
        (Newtown District Hospital, Newtown General Infirmary, etc):
        </dt>
        <dd>Type = 'mdt', Scope = 'organisation'</dd>
        
        <dt>2) Newtown General Infirmary have requested electronic copies of their
            reports, but don't want reports for Newtown District Hospital:</dt>
        <dd>Type = 'report', Scope = 'hospital'</dd>
        
        <dt>3) The cancer waiting times co-ordinator at Newtown General Infirmary
        requires a copy of all reports for all the hospitals in the Greater Newtown
        Trust:</dt>
        <dd>Type = 'report', Scope = 'organisation'</dd>
        
        <dt>4) The department of neuropathology at Newtown General Infirmary has
        requested notification of all new cases of cerebral lymphoma, or the
        paediatric department request notification of all new cases &lt;18 of age
        (an external process will    need to be configured to service this request):
        </dt>
        <dd>Type = 'other', Scope = 'department' </dd>       
    </dl>

    <form method="post">
        <p align="center">
            <input type="button" value="Close Window" onclick="window.close()">
        </p>
    </form>
</body>
</html>