Skip to content

Commit

Permalink
BAH-3024 | Sort Columns in the Patient Search Queue Tabular View
Browse files Browse the repository at this point in the history
* [Arjun] | BAH-3024 | 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>
  • Loading branch information
Arjun-Go and rahu1ramesh authored Apr 24, 2024
1 parent 051eced commit 492c62c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions openmrs/apps/clinical/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"allowAdhocTeleConsultation": true,
"defaultVisitType":"OPD",
"teleConsultationDomain": "meet.jit.si",
"ignoredTabularViewHeadings": ["extraIdentifierVal","uuid","activeVisitUuid","hasBeenAdmitted","display","image","$$hashKey","birthDate","extraIdentifiers","personId","deathDate","addressFieldValue","dateCreated","customAttribute","patientProgramAttributeValue"],
"identifierHeadings": ["identifier"],
"conceptSetUI": {
"Chief Complaint Data": {
"autocomplete":true,
Expand Down
4 changes: 3 additions & 1 deletion openmrs/apps/documentUpload/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
],
"contextModel": [],
"config": {
"preferExtraIdInSearchResults": true
"preferExtraIdInSearchResults": true,
"ignoredTabularViewHeadings": ["extraIdentifierVal","uuid","activeVisitUuid","hasBeenAdmitted","display","image","$$hashKey","birthDate","extraIdentifiers","personId","deathDate","addressFieldValue","dateCreated","customAttribute","patientProgramAttributeValue"],
"identifierHeadings": ["identifier"]
}
}

0 comments on commit 492c62c

Please sign in to comment.