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

    <p class="classname">
        Add a new lab test. Options are:
    </p>
    
    <ol id="id">
        <li>Field label</li>
        <li>Test name</li>
        <li>Lab section</li>
        <li>Field type</li>
        <li>Active</li>
    </ol>
        
    <h4>Field label</h4>
    <p class="classname">
        How the new lab test will be displayed on web pages. 
    </p>
    
    <h4>Test name</h4>
    <p class="classname">
        Internal (private) name for lab test. Will not appear on web pages.
        Must be unique to particular lab section, and cannot contain spaces.
        Different lab sections can have the same test name. 
    </p>
    
    
    <h4>Lab section</h4>
    <p class="classname">
        Which lab section does this test belong to. There must be at least 1 lab
        section already defined. If the lab test requires a results summary
        section it will needs to be registered under its own lab section name.
    </p>
    
    <h4>Field type</h4>
    <p class="classname">
        Options are checkbox, textbox and textarea:
    </p>
    <ul>
        <li>
        Select 'checkbox' for tests which are intended to carry request status
        information, eg new request,  test pending, test complete.
        </li>
        <li>Select 'textbox' for tests intended to carry short summary information,
        such as dates, audit summaries, etc, up to about 20 characters in length.
        </li>
        <li>Select 'textarea' for fields intended to contain more extensive
        information, such as sets of intructions and details of any local
        modification of selected tests. <em>NOTE</em>: this field type changes
        the way information is displayed during the allocation of initial screen
        tests and should <b>only</b> be used for fields which are not tests
        themselves but are intended to display instruction-type information. 
        </li>
    </ul>

    <p class="classname">
        The field type can be edited later without any change to the information
        already contained in the test field. This parameter only affects the
        visual layout of information displayed in the templates.
    </p>
    
     <h4>Active</h4>
    <p class="classname">
        Flag for whether the test is currently active. Defaults to 'yes'. Can be
        switched on and off as required without loss of existing data. This parameter
        only affects whether the test is available at the time of test allocation
        on a new request.
    
    <form method="post">
        <p align="center">
            <input type="button" value="Close Window" onclick="window.close()">
        </p>
    </form>
</body>
</html>