RSS Git Download  Clone
Raw Blame History
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
    <title>Help: Edit Outreach Follow up</title>
    <link rel="stylesheet" type="text/css" href="/css/help.css" />
</head>

<body>
    <h1>Edit Outreach Follow Up Decision</h1>
    
    <p class="classname">
        Allows editing of ONE of the following, in order of precedence:
        <ul>
            <li>follow-up decision</li>
            <li>pack dispatch due date (if not already sent)</li>
            <li>expected date of return</li>
        </ul>
        Pack sent date is for information only and is not editable.
	</p>
    
	<h4>Rules:</h4>
	
    <p class="classname">
        1) Editing of an existing timeline selection (eg one month, six month, etc)
        <b>where pack dispatch date is in the future</b>:
        <dl>
            <dt>with another timeline selection</dt>
            <dd>pack dispatch date is adjusted to reflect the new timeline
              <!-- earliest pack dispatch date is current date -->
            </dd>
            <dt>with a non-timeline option (dead, other, return to clinic)</dt>
            <dd>
                existing pack dispatch date is adjusted to null date (1999-01-01)
            </dd>
        </dl>
	</p>
	
    <p class="classname">
        2) Editing of an existing timeline selection (eg one month, six month, etc)
            <b>where pack dispatch date is in the past</b>:
        <dl>
            <dt>with another timeline selection</dt>
            <dd>pack return due date is adjusted to reflect the new timeline;
                no change to pack dispatch date</dd>
            <dt>with a non-timeline selection (dead, other, return to clinic)</dt>
            <dd>pack return date adjusted to null date (1999-01-01); no change to
                pack dispatch date <!-- unless date already elapsed --></dd>
        </dl>
	</p>

	<p class="classname">
        3) Editing of an existing non-timeline selection (eg dead, other, return
            to clinic):
        <dl>
            <dt>with a timeline option (eg one month, six month, etc)</dt>
            <dd>pack dispatch date calculated as registration date + n months
                - 14 days <!-- earliest pack dispatch date is current date -->
            </dd>
            <dt>with a non-timeline option (dead, other, return to clinic)</dt>
            <dd>date fields not involved</dd>
        </dl>
	</p>

	<h4><a name="notes">Notes</a>:</h4>
	<dl>
		<dt>Rule for setting Outreach pack dispatch due date:</dt>
		<dd>registration date + n months - 14 days</dd>
	</dl>
		
	<p class="indent">Rules for amending Outreach follow-up value:</p>
	<ol>
		<li>Follow-up option: if pack not already sent, pack dispatch date is
            adjusted, otherwise pack return due date is adjusted</li>
		<li>Pack dispatch due date: can only edit a future date </li>
		<li>Pack sent date: read-only if it exists (set during pack dispatch logging) 
            - for information only, can never be edited</li>
		<li>Pack return due date: field is only displayed if date already calculated 
            during pack dispatch logging, and is always editable</li>
	</ol>
	
    <form method="post">
        <p align="center">
            <input type="button" value="Close Window" onclick="window.close()">
        </p>
    </form>
</body>
</html>