* NOTASK: PoC for loading data from Healthcare API * NOTASK: PoC for loading data from Healthcare API fix * Add sample dialog for loading test dicom-picker * Fix incorrect promise resolving * NOTASK: PoC for loading dicom store * Add web-components as git submodules. (Probably will be changed later) * Add rough dicomStore picker * Add dataset selector * NOTASK: QIDO metadata first draft * NOTASK: Not Implemented error for color images * NOTASK: clean-up * Dicom files uploader intermediate version * NOTASK: Accept header * NOTASK: docker configs * NOTASK: fix * NOTASK: howTo * Add draft of DICOM uploader * Add missing files * Fix error with missing clientId * Update submodule * NOTASK: HowTo * NOTASK: config for dev * NOTASK: new docker file * clean-up * Update GCP web-components * Add integration with async web components * Fix errors in nginx.conf * Structured reports views basic implementation * NOTASK: qido -> wado * NOTASK: config fix * NOTASK: dirty copy-paste implementation * Add "Change dicom store" button. Add an ability to clear date. Fix bug, when OAuth dosn't work if URL is not / * Fix studylist filtering * Fix dockerfile * NOTASK: meteor update * NOTASK: fix of package structure * NOTASK: merge fix * improvements Move check for now SR into SR modal Use simple button to open SR modal Remove button styling cleanup * copy SR data retrieval to wado * make search of SR simpler * Codestyle fix * NOTASK: palette color error message * Fix date filter. Fix server settings on first loading. Add SR and PS buttons * NOTASK: PS is now hidden by default * NOTASK: dirty solution * NOTASK: new wadoimage lib version * Fix PS and SR buttons * Make modal dialogs vertically centered * Update web components. Quick UI fixes * Add missing files to the previous commit * NOTASK: show-hide for PS * NOTASK: show-hide for PS * NOTASK: fix of min-max PixelValue bug * Add "sign out" functionality for Google OAuth. Update web-components. * intermediate commit * Add demo signin page * Beautifying demo sign in page * NOTASK: merge * NOTASK: clean-up * Use npm for getting healthcare-api-adapter instead of git submodule. * NOTASK: clean-up * meteor update * clean-up * clean-up * Clean up code * Update healthcare-api-adapter version. Add location to dicom store path. Fix buttons style. * Downgrade meteor and packages to master version. Use meteor-build-client-fixed2
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
# Meteor packages used by this project, one per line.
|
|
# Check this file (and the other files in this directory) into your repository.
|
|
#
|
|
# 'meteor add' and 'meteor remove' will edit this file for you,
|
|
# but you can also edit it by hand.
|
|
|
|
http@1.4.1
|
|
promise@0.11.1
|
|
stylus@2.513.13
|
|
meteor-base@1.4.0
|
|
mobile-experience@1.0.5
|
|
mongo@1.5.0
|
|
blaze-html-templates@1.0.4
|
|
session@1.1.7
|
|
jquery@1.11.10
|
|
tracker@1.2.0
|
|
logging@1.1.20
|
|
reload@1.2.0
|
|
random@1.1.0
|
|
ejson@1.1.0
|
|
spacebars@1.0.12
|
|
check@1.3.1
|
|
ecmascript@0.11.1
|
|
reactive-var@1.0.11
|
|
reactive-dict@1.2.0
|
|
standard-minifier-css@1.4.1
|
|
standard-minifier-js@2.3.4
|
|
|
|
# OHIF Packages
|
|
ohif:polyfill
|
|
ohif:design
|
|
ohif:core
|
|
ohif:commands
|
|
ohif:hotkeys
|
|
ohif:header
|
|
ohif:cornerstone
|
|
ohif:cornerstone-settings
|
|
ohif:viewerbase
|
|
ohif:study-list
|
|
ohif:hanging-protocols
|
|
ohif:metadata
|
|
ohif:google-cloud
|
|
ohif:demo-mode
|
|
ohif:user-oidc
|
|
ohif:measurement-table
|
|
|
|
fortawesome:fontawesome
|
|
momentjs:moment@2.15.1
|
|
aldeed:simple-schema # Third party package to deal with schemas
|
|
aldeed:template-extension
|
|
johdirr:meteor-git-rev
|
|
cultofcoders:persistent-session
|
|
shell-server@0.3.1
|
|
underscore
|
|
meteortesting:mocha |