forked from hmislk/hmis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
180 lines (169 loc) · 6.07 KB
/
Copy pathmkdocs.yml
File metadata and controls
180 lines (169 loc) · 6.07 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
site_name: CareCode HMIS Documentation
site_description: Public documentation generated automatically from the GitHub Wiki.
site_url: https://hmislk.github.io/hmis/
repo_url: https://github.com/hmislk/hmis
repo_name: hmislk/hmis
edit_uri: https://github.com/hmislk/hmis/wiki/
docs_dir: docs
# ---------------------------------------------------------------------------
# Navigation — top-level tabs, no overwhelming sidebar
# ---------------------------------------------------------------------------
nav:
- Home: index.md
- User Manual:
- Overview: User-Manual.md
- Login: Login.md
- Pharmacy: Pharmacy.md
- "OPD / Cashier / Billing": OPD.md
- LIMS: LIMS.md
- "Inward Patient Care": Inward.md
- "Electronic Health Record": Electronic-Health-Record-(EHR).md
- "Channelling Module": Medical-Appointment-Channelling-Moudule.md
- "Theatre Management": Theatre-Management-Module.md
- Membership: Membership-and-Loyalty-Card-System.md
- "Collecting Centre": Collecting-Centres.md
- "Stores & Assets": Stores-and-Assets-Management.md
- "RIS & PACS": RIS-&-PACS.md
- "HR Management": Human-Resource-Management-&-Payroll-System.md
- "Kitchen Management": Kitchen-Management.md
- "Linen Management": Linen-Management.md
- "Fleet Management": Fleet-Management.md
- Accounting: Accounting-Module.md
- Preferences: Managing-Preferences.md
- "Patient Deposit": Patient-Deposit-Management.md
- Administration:
- Overview: System-Administration.md
- "User Management": User-Management.md
- "Privileges & Roles": Admin-Roles-and-Privileges-Overview.md
- Institutions: Institutions.md
- Departments: Admin-Creating-and-Managing-Departments.md
- "Fee Configuration": Admin-Fee-Configuration-Overview.md
- Pharmacy Guide:
- Overview: Pharmaceutical-Management.md
- "Pharmacy Administration": Pharmacy-Administration.md
- Sale: Pharmacy-Sale.md
- "Purchase & GRN": pharmacy_purchase.md
- Issue: pharmacy_issue.md
- "Stock Transfer": Pharmacy-Stock-Transfer-Request-Issue-Receive.md
- Adjustments: Pharmacy-Adjustments.md
- Ordering: Pharmacy-Ordering.md
- Inpatient Guide:
- Overview: Inward.md
- "Inpatient Services": Manage-Inpatient-Services.md
- "Room & Bed Management": Admin-Inpatient-Room-Categories-Rooms-Fees.md
- "Admission Process": Add-new-patient.md
- Billing: Laboratory-Billing.md
- "Surgery Types": Admin-Inpatient-Surgery-Types-and-Clinical-Procedures.md
- "Form Templates": Admin-Inpatient-Form-Templates.md
- "Discount Matrix": Admin-Inpatient-Discount-Matrix.md
- LIMS Guide:
- Overview: LIMS.md
- "LIMS Administration": LIMS-Administration.md
- "Lab Services": Manage-Lab-Services.md
- "Sample Reception": LIMS-Receiving-Samples-at-the-Lab.md
- "Analyser Middleware": LIMS-Analyser-Middleware.md
- "Sending SMS": LIMS-Sending-SMS.md
- "Result Flags": LIMS-Result-Flags-and-Critical-Values.md
- "Issuing Reports": LIMS-Issuing-Reports.md
- Knowledgebase: LIMS-Knowledgebase.md
- Knowledge Base:
- Overview: Knowledgebase.md
- Functions: Functions.md
- "Clinical Knowledge": Clinical-Knowledge.md
- Medicines: Medicines.md
- "Pharmaceutical Fundamentals": Pharmaceutical-Fundamentals.md
- Developer Guide:
- Overview: Developer-Manual.md
- "Tech Stack": Tech-Stack.md
- API: API.md
- "Design Documentation": Design-Documentation.md
- Troubleshooting: Troubleshooting.md
- "Code Concepts": Code-Concepts-for-Developers.md
- About:
- "About Open HMIS": About-Open-HMIS.md
- "Road Map": Road-map.md
- "Getting Commercial Support": Getting-Commercial-Support.md
- "Wiki Automation Guide": Wiki-Automation-Guide.md
# ---------------------------------------------------------------------------
# Theme
# ---------------------------------------------------------------------------
theme:
name: material
language: en
logo: images/hmis-logo.png
favicon: images/favicon.png
custom_dir: overrides
# Navigation
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.instant
- navigation.tracking
- navigation.indexes
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.action.edit
- toc.follow
# Colour palette — light & dark
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
# Font
font:
text: Roboto
code: Roboto Mono
# ---------------------------------------------------------------------------
# Plugins
# ---------------------------------------------------------------------------
plugins:
- search:
lang: en
# ---------------------------------------------------------------------------
# Markdown extensions
# ---------------------------------------------------------------------------
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- footnotes
- def_list
# ---------------------------------------------------------------------------
# Extra
# ---------------------------------------------------------------------------
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/hmislk/hmis
generator: false
copyright: >
Copyright © 2015 – 2026
<a href="https://github.com/hmislk/hmis" target="_blank" rel="noopener">CareCode HMIS</a>
— Licensed under MIT