FNNDSC / projectman

FNNDSC project manager
3 stars 0 forks source link

Embed New Viewer in ChRIS Feed #60

Closed rudolphpienaar closed 9 years ago

rudolphpienaar commented 9 years ago

New Visual Panel in ChRIS Feed

@jbernal0019 @NicolasRannou

Requirement

rudolphpienaar commented 9 years ago

Just going to bump up the priority of this...

NicolasRannou commented 9 years ago

First approach tested is to add plugin-specific viewers:

Logic: 1- Run pacs pull as usually 2- Add a step at the end of pacs_pull plugin: add index.html in feed directory. 3- When create, the feed will detect this index.html and embed it in an iframe.

Have and external html allows to decouple the viewer from everything else, which is nice. index.html represents the "pacs_pull viewer" (mi2b2 viewer to start).

Work in progress @chris/nicolas

Notes: 1- JPEGS are generated by the dicom listener. 2- json object might need a new "jpeg" field 3- memmory issues considerations later: can not load everything at once: need urls rather than objects?

NicolasRannou commented 9 years ago

First version of integrated mi2b2 viewer in pacs_pull feeds implemented. Looks like it could work. Feedback?

Do a pacs_pull on chris/nicolas Then load data in the viewer to have a feeling of what it would look like.

Of course it will need a specialized viewer, not the mi2b2 viewer ultimately.