1283 |
01 Feb 11 |
nicklas |
1 |
<%@ page |
1283 |
01 Feb 11 |
nicklas |
2 |
pageEncoding="UTF-8" |
1283 |
01 Feb 11 |
nicklas |
3 |
session="false" |
1283 |
01 Feb 11 |
nicklas |
4 |
import="net.sf.basedb.core.Application" |
1283 |
01 Feb 11 |
nicklas |
5 |
import="net.sf.basedb.core.User" |
1283 |
01 Feb 11 |
nicklas |
6 |
import="net.sf.basedb.core.DbControl" |
1283 |
01 Feb 11 |
nicklas |
7 |
import="net.sf.basedb.core.SessionControl" |
1283 |
01 Feb 11 |
nicklas |
8 |
import="net.sf.basedb.clients.web.Base" |
1283 |
01 Feb 11 |
nicklas |
9 |
import="net.sf.basedb.clients.web.util.HTML" |
1538 |
21 Feb 12 |
nicklas |
10 |
import="net.sf.basedb.clients.web.extensions.ExtensionsControl" |
1283 |
01 Feb 11 |
nicklas |
11 |
import="net.sf.basedb.util.Values" |
1283 |
01 Feb 11 |
nicklas |
12 |
%> |
1283 |
01 Feb 11 |
nicklas |
13 |
<%@ taglib prefix="base" uri="/WEB-INF/base.tld" %> |
1283 |
01 Feb 11 |
nicklas |
14 |
<%@ taglib prefix="p" uri="/WEB-INF/path.tld" %> |
1283 |
01 Feb 11 |
nicklas |
15 |
<% |
3976 |
26 May 16 |
nicklas |
16 |
final SessionControl sc = Base.getExistingSessionControl(request, "net.sf.basedb.reggie", true); |
1283 |
01 Feb 11 |
nicklas |
17 |
final String ID = sc.getId(); |
1283 |
01 Feb 11 |
nicklas |
18 |
final float scale = Base.getScale(sc); |
1538 |
21 Feb 12 |
nicklas |
19 |
final String home = ExtensionsControl.getHomeUrl("net.sf.basedb.reggie"); |
1283 |
01 Feb 11 |
nicklas |
20 |
DbControl dc = null; |
1283 |
01 Feb 11 |
nicklas |
21 |
try |
1283 |
01 Feb 11 |
nicklas |
22 |
{ |
1283 |
01 Feb 11 |
nicklas |
23 |
dc = sc.newDbControl(); |
1283 |
01 Feb 11 |
nicklas |
24 |
final User user = User.getById(dc, sc.getLoggedInUserId()); |
1283 |
01 Feb 11 |
nicklas |
25 |
%> |
1283 |
01 Feb 11 |
nicklas |
26 |
<base:page type="default" > |
2617 |
01 Sep 14 |
nicklas |
27 |
<base:head |
2617 |
01 Sep 14 |
nicklas |
28 |
scripts="~../reggie-2.js,~persinfo.js" |
2617 |
01 Sep 14 |
nicklas |
29 |
styles="path.css,~../css/reggie-2.css" |
3602 |
16 Nov 15 |
nicklas |
30 |
> |
3602 |
16 Nov 15 |
nicklas |
31 |
<style> |
6510 |
03 Dec 21 |
nicklas |
32 |
.yellow td:not(.help) |
3726 |
28 Jan 16 |
nicklas |
33 |
{ |
3602 |
16 Nov 15 |
nicklas |
34 |
background-color: #FFFFC0; |
3602 |
16 Nov 15 |
nicklas |
35 |
} |
3602 |
16 Nov 15 |
nicklas |
36 |
</style> |
3602 |
16 Nov 15 |
nicklas |
37 |
</base:head> |
2617 |
01 Sep 14 |
nicklas |
38 |
<base:body> |
1283 |
01 Feb 11 |
nicklas |
39 |
|
1538 |
21 Feb 12 |
nicklas |
40 |
<p:path><p:pathelement |
1915 |
21 Mar 13 |
nicklas |
41 |
title="Reggie" href="<%="../index.jsp?ID="+ID%>" |
6510 |
03 Dec 21 |
nicklas |
42 |
/><p:pathelement title="Pathology referral form registration" |
1538 |
21 Feb 12 |
nicklas |
43 |
/></p:path> |
1283 |
01 Feb 11 |
nicklas |
44 |
|
1538 |
21 Feb 12 |
nicklas |
45 |
<div class="content"> |
2617 |
01 Sep 14 |
nicklas |
46 |
<form name="reggie" id="wizard" class="wizard"> |
1283 |
01 Feb 11 |
nicklas |
47 |
|
1283 |
01 Feb 11 |
nicklas |
<!-- 1. Case + Personal number --> |
2617 |
01 Sep 14 |
nicklas |
49 |
<div class="step" id="step-1"> |
2617 |
01 Sep 14 |
nicklas |
50 |
<div class="step-no">1</div> |
2617 |
01 Sep 14 |
nicklas |
51 |
<div class="step-title">Enter Case Name and Personal Number</div> |
2617 |
01 Sep 14 |
nicklas |
52 |
<div class="step-content"> |
2617 |
01 Sep 14 |
nicklas |
53 |
|
2617 |
01 Sep 14 |
nicklas |
54 |
<table class="step-form"> |
6510 |
03 Dec 21 |
nicklas |
55 |
<tr id="waitingCasesSection" style="display: none;"> |
6510 |
03 Dec 21 |
nicklas |
56 |
<td class="subprompt"><span id="num-waiting-cases"></span></td> |
6510 |
03 Dec 21 |
nicklas |
57 |
<td class="input"> |
6510 |
03 Dec 21 |
nicklas |
58 |
<span id="select-waiting-case" class="link">Select<img src="../images/marked.png" style="vertical-align: baseline; margin-left: 2px;"> |
6510 |
03 Dec 21 |
nicklas |
59 |
</span> |
6510 |
03 Dec 21 |
nicklas |
60 |
<div id="select-case" class="menu vertical bg-filled-100" |
6510 |
03 Dec 21 |
nicklas |
61 |
style="z-index: 2; display: none; width: 20em; min-height: 12em; max-height: 25em; overflow: auto;"> |
6510 |
03 Dec 21 |
nicklas |
62 |
<div id="select-case-all"></div> |
6510 |
03 Dec 21 |
nicklas |
63 |
</div> |
6510 |
03 Dec 21 |
nicklas |
64 |
</td> |
6510 |
03 Dec 21 |
nicklas |
65 |
<td class="status"></td> |
6510 |
03 Dec 21 |
nicklas |
66 |
<td class="help"></td> |
6510 |
03 Dec 21 |
nicklas |
67 |
</tr> |
2617 |
01 Sep 14 |
nicklas |
68 |
<tr> |
1290 |
21 Feb 11 |
nicklas |
69 |
<td class="prompt">Case name</td> |
2617 |
01 Sep 14 |
nicklas |
70 |
<td class="input"> |
2617 |
01 Sep 14 |
nicklas |
71 |
<input type="text" name="caseName" id="caseName" |
2617 |
01 Sep 14 |
nicklas |
72 |
class="required auto-init" data-auto-init="focus" data-next-focus="personalNumber" |
2617 |
01 Sep 14 |
nicklas |
73 |
style="width: 12em;" maxlength="12"> |
6510 |
03 Dec 21 |
nicklas |
74 |
<span id="numSpecimenTubes"></span> |
2617 |
01 Sep 14 |
nicklas |
75 |
</td> |
2617 |
01 Sep 14 |
nicklas |
76 |
<td class="status" id="caseName.status"></td> |
2617 |
01 Sep 14 |
nicklas |
77 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
78 |
<span id="caseName.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
79 |
The case (barcode) associated with this patient. |
2617 |
01 Sep 14 |
nicklas |
80 |
</td> |
1283 |
01 Feb 11 |
nicklas |
81 |
</tr> |
1283 |
01 Feb 11 |
nicklas |
82 |
<tr> |
1290 |
21 Feb 11 |
nicklas |
83 |
<td class="prompt">Personal number</td> |
2617 |
01 Sep 14 |
nicklas |
84 |
<td class="input"> |
2617 |
01 Sep 14 |
nicklas |
85 |
<input type="text" name="personalNumber" id="personalNumber" |
2617 |
01 Sep 14 |
nicklas |
86 |
class="required" |
2617 |
01 Sep 14 |
nicklas |
87 |
style="width: 12em;" maxlength="12"> |
2617 |
01 Sep 14 |
nicklas |
88 |
</td> |
2617 |
01 Sep 14 |
nicklas |
89 |
<td class="status" id="personalNumber.status"></td> |
2617 |
01 Sep 14 |
nicklas |
90 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
91 |
<span id="personalNumber.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
92 |
([YY]YYMMDDZZZZ) |
2617 |
01 Sep 14 |
nicklas |
93 |
</td> |
1283 |
01 Feb 11 |
nicklas |
94 |
</tr> |
1283 |
01 Feb 11 |
nicklas |
95 |
</table> |
2617 |
01 Sep 14 |
nicklas |
96 |
</div> |
2617 |
01 Sep 14 |
nicklas |
97 |
</div> |
1283 |
01 Feb 11 |
nicklas |
98 |
|
1283 |
01 Feb 11 |
nicklas |
<!-- 2. New patient registration --> |
2617 |
01 Sep 14 |
nicklas |
100 |
<div class="step" id="step-2"> |
2617 |
01 Sep 14 |
nicklas |
101 |
<div class="step-no">2</div> |
2617 |
01 Sep 14 |
nicklas |
102 |
<div class="step-title" id="step-2-title">New patient: Enter all names</div> |
2617 |
01 Sep 14 |
nicklas |
103 |
<div class="step-content"> |
2617 |
01 Sep 14 |
nicklas |
104 |
|
2617 |
01 Sep 14 |
nicklas |
105 |
<table class="step-form"> |
1283 |
01 Feb 11 |
nicklas |
106 |
<tr> |
1286 |
08 Feb 11 |
nicklas |
107 |
<td class="prompt">Patient code</td> |
2617 |
01 Sep 14 |
nicklas |
108 |
<td class="input"><input type="text" name="patientCode" id="patientCode" |
2617 |
01 Sep 14 |
nicklas |
109 |
class="auto-init" data-auto-init="focus-on-enter" data-next-focus="familyName" |
2617 |
01 Sep 14 |
nicklas |
110 |
style="width: 12em;" maxlength="12"></td> |
1289 |
14 Feb 11 |
nicklas |
111 |
<td class="status" id="patientCode.status"></td> |
2617 |
01 Sep 14 |
nicklas |
112 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
113 |
<span id="patientCode.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
114 |
</td> |
1283 |
01 Feb 11 |
nicklas |
115 |
</tr> |
2617 |
01 Sep 14 |
nicklas |
116 |
<tr> |
1283 |
01 Feb 11 |
nicklas |
117 |
<td class="prompt">Family name</td> |
2617 |
01 Sep 14 |
nicklas |
118 |
<td class="input"><input type="text" name="familyName" id="familyName" |
2617 |
01 Sep 14 |
nicklas |
119 |
class="auto-init" data-auto-init="focus-on-enter" data-next-focus="allFirstNames" |
2617 |
01 Sep 14 |
nicklas |
120 |
style="width: 20em;" maxlength="255"></td> |
1289 |
14 Feb 11 |
nicklas |
121 |
<td class="status" id="familyName.status"></td> |
2617 |
01 Sep 14 |
nicklas |
122 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
123 |
<span id="familyName.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
124 |
Keep hyphens, keep åäö, replace all special accented letters [e.g. éèü etc] with standard alphabet character. |
2617 |
01 Sep 14 |
nicklas |
125 |
</td> |
1283 |
01 Feb 11 |
nicklas |
126 |
</tr> |
2617 |
01 Sep 14 |
nicklas |
127 |
<tr> |
1283 |
01 Feb 11 |
nicklas |
128 |
<td class="prompt">All first names</td> |
2617 |
01 Sep 14 |
nicklas |
129 |
<td class="input"><input type="text" name="allFirstNames" id="allFirstNames" |
2617 |
01 Sep 14 |
nicklas |
130 |
style="width: 20em;" maxlength="255"></td> |
1289 |
14 Feb 11 |
nicklas |
131 |
<td class="status" id="allFirstNames.status"></td> |
2617 |
01 Sep 14 |
nicklas |
132 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
133 |
<span id="allFirstNames.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
134 |
Type all names, see FamilyName comment on valid characters. |
2617 |
01 Sep 14 |
nicklas |
135 |
</td> |
1283 |
01 Feb 11 |
nicklas |
136 |
</tr> |
1283 |
01 Feb 11 |
nicklas |
137 |
<tr> |
1283 |
01 Feb 11 |
nicklas |
138 |
<td class="prompt">Gender</td> |
2617 |
01 Sep 14 |
nicklas |
139 |
<td class="input" id="gender"></td> |
1319 |
21 Mar 11 |
nicklas |
140 |
<td class="status" id="gender.status" rowspan="2"></td> |
2617 |
01 Sep 14 |
nicklas |
141 |
<td class="help" rowspan="2"> |
2617 |
01 Sep 14 |
nicklas |
142 |
<span id="gender.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
143 |
</td> |
1283 |
01 Feb 11 |
nicklas |
144 |
</tr> |
1283 |
01 Feb 11 |
nicklas |
145 |
<tr> |
1283 |
01 Feb 11 |
nicklas |
146 |
<td class="prompt">Date of birth</td> |
2617 |
01 Sep 14 |
nicklas |
147 |
<td class="input" id="dateOfBirth"></td> |
1283 |
01 Feb 11 |
nicklas |
148 |
</tr> |
1283 |
01 Feb 11 |
nicklas |
149 |
</table> |
2617 |
01 Sep 14 |
nicklas |
150 |
|
2617 |
01 Sep 14 |
nicklas |
151 |
</div> |
1283 |
01 Feb 11 |
nicklas |
152 |
</div> |
1283 |
01 Feb 11 |
nicklas |
153 |
|
1286 |
08 Feb 11 |
nicklas |
154 |
|
1290 |
21 Feb 11 |
nicklas |
<!-- 3. Case registration --> |
2617 |
01 Sep 14 |
nicklas |
156 |
<div class="step" id="step-3"> |
2617 |
01 Sep 14 |
nicklas |
157 |
<div class="step-no">3</div> |
2617 |
01 Sep 14 |
nicklas |
158 |
<div class="step-title" id="step-3-title">Register new case</div> |
2617 |
01 Sep 14 |
nicklas |
159 |
<div class="step-content"> |
2617 |
01 Sep 14 |
nicklas |
160 |
|
2617 |
01 Sep 14 |
nicklas |
161 |
<table class="step-form"> |
2617 |
01 Sep 14 |
nicklas |
162 |
<tr> |
1290 |
21 Feb 11 |
nicklas |
163 |
<td class="prompt" id="laterality.prompt">Laterality</td> |
1290 |
21 Feb 11 |
nicklas |
164 |
<td class="input" id="laterality.input"> |
2617 |
01 Sep 14 |
nicklas |
165 |
<label><input type="radio" name="laterality" value="LEFT" id="lateralityLeft">LEFT</label><br> |
2617 |
01 Sep 14 |
nicklas |
166 |
<label><input type="radio" name="laterality" value="RIGHT" id="lateralityRight">RIGHT</label><br> |
2617 |
01 Sep 14 |
nicklas |
167 |
<label><input type="radio" name="laterality" value="" checked id="lateralityUnknown"><i>unknown</label></i> |
1286 |
08 Feb 11 |
nicklas |
168 |
</td> |
1290 |
21 Feb 11 |
nicklas |
169 |
<td class="status" id="laterality.status"></td> |
2617 |
01 Sep 14 |
nicklas |
170 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
171 |
<span id="laterality.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
172 |
</td> |
1286 |
08 Feb 11 |
nicklas |
173 |
</tr> |
1523 |
24 Jan 12 |
nicklas |
174 |
<tr id="copyConsentSection" style="display: none;"> |
1523 |
24 Jan 12 |
nicklas |
175 |
<td class="prompt">Copy consent?</td> |
1523 |
24 Jan 12 |
nicklas |
176 |
<td class="input"> |
1523 |
24 Jan 12 |
nicklas |
177 |
<input type="checkbox" name="copyConsent" id="copyConsent" value="" checked> |
1523 |
24 Jan 12 |
nicklas |
178 |
<label for="copyConsent"><span id="copyConsent.text"></span></label> |
1523 |
24 Jan 12 |
nicklas |
179 |
</td> |
1523 |
24 Jan 12 |
nicklas |
180 |
<td class="status" id="copyConsent.status"></td> |
1523 |
24 Jan 12 |
nicklas |
181 |
<td class="help"></td> |
1523 |
24 Jan 12 |
nicklas |
182 |
</tr> |
2617 |
01 Sep 14 |
nicklas |
183 |
<tr id="padSection"> |
1317 |
18 Mar 11 |
nicklas |
184 |
<td class="prompt">PAD</td> |
2617 |
01 Sep 14 |
nicklas |
185 |
<td class="input"> |
2617 |
01 Sep 14 |
nicklas |
186 |
<input type="text" name="pad" id="pad" |
2617 |
01 Sep 14 |
nicklas |
187 |
class="auto-init" data-auto-init="focus-on-enter" data-next-focus="samplingDate" |
2651 |
10 Sep 14 |
nicklas |
188 |
style="width: 12em;"> |
2617 |
01 Sep 14 |
nicklas |
189 |
</td> |
1318 |
21 Mar 11 |
nicklas |
190 |
<td class="status" id="pad.status"></td> |
2617 |
01 Sep 14 |
nicklas |
191 |
<td class="help"> |
6991 |
19 Jan 23 |
nicklas |
192 |
<span id="pad.message" class="message"></span>PAD value from the original clinic. |
2617 |
01 Sep 14 |
nicklas |
193 |
</td> |
1317 |
18 Mar 11 |
nicklas |
194 |
</tr> |
2617 |
01 Sep 14 |
nicklas |
195 |
<tr id="coreBiopsiesSection" style="display: none;"> |
1981 |
17 May 13 |
nicklas |
196 |
<td class="prompt">Core biopsies</td> |
1981 |
17 May 13 |
nicklas |
197 |
<td class="input" id="coreBiopsies"><i>not found</i></td> |
1981 |
17 May 13 |
nicklas |
198 |
<td class="status" id="coreBiopsies.status"></td> |
2617 |
01 Sep 14 |
nicklas |
199 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
200 |
The listed core biopsies are already registered with this case. |
2617 |
01 Sep 14 |
nicklas |
201 |
They are not affected by this update unless the laterality is changed. |
2617 |
01 Sep 14 |
nicklas |
202 |
</td> |
1981 |
17 May 13 |
nicklas |
203 |
</tr> |
6510 |
03 Dec 21 |
nicklas |
204 |
<tr id="noSpecimenSection" style="display: none;"> |
1333 |
05 Apr 11 |
nicklas |
205 |
<td class="prompt">Specimen tubes</td> |
6574 |
08 Feb 22 |
nicklas |
206 |
<td class="input " colspan="2" style="background-color: #f0f080; padding: 4px;"> |
6574 |
08 Feb 22 |
nicklas |
207 |
<span id="noSpecimenTubes" style="display:inline-block; padding-bottom: 4px; padding-left: 4px;"></span><br> |
6574 |
08 Feb 22 |
nicklas |
208 |
<label><input type="checkbox" name="externalSpecimenExists" id="externalSpecimenExists" |
6574 |
08 Feb 22 |
nicklas |
209 |
>Specimen exists at external lab</label> |
6574 |
08 Feb 22 |
nicklas |
210 |
</td> |
6574 |
08 Feb 22 |
nicklas |
211 |
<td class="help"> |
6574 |
08 Feb 22 |
nicklas |
212 |
Mark the checkbox if a specimen is being processed by an external lab |
6574 |
08 Feb 22 |
nicklas |
213 |
and it is expected that data will be imported some time in the future. |
6574 |
08 Feb 22 |
nicklas |
214 |
</td> |
6574 |
08 Feb 22 |
nicklas |
215 |
</tr> |
6996 |
20 Jan 23 |
nicklas |
216 |
<tr id="externalSpecimenExistsSection" style="display: none;"> |
6996 |
20 Jan 23 |
nicklas |
217 |
<td class="prompt"></td> |
6996 |
20 Jan 23 |
nicklas |
218 |
<td class="input" colspan="2" style="background-color: #f0f080; padding: 4px;"> |
6996 |
20 Jan 23 |
nicklas |
219 |
<i>Specimen exists at external lab</i> |
6996 |
20 Jan 23 |
nicklas |
220 |
</td> |
6996 |
20 Jan 23 |
nicklas |
221 |
<td class="help"> |
6996 |
20 Jan 23 |
nicklas |
222 |
Please verify that the registered information matches that on the referral form. |
6996 |
20 Jan 23 |
nicklas |
223 |
</td> |
6996 |
20 Jan 23 |
nicklas |
224 |
</tr> |
6574 |
08 Feb 22 |
nicklas |
225 |
<tr id="externalOperatorSection" style="display: none;"> |
6574 |
08 Feb 22 |
nicklas |
226 |
<td class="subprompt">Operator</td> |
6574 |
08 Feb 22 |
nicklas |
227 |
<td class="input" colspan="2" style="background-color: #f0f080;"> |
6574 |
08 Feb 22 |
nicklas |
228 |
<select name="externalOperator" id="externalOperator"> |
6574 |
08 Feb 22 |
nicklas |
229 |
<option value=""> |
6574 |
08 Feb 22 |
nicklas |
230 |
<option value="CMD">CMD |
6574 |
08 Feb 22 |
nicklas |
231 |
</select> |
6574 |
08 Feb 22 |
nicklas |
232 |
</td> |
6510 |
03 Dec 21 |
nicklas |
233 |
<td class="help"></td> |
1333 |
05 Apr 11 |
nicklas |
234 |
</tr> |
6991 |
19 Jan 23 |
nicklas |
235 |
<tr id="alternatePadSection" style="display: none;"> |
6991 |
19 Jan 23 |
nicklas |
236 |
<td class="subprompt">Alternate PAD</td> |
6991 |
19 Jan 23 |
nicklas |
237 |
<td class="input" colspan="2" style="background-color: #f0f080;"> |
6991 |
19 Jan 23 |
nicklas |
238 |
<input type="text" name="alternatePad" id="alternatePad" |
6991 |
19 Jan 23 |
nicklas |
239 |
class="auto-init" data-auto-init="focus-on-enter" data-next-focus="liasonComment" |
6991 |
19 Jan 23 |
nicklas |
240 |
style="width: 12em;"> |
6991 |
19 Jan 23 |
nicklas |
241 |
<base:button id="swapPad" title="Swap PAD" image="<%=home+"/images/switch.png" %>" tooltip="Swap the PAD and Alternate PAD values" /> |
6991 |
19 Jan 23 |
nicklas |
242 |
</td> |
6991 |
19 Jan 23 |
nicklas |
243 |
<td class="help">Extra PAD value that was assigned and used by the external lab.</td> |
6991 |
19 Jan 23 |
nicklas |
244 |
</tr> |
6574 |
08 Feb 22 |
nicklas |
245 |
<tr id="liasonCommentSection" class="align-top" style="display: none;"> |
6574 |
08 Feb 22 |
nicklas |
246 |
<td class="subprompt">LiasonComment</td> |
6574 |
08 Feb 22 |
nicklas |
247 |
<td class="input" colspan="2" style="background-color: #f0f080; padding-bottom: 4px;"> |
6574 |
08 Feb 22 |
nicklas |
248 |
<textarea name="liasonComment" id="liasonComment" rows="4"></textarea> |
6574 |
08 Feb 22 |
nicklas |
249 |
</td> |
6574 |
08 Feb 22 |
nicklas |
250 |
<td class="help">A comment that is stored in the LiasonComment annotation.</td> |
6574 |
08 Feb 22 |
nicklas |
251 |
</tr> |
6151 |
26 Feb 21 |
nicklas |
252 |
<tr id="existingItemNameSection" style="display: none;"> |
6151 |
26 Feb 21 |
nicklas |
253 |
<td class="subprompt">Name</td> |
6151 |
26 Feb 21 |
nicklas |
254 |
<td class="input" id="existingItemName"></td> |
6151 |
26 Feb 21 |
nicklas |
255 |
<td class="status"></td> |
6151 |
26 Feb 21 |
nicklas |
256 |
<td class="help"></td> |
6151 |
26 Feb 21 |
nicklas |
257 |
</tr> |
6574 |
08 Feb 22 |
nicklas |
258 |
<tr id="samplingDateSection"> |
1333 |
05 Apr 11 |
nicklas |
259 |
<td class="subprompt">Sampling date</td> |
2617 |
01 Sep 14 |
nicklas |
260 |
<td class="input"> |
2617 |
01 Sep 14 |
nicklas |
261 |
<input type="text" name="samplingDate" id="samplingDate" |
2617 |
01 Sep 14 |
nicklas |
262 |
style="width: 12em;" maxlength="10"> |
2617 |
01 Sep 14 |
nicklas |
263 |
<span id="samplingTimeField">Time <input type="text" name="samplingTime" id="samplingTime" |
2617 |
01 Sep 14 |
nicklas |
264 |
style="width: 6em;" maxlength="5"></span> |
1600 |
16 Apr 12 |
nicklas |
265 |
</td> |
1333 |
05 Apr 11 |
nicklas |
266 |
<td class="status" id="samplingDate.status"></td> |
2617 |
01 Sep 14 |
nicklas |
267 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
268 |
<span id="samplingDate.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
269 |
Date (+time) of surgical removal (YYYYMMDD, HHMM) |
2617 |
01 Sep 14 |
nicklas |
270 |
</td> |
1333 |
05 Apr 11 |
nicklas |
271 |
</tr> |
6510 |
03 Dec 21 |
nicklas |
272 |
<tr id="rnaLaterDateSection" style="display: none;"> |
1333 |
05 Apr 11 |
nicklas |
273 |
<td class="subprompt">RNA Later date</td> |
2617 |
01 Sep 14 |
nicklas |
274 |
<td class="input"> |
2617 |
01 Sep 14 |
nicklas |
275 |
<input type="text" name="rnaLaterDate" id="rnaLaterDate" |
2617 |
01 Sep 14 |
nicklas |
276 |
class="auto-init" data-auto-init="focus-on-enter" data-next-focus="rnaLaterTime" |
2617 |
01 Sep 14 |
nicklas |
277 |
style="width: 12em;" maxlength="10"> |
2617 |
01 Sep 14 |
nicklas |
278 |
Time <input type="text" name="rnaLaterTime" id="rnaLaterTime" |
2617 |
01 Sep 14 |
nicklas |
279 |
style="width: 6em;" maxlength="5"> |
2617 |
01 Sep 14 |
nicklas |
280 |
</td> |
1333 |
05 Apr 11 |
nicklas |
281 |
<td class="status" id="rnaLaterDate.status"></td> |
2617 |
01 Sep 14 |
nicklas |
282 |
<td class="help"> |
2617 |
01 Sep 14 |
nicklas |
283 |
<span id="rnaLaterDate.message" class="message"></span> |
2617 |
01 Sep 14 |
nicklas |
284 |
Date+time of pathology handling (YYYYMMDD, HHMM) |
2617 |
01 Sep 14 |
nicklas |
285 |
</td> |
1333 |
05 Apr 11 |
nicklas |
286 |
</tr> |
6510 |
03 Dec 21 |
nicklas |
287 |
<tr id="reasonIfNoSpecimenSection" class="align-top" style="display: none;"> |
1333 |
05 Apr 11 |
nicklas |
288 |
<td class="subprompt">Reason if no specimen</td> |
2617 |
01 Sep 14 |
nicklas |
289 |
<td class="input"> |
5318 |
28 Feb 19 |
nicklas |
290 |
<label><input type="checkbox" name="noReferralForm" id="noReferralForm">No referral form</label> |
2651 |
10 Sep 14 |
nicklas |
291 |
<textarea name="reasonIfNoSpecimen" id="reasonIfNoSpecimen" rows="4"></textarea> |
2617 |
01 Sep 14 |
nicklas |
292 |
</td> |
1286 |
08 Feb 11 |
nicklas |
293 |
<td class="status"></td> |
1289 |
14 Feb 11 |
nicklas |
294 |
<td class="help">Comment why there was no specimen tubes in the delivery.</td> |
1286 |
08 Feb 11 |
nicklas |
295 |
</tr> |
6574 |
08 Feb 22 |
nicklas |
296 |
<tr id="otherPathNoteSection" class="align-top" style="display: none;"> |
6574 |
08 Feb 22 |
nicklas |
297 |
<td class="subprompt">Other path note</td> |
6574 |
08 Feb 22 |
nicklas |
298 |
<td class="input"> |
6574 |
08 Feb 22 |
nicklas |
299 |
<textarea name="otherPathNote" id="otherPathNote" rows="4"></textarea> |
6574 |
08 Feb 22 |
nicklas |
300 |
</td> |
6574 |
08 Feb 22 |
nicklas |
301 |
<td class="status"></td> |
6574 |
08 Feb 22 |
nicklas |
302 |
<td class="help">In this field, enter ALL text noted on the referral form by the pathologist.</td> |
6574 |
08 Feb 22 |
nicklas |
303 |
</tr> |
6510 |
03 Dec 21 |
nicklas |
304 |
<tbody id="specimenTubes" style="display: none;"></tbody> |
1286 |
08 Feb 11 |
nicklas |
305 |
</table> |
2617 |
01 Sep 14 |
nicklas |
306 |
</div> |
1286 |
08 Feb 11 |
nicklas |
307 |
</div> |
1286 |
08 Feb 11 |
nicklas |
308 |
|
2617 |
01 Sep 14 |
nicklas |
309 |
<div id="wizard-status"></div> |
1283 |
01 Feb 11 |
nicklas |
310 |
|
2617 |
01 Sep 14 |
nicklas |
311 |
<table class="navigation" id="navigation"> |
1306 |
03 Mar 11 |
nicklas |
312 |
<tr> |
2617 |
01 Sep 14 |
nicklas |
313 |
<td><base:button id="gocancel" title="Cancel" /></td> |
2617 |
01 Sep 14 |
nicklas |
314 |
<td><base:button id="gonext" title="Next" image="<%=home+"/images/gonext.png"%>" /></td> |
2617 |
01 Sep 14 |
nicklas |
315 |
<td><base:button id="goregister" title="Register" image="<%=home+"/images/gonext.png"%>" /></td> |
2617 |
01 Sep 14 |
nicklas |
316 |
<td><base:button id="goupdate" title="Update" image="<%=home+"/images/gonext.png"%>" /></td> |
2617 |
01 Sep 14 |
nicklas |
317 |
<td><base:button id="gorestart" title="Restart" image="<%=home+"/images/goback.png"%>" /></td> |
2617 |
01 Sep 14 |
nicklas |
318 |
<td id="gonext-message" class="message"></td> |
1306 |
03 Mar 11 |
nicklas |
319 |
</tr> |
1286 |
08 Feb 11 |
nicklas |
320 |
</table> |
2617 |
01 Sep 14 |
nicklas |
321 |
|
1283 |
01 Feb 11 |
nicklas |
322 |
</form> |
1538 |
21 Feb 12 |
nicklas |
323 |
</div> |
1283 |
01 Feb 11 |
nicklas |
324 |
|
1283 |
01 Feb 11 |
nicklas |
325 |
</base:body> |
1283 |
01 Feb 11 |
nicklas |
326 |
</base:page> |
1283 |
01 Feb 11 |
nicklas |
327 |
<% |
1283 |
01 Feb 11 |
nicklas |
328 |
} |
1283 |
01 Feb 11 |
nicklas |
329 |
finally |
1283 |
01 Feb 11 |
nicklas |
330 |
{ |
1283 |
01 Feb 11 |
nicklas |
331 |
if (dc != null) dc.close(); |
1283 |
01 Feb 11 |
nicklas |
332 |
} |
1283 |
01 Feb 11 |
nicklas |
333 |
%> |