database Structure

Most commonly desired features to be implemented in PacsOne
Post Reply
jaba
database Structure

Post by jaba » Thu Jun 03, 2004 3:55 pm

Hello,
I am trying to use web user interface files which are in php directory.
When I am in Application Entity page, the ping is done correctly, but Query/Retrieve is not working.
Anybody knows which is the internal structure of PacsOne database: which are the tables and datatype of fields?
Thanks in advance
JB

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

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

If you click on the Ping or Query/Retrieve link for a remote AE, PacsOne will initiate a C-ECHO or C-FIND request to the remote AE, the database tables are not involved here.

If C-ECHO works but C-FIND doesn't, the web user interface will return some error code returned by remote AE. Additionally, you can check the remote AE for any error indications.

Guest

Post by Guest » Fri Jun 04, 2004 9:37 am

When I click on Query/Retrieve link for a remote AE, PacsOne will initiate a C-FIND request. Is it trying to find patient information?

Guest

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

Yes, it'll send a C-FIND request using the Patient-Root Informational Model.

Anna

Post by Anna » Tue Jun 08, 2004 11:55 am

What does Patient Information Model mean?

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

Post by pacsone » Tue Jun 08, 2004 1:26 pm

The complete specifications for the DICOM Query/Retrieve (C-FIND) SOP class informational models are covered by details in Part 4 of the DICOM 3.0 protocol spec.

http://medical.nema.org/dicom/2003.html

Post Reply