bemade-addons/bemade_sports_clinic/static/description/index.html
2025-08-12 10:08:35 -04:00

89 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bemade Sports Clinic</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 40px;
color: #333;
}
.header {
text-align: center;
margin-bottom: 30px;
}
.logo {
max-width: 200px;
height: auto;
}
.section {
margin-bottom: 25px;
}
.feature-list {
list-style-type: disc;
margin-left: 20px;
}
.feature-list li {
margin-bottom: 8px;
}
</style>
</head>
<body>
<div class="header">
<img src="icon.png" alt="Bemade Sports Clinic" class="logo">
<h1>Bemade Sports Clinic</h1>
<p><strong>Comprehensive Sports Medicine Management System</strong></p>
</div>
<div class="section">
<h2>Overview</h2>
<p>The Bemade Sports Clinic module provides a complete solution for managing sports medicine operations, including team management, patient care, injury tracking, and portal access for treatment professionals.</p>
</div>
<div class="section">
<h2>Key Features</h2>
<ul class="feature-list">
<li><strong>Team Management</strong> - Organize sports teams with coaches and treatment professionals</li>
<li><strong>Patient Management</strong> - Comprehensive patient records with medical history</li>
<li><strong>Injury Tracking</strong> - Detailed injury documentation and treatment planning</li>
<li><strong>Portal Access</strong> - Secure portal for treatment professionals and coaches</li>
<li><strong>Activity Management</strong> - Task and appointment scheduling system</li>
<li><strong>Document Management</strong> - Secure document storage and sharing</li>
<li><strong>Multi-language Support</strong> - Full French Canadian localization</li>
</ul>
</div>
<div class="section">
<h2>Portal Features</h2>
<ul class="feature-list">
<li>Treatment professional portal with team-based access control</li>
<li>Coach portal for team and player management</li>
<li>Activity creation, completion, and tracking</li>
<li>Injury reporting and management</li>
<li>Patient information and emergency contacts</li>
<li>Secure document upload and download</li>
</ul>
</div>
<div class="section">
<h2>Security</h2>
<ul class="feature-list">
<li>Role-based access control</li>
<li>Team-based data isolation</li>
<li>Comprehensive audit trails</li>
<li>GDPR compliance features</li>
</ul>
</div>
<div class="section">
<h2>Technical Information</h2>
<p><strong>Version:</strong> 18.0.1.0.0</p>
<p><strong>Category:</strong> Healthcare</p>
<p><strong>Dependencies:</strong> base, mail, portal, website</p>
<p><strong>License:</strong> LGPL-3</p>
</div>
</body>
</html>