CLIENT DICOM

Known bugs reported by PacsOne users
Post Reply
jaba
Posts:2
Joined:Thu Jun 03, 2004 4:02 pm
CLIENT DICOM

Post by jaba » Thu Jun 03, 2004 4:08 pm

I have just succesfully installed PacsOne and am using the web interface.
Now, I am trying to develop an external client application to get and transfer information to PacsOne server.
I have been using dicomlib but I dont get the compilation of this librery, anybody could suggest me in create an external application?
Thanks a lot in advance
JABA

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Fri Jun 04, 2004 1:07 am

It's not clear what you're trying to do here since PacsOne does not provide any libraries at all. The only interface between PacsOne and external application is the DICOM 3.0 protocol, there's no libraries involved here.

PacsOne is a PACS server and not a DICOM software API or library.

jaba1

DICOM protocol

Post by jaba1 » Fri Jun 04, 2004 9:46 am

From 2.1 Application Data Flow Diagram, PacsOne server does not initiate any action except in response to request received via DICOM associations or from web user interface (php and web browser)

I am trying to do here is create an external application (C++ Client) that has access to PacsOne server via DICOM 3.0 protocol (only interface between PacsOne and external application)
In order to access via DICOM 3.0 protocol, I need DICOM libraries that help to my Client access PacsOne with DICOM protocol. For example my client is requesting patient information from PACS. Is it correct? is it possible?

Thanks

Guest

Re: DICOM protocol

Post by Guest » Sat Jun 05, 2004 1:58 am

jaba1 wrote:
In order to access via DICOM 3.0 protocol, I need DICOM libraries that help to my Client access PacsOne with DICOM protocol. For example my client is requesting patient information from PACS. Is it correct? is it possible?
So it seems you're looking for a DICOM library or API functions you can use to send and receive DICOM protocol commands, this is quite possible but PacsOne Server is neither a DICOM library nor an API. There're quite a few open-source DICOM libraries available, for example, CTN or DCMTK DICOM software all have source libaries which I think will meet your needs to create a DICOM client application. The following URL link has pointers to both of them:

http://www.psychology.nottingham.ac.uk/ ... dicom.html

Robert

Post by Robert » Mon Jun 07, 2004 8:14 am

With Dicom libraries or API functions Could I have communication with PacsOne DICOM Protocol?

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Mon Jun 07, 2004 10:22 am

You should as this is what DICOM protocol is for, to enable communication among compliant applications.

Post Reply