Skip to content

Commit

Permalink
BAH-3024 | Add. Config To Set Identifier and Ignore Columns in Patien…
Browse files Browse the repository at this point in the history
…t Search Tabular View

* add. configs for setting identifier and ignoring columns in clinical module tabular view

* BAH-3024 | Arjun | Feedbacks on config names and possible values

* [Rahul] | BAH-3024 | Add. Identifier and Column Ignore List Config in Tabular View

---------

Co-authored-by: Rahul Ramesh <rahul.ramesh@thoughtworks.com>
Co-authored-by: Rahul Ramesh <121226043+rahu1ramesh@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 24, 2024
1 parent a88d373 commit e5bcabc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmrs/apps/adt/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"onDischargeForwardTo": "#/patient/search",
"defaultVisitType": "IPD",
"maxPatientsPerBed" : 2,
"ignoredTabularViewHeadings": ["uuid","activeVisitUuid","hasBeenAdmitted","display","image","$$hashKey","birthDate","extraIdentifiers","personId","deathDate","addressFieldValue","dateCreated","customAttribute","patientProgramAttributeValue"],
"identifierHeadings": ["identifier"],
"dashboard":{
"translationKey": "DASHBOARD_TAB_GENERAL_KEY",
"conceptName": "Adt Notes",
Expand Down
2 changes: 2 additions & 0 deletions openmrs/apps/clinical/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
"visitTypeForRetrospectiveEntries": "Special OPD",
"maxConceptSetLevels": 3,
"allowOnlyCodedDiagnosis": false,
"ignoredTabularViewHeadings": ["uuid","activeVisitUuid","hasBeenAdmitted","display","image","$$hashKey","birthDate","extraIdentifiers","personId","deathDate","addressFieldValue","dateCreated","customAttribute","patientProgramAttributeValue"],
"identifierHeadings": ["identifier"],
"conceptSetUI": {
"Chief Complaint Data": {
"autocomplete":true,
Expand Down
2 changes: 2 additions & 0 deletions openmrs/apps/documentUpload/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
],
"contextModel": [],
"config": {
"ignoredTabularViewHeadings": ["uuid","activeVisitUuid","hasBeenAdmitted","display","image","$$hashKey","birthDate","extraIdentifiers","personId","deathDate","addressFieldValue","dateCreated","customAttribute","patientProgramAttributeValue"],
"identifierHeadings": ["identifier"]
"filterOutAttributeForAllSearch": [{
"attrName": "confirmedPatient",
"attrValue": "false"
Expand Down
2 changes: 2 additions & 0 deletions openmrs/apps/ipd/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"onDischargeForwardTo": "#",
"defaultVisitType": "IPD",
"expectedDateOfDischarge": "",
"ignoredTabularViewHeadings": ["uuid","activeVisitUuid","hasBeenAdmitted","display","image","$$hashKey","birthDate","extraIdentifiers","personId","deathDate","addressFieldValue","dateCreated","customAttribute","patientProgramAttributeValue"],
"identifierHeadings": ["identifier"],
"conceptSetUI": {
"Expected Date of Discharge": {
"disableAddNotes": true,
Expand Down
2 changes: 2 additions & 0 deletions openmrs/apps/orders/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
],
"config" : {
"maxConceptSetLevels": 3,
"ignoredTabularViewHeadings": ["uuid","activeVisitUuid","hasBeenAdmitted","display","image","$$hashKey"],
"identifierHeadings": ["identifier"],
"conceptSetUI": {
"Grid1": {
"grid": true
Expand Down
2 changes: 2 additions & 0 deletions openmrs/apps/ot/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"extensionPoints": [
],
"config": {
"ignoredTabularViewHeadings": ["uuid","display","image","$$hashKey"],
"identifierHeadings": ["identifier"],
"patientDashboardUrl": {
"link": "/bahmni/clinical/#/default/patient/{{patientUuid}}/dashboard",
"errorMessage": "The patient is not enrolled to the program"
Expand Down

0 comments on commit e5bcabc

Please sign in to comment.