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
CLIENT DICOM
DICOM protocol
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
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
Re: DICOM protocol
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: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?
http://www.psychology.nottingham.ac.uk/ ... dicom.html