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 eddf059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 eddf059

Please sign in to comment.