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

Enabling j9, so as to test tunneling #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
66 changes: 66 additions & 0 deletions configuration/pih/pih-config-sierraLeone-wellbody-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"components": [
"activeVisits",
"allergies",
"checkIn",
"clinicianDashboard",
"dataExports",
"dispensing",
"idcardPrinting",
"j9",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like we actually don't want to disable this per our discussion at standup.

"labResults",
"labs",
"managePrinters",
"markPatientDead",
"mchForms",
"mentalHealth",
"myAccount",
"overviewReports",
"patientRegistration",
"primaryCare",
"programs",
"relationships",
"systemAdministration",
"visitManagement",
"visitNote",
"vitals",
"vitalsHomepageApp"
],
"extraIdentifierTypes": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is somewhat tangential to this request, but if the "extraIdentifierTypes" setting and the "findPatientColumnConfig" setting is exactly the same between the Wellbody production server, Gladi, and the new CI server, we should move the configuration of these two parameters into the "pih-config-sierraLeone-wellbody" file

"c09a1d24-7162-11eb-8aa6-0242ac110002"
],
"findPatientColumnConfig": [
{
"type": "identifier",
"value": "1a2acce0-7426-11e5-a837-0800200c9a66",
"label": "ui.i18n.PatientIdentifierType.name.1a2acce0-7426-11e5-a837-0800200c9a66",
"width": "80px"
},
{
"type": "name",
"label": "coreapps.search.name",
"width": "200px"
},
{
"type": "gender",
"label": "coreapps.gender",
"width": "65px"
},
{
"type": "age",
"label": "coreapps.age",
"width": "50px"
},
{
"type": "birthdate",
"label": "coreapps.birthdate",
"width": "100px"
},
{
"type": "identifier",
"value": "c09a1d24-7162-11eb-8aa6-0242ac110002",
"label": "ui.i18n.PatientIdentifierType.name.c09a1d24-7162-11eb-8aa6-0242ac110002",
"width": "80px"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dataExports",
"dispensing",
"idcardPrinting",
"j9",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like we actually don't want to disable this per our discussion at standup.

"labResults",
"labs",
"managePrinters",
Expand Down