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 the follow-up decision and the expected date of return.
	</p>
    
    CHANGED RULES - need to add Return Due only takes effect if follow-up option
    NOT changed - otherwise RD date handled in FU option change
	<h4>Rules:</h4>
	
    <p class="classname">
	1) Editing of an existing timeline selection (eg one month, six month, etc) where pack dispatch 
	date is in the future:
	<dl>
		<dt>with another timeline selection</dt>
		<dd>pack dispatch and pack return dates are 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 and pack return dates are adjusted to null dates (1999-01-01)</dd>
	</dl>
	</p>
	
    <p class="classname">
	2) Editing of an existing timeline selection (eg one month, six month, etc) where pack dispatch 
	date is in the past:
	<dl>
		<dt>with another timeline selection</dt>
		<dd>pack dispatch date unchanged; pack return date adjusted to reflect the new timeline; earliest
			pack return date is current date</dd>
		<dt>with a non-timeline selection (dead, other, return to clinic)</dt>
		<dd>no change to pack dispatch date; pack return date adjusted to null 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 and pack return dates are 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>date fields not involved</dd>
	</dl>
	</p>

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