Here is a web link representation for the “I-Link User Manual” based on the provided PDF:
<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>คู่มือการใช้งานระบบ I-Link</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1, h2, h3 {
color: #333;
}
ul {
list-style: none;
padding: 0;
}
ul li {
margin-bottom: 10px;
}
a {
color: #1a73e8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>คู่มือการใช้งานระบบ I-Link</h1>
<h2>สารบัญ</h2>
<ul>
<li><a href="#login">การเข้าสู่ระบบ</a></li>
<li><a href="#change-password">การเปลี่ยนรหัสผ่าน</a></li>
<li><a href="#registration">หน้าลงทะเบียนคำสั่งตรวจ</a></li>
<li><a href="#order">วิธีสั่งตรวจบนระบบ I-Link</a></li>
<li><a href="#edit-order">วิธีแก้ไขข้อมูลที่สั่งตรวจเรียบร้อยแล้ว</a></li>
<li><a href="#check-in">หน้าตรวจสอบสิ่งส่งตรวจ</a></li>
<li><a href="#result">หน้ารายงานผล</a></li>
<li><a href="#cumulative">การเรียกดูผลย้อนหลัง</a></li>
<li><a href="#re-run">การสั่ง Re-run</a></li>
<li><a href="#log">การเรียกดู Log การทำงาน</a></li>
<li><a href="#exit">การออกจากโปรแกรม</a></li>
</ul>
<h2 id="login">การเข้าสู่ระบบ</h2>
<p>1. การเข้าสู่ระบบเพื่อใช้งาน ทำได้โดย ดับเบิ้ลคลิกที่ไอคอนบนหน้าจอคอมพิวเตอร์...</p>
<p>2. จากนั้นจะปรากฏหน้าจอเพื่อให้ผู้ใช้ใส่รหัส Username และ Password ดังรูปที่ 1...</p>
<h2 id="change-password">การเปลี่ยนรหัสผ่าน</h2>
<p>ผู้ใช้งานสามารถทำการเปลี่ยนรหัสผ่านได้ตามต้องการ โดยมีขั้นตอนดังนี้...</p>
<h2 id="registration">หน้าลงทะเบียนคำสั่งตรวจ</h2>
<p>1. การเข้าสู่หน้าลงทะเบียนคำสั่งตรวจ ทำได้โดยคลิกที่เมนู...</p>
<h2 id="order">วิธีสั่งตรวจบนระบบ I-Link</h2>
<p>1.1 เข้าหน้า [Registration Page] ระบบจะแสดงหน้าจอดังรูปที่ 4...</p>
<h2 id="edit-order">วิธีแก้ไขข้อมูลที่สั่งตรวจเรียบร้อยแล้ว</h2>
<p>หากต้องการสั่งตรวจคนไข้เดิมหรือแก้ไขข้อมูลที่สั่งตรวจไปแล้ว ให้ทำตามขั้นตอนดังนี้...</p>
<h2 id="check-in">หน้าตรวจสอบสิ่งส่งตรวจ</h2>
<p>1. การเรียกดูข้อมูลรายการตรวจและสิ่งส่งตรวจ...</p>
<h2 id="result">หน้ารายงานผล</h2>
<p>1. การค้นหาข้อมูลเพื่อแสดงรายการทำงาน...</p>
<h2 id="cumulative">การเรียกดูผลย้อนหลัง</h2>
<p>1. การเรียกดูผลย้อนหลัง...</p>
<h2 id="re-run">การสั่ง Re-run</h2>
<p>1. การสั่ง Re-run...</p>
<h2 id="log">การเรียกดู Log การทำงาน</h2>
<p>1. การเรียกดู Log การทำงาน...</p>
<h2 id="exit">การออกจากโปรแกรม</h2>
<p>1. การออกจากโปรแกรม...</p>
</body>
</html>
This HTML document is structured to reflect the content and sections of the manual provided in the PDF. It includes internal links for navigation between sections of the document, making it easy to use as a web-based manual. Adjustments can be made based on more specific content or additional requirements.
To embed this project on your website, copy the following code and paste it into your website's HTML: