Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HSC-247: Created form for HSC Emergency Department #27

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f8ddfe9
HSC-247: Created form for HSC Emergency Department
kazlaw Oct 28, 2024
365f158
Added concepts
kazlaw Dec 4, 2024
72c2c8d
Fix
kazlaw Dec 4, 2024
94a5a19
Fix
kazlaw Dec 4, 2024
ed811fe
Fix
kazlaw Dec 4, 2024
7c32901
Fix
kazlaw Dec 4, 2024
10574d7
Fix iniz
kazlaw Dec 4, 2024
d012323
uuid
kazlaw Dec 4, 2024
519aa45
updated concepts
kazlaw Dec 5, 2024
1e5076f
Fix added
kazlaw Dec 5, 2024
9308828
Remove duplicates
kazlaw Dec 5, 2024
269da72
Fix
kazlaw Dec 5, 2024
011271b
Added emergency form schema and fixed typo
kazlaw Dec 5, 2024
0ec245b
HSC-338: Configured attachments-overview-widget as part of patient su…
kazlaw Oct 29, 2024
e7d5b45
Do not display the `Mode of arrival` visit attribute on the patient b…
vasharma05 Oct 29, 2024
8eaa584
HSC-347: Disable manual entry for Numero Dossier (#31)
kazlaw Oct 29, 2024
0dfaed8
HSC-324: Configured lab order basket and results viewer widgets. (#33)
Ruhanga Oct 31, 2024
136c470
HSC-290: Added HSC specific encounter types and privileges. (#35)
kazlaw Nov 5, 2024
ea0ec74
HSC-348: Added allergies-details-widget to patient summary dashboard …
kazlaw Nov 5, 2024
9ba26cc
HSC-337: Moved Triage from visit attributes to Vitals and Biometrics …
kazlaw Nov 6, 2024
9b2a46a
HSC-352: Fix contact and address information in patient banner (#36)
kazlaw Nov 6, 2024
54437f6
Added Email to person attribute types and fixed address line 2 transl…
kazlaw Nov 6, 2024
bbb6fcc
HSC-290: Fix Consultation prénatale edit privilege (#39)
kazlaw Nov 7, 2024
8cb2a80
HSC-287: Configured clinical forms. (#22)
usamaidrsk Nov 18, 2024
a0f7b98
HSC-287: Updated form uuids
usamaidrsk Nov 19, 2024
7bb383a
HSC-287: Fixed missing concept 'Family History Set'.
usamaidrsk Nov 21, 2024
2991a31
HSC-335: Update material to medical supply order type (#45)
corneliouzbett Nov 26, 2024
d71f87b
fix: add missing concpet vacine lot number (#46)
usamaidrsk Nov 27, 2024
1534c89
HSC-354: Disable Lab Reference Number (#49)
kazlaw Nov 28, 2024
c7cdf5f
HSC-367: Added Contact Person's Phone Number to patient banner (#50)
kazlaw Dec 2, 2024
883add4
Adjusted count of active visits to be shown in a single page to 50 (#47)
kazlaw Dec 2, 2024
8118b7c
HSC-362: Configure locations in IPD and OPD (#52)
kazlaw Dec 4, 2024
26765d2
HSC-368: Add active visit obs config (#53)
usamaidrsk Dec 4, 2024
0c3cc59
HSC-362: Configure locations in IPD and OPD (#54)
kazlaw Dec 4, 2024
20d6000
Update locations.csv
kazlaw Dec 4, 2024
4e72f8f
Add the page size and print scale config for patient identifier stick…
vasharma05 Dec 6, 2024
cf77991
HSC-369: Move Triage question and make it not mandatory (#48)
kazlaw Dec 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ fabric.properties
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator-enh.xml
.idea/**/markdown-navigator/
.idea/vcs.xml

# Cache file creation bug
# See https://youtrack.jetbrains.com/issue/JBR-2257
Expand Down
57 changes: 51 additions & 6 deletions configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,15 @@
"visitAttributeTypes": [
{
"uuid": "a56959b5-4fe2-4d69-a553-fdc77957c48b",
"required": false
},
{
"uuid": "d63554a8-4979-4719-a918-1ccc3d924ed7",
"required": true
"required": false,
"displayInThePatientBanner": false
}
]
],
"extensionSlots": {
"patient-chart-summary-dashboard-slot": {
"add": ["attachments-overview-widget", "allergies-details-widget"]
}
}
},
"@openmrs/esm-patient-vitals-app": {
"concepts": {
Expand Down Expand Up @@ -292,6 +294,30 @@
"showBarcode": true,
"showLogo": true,
"logo": "configs/ozone_hsc_logo.png"
},
"pageSize": "86mm 54mm",
"printScale": "0.6"
},
"contactAttributeTypes": [
"c3bcd296-eb82-4451-a4b4-eedd1d5f322f",
"1102f74e-ea2f-461e-b67f-db58bd136e5c",
"d9b2d63d-6b6d-4c9e-b4e1-6e8f4f3efc3e",
"62844ea0-8be6-4a12-9471-cbb1f060d78b"
]
},
"core": {
"Translation overrides": {
"en": {
"address2": "Adresse",
"state": "Département",
"city": "Commune",
"Country": "Country"
},
"fr": {
"address2": "Adresse",
"state": "Département",
"city": "Commune",
"Country": "Pays"
}
}
},
Expand All @@ -300,5 +326,24 @@
"uuid": "327cdb97-571c-2d13-306b-4024fce268cb",
"display": "Day(s)"
}
},
"@openmrs/esm-patient-tests-app": {
"resultsViewerConcepts": [
{
"conceptUuid": "5a0ae1f0-dac8-4df9-b5b7-59d16cc6ad03",
"defaultOpen": false
}
],
"orders": {
"labOrderTypeUuid": "f8ae333e-9d1a-423e-a6a8-c3a0687ebcf2",
"labOrderableConcepts": ["f99a0f3b-b54e-4113-bf20-79fdcd089590"]
},
"showLabReferenceNumberField": false
},
"@openmrs/esm-active-visits-app": {
"activeVisits": {
"pageSize": 50,
"obs": ["bbb02557-0277-4979-a1fa-b0020f136066"]
}
}
}

This file was deleted.

Loading
Loading