RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% component.name %] -->
	<script type="text/javascript" src="/js/balloontip.js"></script>

	<div id="service_email" class="balloonstyle" style="width: 350px">
		must be a valid email address for your domain (eg &lt;service_name&gt;@nhs.net)
		- can be same as admin email address
	</div>
    
	<div id="smtp" class="balloonstyle" style="width: 350px">
		needs to be set to a valid SMTP server address (can be 'localhost' if a
		local mail server is configured) to enable application email delivery
	</div>

	<div id="app_name" class="balloonstyle" style="width: 350px">
		title of application - appears in title bar in page header
	</div>

	<div id="server_username" class="balloonstyle" style="width: 350px">
		local name of application server - NB a matching username MUST exist in
        users table - is used for request_history for logging application actions
	</div>

	<div id="domains" class="balloonstyle" style="width: 350px">
		comma-delimited list of permitted domains for sending reports by email
		eg nhs.net
	</div>

	<div id="org_prefix" class="balloonstyle" style="width: 350px">
		parent organisation code for service location (eg RR8, RAE, RBL)
        - see Admin / Referral Information / Parent Organisations
	</div>

	<div id="min_length" class="balloonstyle" style="width: 350px">
		minimum number of characters to activate AJAX function on input fields
	</div>
	
	<div id="search_hits" class="balloonstyle" style="width: 350px">
		number of records to display per page
	</div>
	
	<div id="notes_display" class="balloonstyle" style="width: 350px">
		display section notes on report form
	</div>
	
	<div id="data_types" class="balloonstyle" style="width: 350px">
		data types used in lab test results entry (eg numeric, text, qualitative)
	</div>
	
	<div id="lab_test_data_types" class="balloonstyle" style="width: 350px">
		configure lab test data types for results entry
	</div>
	
	<div id="status_opts" class="balloonstyle" style="width: 350px">
		status options used for changing lab test status in worklists (eg
		new, setup, complete)
	</div>
	
	<div id="result_opts" class="balloonstyle" style="width: 350px">
		lab test results drop-down menu options (eg good, poor, 50, trisomy)
	</div>
	
	<div id="change_opts" class="balloonstyle" style="width: 350px">
		reasons for change of diagnosis
	</div>
	
	<div id="auto_request" class="balloonstyle" style="width: 350px">
		define lab tests auto-requested by specimen type
	</div>
	
	<div id="section_opts" class="balloonstyle" style="width: 350px">
		define status options used in each lab section
	</div>
	
	<div id="diagnosis_tests" class="balloonstyle" style="width: 350px">
		auto-request new lab tests for diagnosis
	</div>
	
	<div id="context_info" class="balloonstyle" style="width: 350px">
		diagnosis-specific additional comments appended to report
	</div>

	<div id="unreported_duration" class="balloonstyle" style="width: 350px">
		worklist "Request status" unreported requests duration
	</div>

	<div id="network_restriction" class="balloonstyle" style="width: 350px">
		restrict non-network users to own records
	</div>

    <div id="display_all_cases" class="balloonstyle" style="width: 350px">
        display list of all cases or just new/relapsed cases
    </div>
	
    <div id="request_audit" class="balloonstyle" style="width: 350px">
        audit reason for request
    </div>
	
    <div id="specimen_filter" class="balloonstyle" style="width: 350px">
        filter worklists by specimen type
    </div>
<!-- END [% component.name %] -->