RSS Git Download  Clone
Raw Blame History
[% META title="Initial Screen » Edit" %]

    [% # PROCESS dumper.tt dump = initial_screen %]
    [% # PROCESS dumper.tt dump = screen_terms %]
    
    [% INCLUDE record/patient_summary.tt %]

    <h3>Change initial screen:</h3>
    
    [% PROCESS screen/showhide.tt %]
 
    <p class="indent">
        <span class="info">INFO:
        [% IF c.query.param('skip_new_tests') %]request is reported. Will NOT
            request new test(s)[% ELSE %]will automatically request new laboratory
            tests as required. Any existing tests will NOT be overwritten[% END %].
        </span>
    </p>
    
    <form action="[% app_url %]/screen/update/[% c.param('id') %]">
        [% IF c.query.param('skip_new_tests') %]
            <input type="hidden" name="_skip_new_tests" value="1" />
        [% END %]
        <p>Initial screen:
            [% PROCESS screen/screen_category_select.tt %]
            [% site.html.submit %]
            [% site.html.reset %]
        </p>
        
        <p>[% site.html.back_button %]</p>
    </form>