Skip to content

Commit

Permalink
In patient view timeline, treatment data should be split three levels…
Browse files Browse the repository at this point in the history
…, type -> subtype -> agent
  • Loading branch information
alisman committed Dec 20, 2019
1 parent 7c4c395 commit c514443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/patientView/timeline/legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ export function buildTimeline(params, caseIds, patientInfo, clinicalDataMap, cas
})
window.pvTimeline =
window.pvTimeline
.splitByClinicalAttributes("Treatment", ["SUBTYPE", "AGENT"])
.splitByClinicalAttributes("Treatment", ["TREATMENT_TYPE", "AGENT"])
.splitByClinicalAttributes("Treatment", ["TREATMENT_TYPE","SUBTYPE", "AGENT"])
.collapseAll()
.toggleTrackCollapse("Specimen")
.enableTrackTooltips(false)
Expand Down

0 comments on commit c514443

Please sign in to comment.