-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdoctor_help.html
executable file
·56 lines (43 loc) · 1.83 KB
/
doctor_help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<head>
<style>
index{color:red;}
que {color:green;}
ans {color:black;}
</style>
</head>
<body>
<h4><index>Q1. I want report of sample_id 2345</index></h4>
<h4><index>Q2. I want report of sample_id from 2345 to 2350</index></h4>
<h4><index>Q3. I want report of MRD No SUR/12/0000123</index></h4>
<h4><index>Q4. I want report of 'Maganbhai' admitted in Medicine Unit-6</index></h4>
<h4><index>Q5. Report says that "Sample ID XXXX is not verified(Call the lab)"</index></h4>
<h1>Tick mark only those boxes which you wish to include in search.</h4>
<h4><que>A1. I want report of sample_id 2345</que></h1>
<h4><pre><ans> write "2345" in [from_sample_id] box.
tickmark its checkbox(blue,left side).
click [print]</ans></pre></h4>
<h4><que>A2. I want report of sample_id from 2345 to 2350</que></h4>
<h4><pre><ans> write "2345" in [from_sample_id] box.
tickmark its checkbox(blue,left side).
write "2350" in [to_sample_id] box.
tickmark its checkbox(blue,left side).
click [print]</ans></pre></h4>
<h4><que>A3. I want report of MRD No SUR/12/0000123</que></h4>
<h4><pre><ans> write "SUR/12/0000123" in [patient_id] box.
tickmark its checkbox
click [print]</ans></pre></h4>
<h4><que>A4. I want report of 'Maganbhai' admitted in Medicine Unit-6</que></h4>
<h4><pre><ans> write "Magan%" in [patient_name] box.
tickmark its checkbox(blue,left side).
select "Medicine" in [clinician] box.
tickmark its checkbox
select "6" in [unit] box.
tickmark its checkbox
click [print]
The reports of "Magan", "Maganbhai", "Maganlal", "Maganbhai Desai" will be shown.
note use of % to include all choices.</ans></pre></h4>
<h4><que>A5. Report says that "Sample ID XXXX is not verified(Call the lab)"</que></h4>
<h4><pre><ans> The report may have failed verification process.
It is best to get such report-print from the lab
</ans></pre></h4>
</body>