fixing issues after rebasing with master
This commit is contained in:
parent
716dfdad8d
commit
c2c773a8e7
@ -58,6 +58,9 @@ OHIF.studylist.retrieveStudyMetadata = studyInstanceUid => {
|
||||
// Once the data was retrieved, the series are sorted by series and instance number
|
||||
OHIF.viewerbase.sortStudy(study);
|
||||
|
||||
// Updates WADO-RS metaDataManager
|
||||
OHIF.viewerbase.updateMetaDataManager(study);
|
||||
|
||||
// Add additional metadata to our study from the studylist
|
||||
const studylistStudy = StudyListStudies.findOne({
|
||||
studyInstanceUid: study.studyInstanceUid
|
||||
|
||||
@ -13,5 +13,5 @@ export function getWADORSImageUrl(instance, frame) {
|
||||
// Example: WADOProxy.convertURL(baseWadoRsUri + '/frame/' + frame)
|
||||
wadorsuri = wadorsuri.replace(/(%2Fframes%2F)(\d+)/, `$1${frame}`);
|
||||
|
||||
return Meteor.absoluteUrl(wadorsuri);
|
||||
return wadorsuri;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user