Saturday, February 04, 2012
Google Custom Search

ClearCanvas Highlights

Download our  Software
Watch some Videos
Get the Source
Check out our Licensing
Join our  Forums
Some Research: OICR IPP-Trials

Our Community

Membership Membership:
Latest New User Latest: johnnylimsk
New Today New Today: 7
New Yesterday New Yesterday: 26
User Count Overall: 20480

People Online People Online:
Visitors Visitors: 10
Members Members: 1
Total Total: 11

Online Now Online Now:
01: b3lad

ClearCanvas Community Forums

MWL Server Implementation ?
Last Post 2012-01-18 08:45 PM by echinos. 39 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 2 of 2 << < 12
Author Messages
Fattony
Advanced Member
Advanced Member
Posts:43

--
2010-07-20 08:26 AM  

Hi Gerald ,

 

great news on the aforementioned ,also as you say "Hanging Protocols" pretty much essential please keep me posted

 

Best Rgds

FT



robertvanommen
Basic Member
Basic Member
Posts:26

--
2010-07-20 08:32 AM  

Great news indeed! :)

 

I was wondering if the NHapi enhancements are being put on the NHapi SourceForge page or somewhere else?

 

Regards,

Robert



gjackson2434
Veteran Member
Veteran Member
Posts:72

--
2010-07-20 09:03 AM  
Rebert,

We will post it on NHapi when we finish our last QA check. We just discover a bug in N-CREATE, N-SET in the dicom library while QA was testing the MPPS. We are working on a patch for the bug and we will submit it to Clearcanvas.

Thanks,
Gerald


dblanchard
Senior Member
Senior Member
Posts:185

--
2010-09-13 09:05 PM  
hey, do you guys still need help getting MWL server working? I put one together with clear canvas code, I could try to get a working sample together ...


gjackson2434
Veteran Member
Veteran Member
Posts:72

--
2010-09-14 08:20 AM  
Dan,

Are you in the US?
I have already buried my team with projects so I would like to know if you have time to take on some paid side projects?

Also, I am currently looking for additional Beta sites. Our product is already FDA approved.

Thanks,
Gerald


fakriman
Advanced Member
Advanced Member
Posts:44

--
2010-09-14 09:29 AM  
Hi @gjackson...

the MWL is now working?

I'm wating for that and we're able to pay for solution... depending on the price...

The problem is I'm not in USA, I'm from Chile...

We have CC Server and WS working with no problem but with no RIS...

Do you have a version we can try? How can we do to get one?

Rgds...


isheo@ru-se.com
Basic Member
Basic Member
Posts:15

--
2010-09-15 04:22 AM  
You can make your mwl using dcmtk. They have service that serve worklist to modality using folder structure. It's is posible to intgrate with clearcanvas and other machines. I use it and work with GE CT, Agfa NX, and other mods.


dblanchard
Senior Member
Senior Member
Posts:185

--
2010-09-15 12:14 PM  

Check out this test project, here is an MWL server.  when you open it, have to use local ClearCanvas.Common and ClearCanvas.Dicom projects.

It reads from an xml file by default in the exe folder, through a old fashioned dataset.  In the DicomServer exe there is a MwlStudies.xml with one study, it is a resource that gets copied the the exe folder.

HTH

 

dan


Attachment: ClearCanvasMwl.zip

fakriman
Advanced Member
Advanced Member
Posts:44

--
2010-09-15 04:27 PM  
Hey @isheo

You should post a quick guide to try your solution...

It would be great...

Thanks in advance...


gjackson2434
Veteran Member
Veteran Member
Posts:72

--
2010-10-12 09:09 AM  
Just finish validation of MWL. We did make some changes to RIS but nothing big. We added some additional fields. We are currently changing our MPPS to use the additional fields that were added to RIS.


Manager
Basic Member
Basic Member
Posts:13

--
2010-11-17 10:59 AM  

dblanchard,
can you please be more specific what needs to be done in order to make it work? 
I would love to try it, but a little more explanation how to do it is very welcome. Thanks !



dblanchard
Senior Member
Senior Member
Posts:185

--
2010-11-17 01:11 PM  
sure,

1. Open solution. it won't find the ClearCanvas.Common or ClearCanvas.Dicom projects, delete them and manually add them. may also have to add the references to these two in the other 2 projects.
2. change solution to x86 (make sure the projects are set to build in configuration manager)
3. compile and run the solution
4. right now it uses the MwlStudies.xml that is an embedded resource in the DicomServer project. If you want to have it look at a different xml file, update the DicomServer.DicomServer.Start() method to look at a different xml file. Or, write your own database access code to get data from a database and put it in the MwlDataSet format in the ClearCanvasScp.Scp.MwlScpExtension class. ie, in CheckAndLoadMwlDataSet() method, have it access a database

HTH

dan


Manager
Basic Member
Basic Member
Posts:13

--
2010-11-18 02:50 PM  

dblanchard,

thanks for your explanation but it is a little out of my league. Can you please help me get going with my limited programming knowledge?

1. Open solution. it won't find the ClearCanvas.Common or ClearCanvas.Dicom projects, delete them and manually add them. may also have to add the references to these two in the other 2 projects.
I have seen both .dll files in the plugins and common directories. Do I understand this correctly that you want me to delete them and what do you precisely want me to add? The same files again or the ones from your .zip file? How do I "add the references" ?

2. change solution to x86 (make sure the projects are set to build in configuration manager)
How / where do I do this ?

3. compile and run the solution
same thing here. Can you please instruct me how to do this ?

4. right now it uses the MwlStudies.xml that is an embedded resource in the DicomServer project. If you want to have it look at a different xml file, update the DicomServer.DicomServer.Start() method to look at a different xml file. Or, write your own database access code to get data from a database and put it in the MwlDataSet format in the ClearCanvasScp.Scp.MwlScpExtension class. ie, in CheckAndLoadMwlDataSet() method, have it access a database
You completely lost me here. I have no clue what you mean by this.

Dan, if you don't want to spend more time explaining me how to do all of this, I understand. You are working on a total different level as I do, but  I really want to give it a try and need your help.

Your help might also be valuable for others dealing with the same challenge !
Thanks for your help anyways !



isheo@ru-se.com
Basic Member
Basic Member
Posts:15

--
2010-11-18 04:24 PM  

if you have interest i can write you email with detailed instructions how it works



isheo@ru-se.com
Basic Member
Basic Member
Posts:15

--
2010-11-18 04:35 PM  
but i think that dblanchard method is more advanced and i maybe reengenering his code.


hkjesse
New Member
New Member
Posts:5

--
2011-02-17 10:34 PM  
Hi Gerald,

Is the MWL/MPPS/HL7 is now working?

My company want to implement ccRIS and PACS in a very short time. We found obstacle when trying to use ccRIS and PACS but found that the open source version doesn't support MWL/MPPS/HL7.

We are willing to paid for support service and solution of program extensions to support MWL/MPPS/HL7... depending on the price....

I'm not in USA, I'm from Hong Kong...

We are going to implement ccRIS/PACS in Mar 2011

Do you have a support service and program extension to ccRIS/PACS?

Please kindly email me to further discuss.

Regards,

Jesse
email: jesse.ho@qhms.com






gjackson2434
Veteran Member
Veteran Member
Posts:72

--
2011-02-18 07:31 AM  
Yes our MWL/MMPS/HL7 has been working since last year. We have HL7 support in the PACS and RIS. We do offer support and customization.


viral786
New Member
New Member
Posts:5

--
2011-03-08 07:32 AM  
Hi,
We have a requirement to integrate ccRIS with Modalities, wherein the technologists should have the ability to instruct the modality to request from the RIS a DICOM modality work list with a list of studies to be performed on that modality only.

We are using DVTK Modality Emulator for our testing, now how do I connect DVTK Modality Emulator to ccRIS to retrieve the Modality Worklist. I am getting "DICOM Echo failed" while "Ping RIS" is successful.

The modality is asking for
RIS System:
- IP Address
- Remote Port
- AE Title

MPPS Manager:
- IP Address
- Remote Port
- AE Title

How do I find out what details I need to enter in "Remote Port" & "AE Title" for this modality to connect it to my ccRIS system

Regards,
Viral Mistry


bushido
New Member
New Member
Posts:4

--
2011-11-11 09:42 AM  
Hi Gjackson2434,

We might need your support at MWL/MMPS/HL7. How we start it? We will pay for the support. Can you send the details to rogerxc@gmail.com

thanks,


echinos
Basic Member
Basic Member
Posts:17

--
2012-01-18 08:45 PM  

 Are people still looking for a MWL? I'm putting one together for a client, I'd be willing to set it up for others after I get it working, for a reasonable fee.

Depending on how much time I get to work on it, I'll probably have it done in a few weeks.

 

 



You are not authorized to post a reply.
Page 2 of 2 << < 12


Active Forums 4.1
Copyright 2011 ClearCanvas Inc.