Use of OtherID

Most commonly desired features to be implemented in PacsOne
Post Reply
nikhil86
Posts:6
Joined:Fri Jan 09, 2009 5:23 am
Use of OtherID

Post by nikhil86 » Tue Jan 13, 2009 11:43 am

I want to know when is the Patient table of Pacsone is updated?
Also what is use of OtherID?
How can we set the value of otherID in the database?
What I think is that when we receive a study from a modality, only then is the patient table updated.
Please HELP... :cry:

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

Post by pacsone » Tue Jan 13, 2009 2:14 pm

The Other Patient ID information is parsed from the Other Patient ID (0010,1000) data element from the received Dicom study. It'll be updated when the same Dicom study is updated and pushed to PacsOne Server with the updated information.

nikhil86
Posts:6
Joined:Fri Jan 09, 2009 5:23 am

Post by nikhil86 » Wed Jan 14, 2009 11:44 am

I tried to make the OtherID field modifiable by changing some code in modifyPatient.php and patient.php.I was successful as that field became editable, new otherid could be entered, it was saved in the patient's recrd, in DB also Patient table contained new value of otherid.
BUT, the updation in table "dbjob" by "modifyPatient.php"could not be interpreted.
What does aetitle value signifies in djob table?(The code sets it to _Gender for changing sex of a patient.)
I defined $title as _otherid but dbjob failed.
I hope I am able to convey my problem.
PLEASE HELP :cry:

nikhil86
Posts:6
Joined:Fri Jan 09, 2009 5:23 am

Post by nikhil86 » Thu Jan 15, 2009 4:52 am

Actually the problem is Everything is updated when I modify Otherid except the Raw Dicom image. When i click on Instance link below the thumbnail I saw all the DICOM info except the newly entered otherid field.
I have also made an entry for Otherid (0100,1000) in the Dicom.php file.

HELP REQUIRED SIR :roll:

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

Post by pacsone » Thu Jan 15, 2009 12:26 pm

1. The PHP scripts only modify the database tables, but not the raw Dicom images.

2. The modification of OtherID (0100,1000) is currently not supported in the latest version (6.1.2) of PacsOne Server, so we'll need to add it to the next release (6.1.3) when schedule permits.

Post Reply