Skip to content

Commit

Permalink
Removed compulsory ART stop date (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviemukungi authored and Ekirapapaul committed Sep 27, 2019
1 parent 9ad65a3 commit f7dfdb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
3 changes: 0 additions & 3 deletions openmrs/apps/clinical/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@
"ANC, ART Start Date":{
"required":true
},
"ART ,Stop Date":{
"required":true
},
"CTX or Dapose Start Date":{
"required":true
},
Expand Down
21 changes: 5 additions & 16 deletions openmrs/apps/clinical/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
"countyDistrict"
]
},
"diagnosis":{
"translationKey":"DASHBOARD_TITLE_DIAGNOSIS_KEY",
"type":"diagnosis",
"showCertainty":true,
"showOrder":true,
"showDetailsButton":true,
"displayOrder":1
},

"navigationLinksControl":{
"translationKey":"DASHBOARD_TITLE_NAVIGATION_LINKS_CONTROL_KEY",
"type":"navigationLinksControl",
Expand Down Expand Up @@ -82,11 +75,7 @@
"showDetailsButton":true
}
},
"programs":{
"translationKey":"DASHBOARD_TITLE_PROGRAMS_KEY",
"type":"programs",
"displayOrder":10
},

"radiologyOrders":{
"orderType":"Radiology Order",
"type":"ordersControl",
Expand Down Expand Up @@ -145,7 +134,7 @@
"translationKey":"DASHBOARD_TITLE_NUTRITIONAL_VALUES_KEY",
"type":"vitals",
"isObservation":true,
"displayOrder":11,
"displayOrder":2,
"dashboardConfig":{
"conceptNames":[
"HEIGHT",
Expand All @@ -163,7 +152,7 @@
"BMI",
"BMI STATUS"
],
"numberOfVisits":2,
"numberOfVisits":24,
"scope":"latest",
"showDetailsButton":true,
"pivotTable":{
Expand Down Expand Up @@ -438,7 +427,7 @@
"type":"drugOrderDetails",
"displayType":"Full-Page",
"showDetailsButton":true,
"displayOrder":24,
"displayOrder":1,
"dashboardConfig":{
"showOnlyActive":true,
"drugConceptSet":"All Other Drugs"
Expand Down
1 change: 1 addition & 0 deletions openmrs/apps/clinical/formConditions.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Bahmni.ConceptSet.FormConditions.rules = {
if(currentfp == true){
return{
show: ["FP Method"]

}
}else {
return{
Expand Down

0 comments on commit f7dfdb6

Please sign in to comment.