Senographe 2000D worklist

  • I am current running Conquest 1.4.16. We currently have worklists up and running correctly with several of my IU-22 sonogram machines. Right out of the box the IU-22's connected and pulled the worklist up with no issues.


    The problem I'm having is that I also have GE Senographe 2000D mamogram machines. These machines have been setup to point to my PACS server but I am unable to get the worklist working. I am able to hit the refresh worlist button on the machine and my PACS server gets the query and send it back information but nothing ever shows up. I'm thinking I need to add another database field in the worklist or format an exiting one with specific information but what it is i'm at a loss.


    Any and all assistance would greatly appreciated.


    Below is my dicom.sql and the output from the PACS server

    Code
    *WorkList*{ { 0x0008, 0x0050, "AccessionNumber", 16, SQL_C_CHAR, DT_STR, "OBR.3" }, { 0x0010, 0x0020, "PatientID", 64, SQL_C_CHAR, DT_STR, "PID.18" }, { 0x0010, 0x0010, "PatientName", 64, SQL_C_CHAR, DT_STR, "PID.5" }, { 0x0010, 0x0030, "PatientBirthDate", 8, SQL_C_DATE, DT_DATE, "PID.7" }, { 0x0010, 0x0040, "PatientSex", 16, SQL_C_CHAR, DT_STR, "PID.8" }, { 0x0010, 0x2000, "MedicalAlerts", 64, SQL_C_CHAR, DT_STR, "---" }, { 0x0010, 0x2110, "ContrastAllergies", 64, SQL_C_CHAR, DT_STR, "---" }, { 0x0020, 0x000d, "StudyInstanceUID", 64, SQL_C_CHAR, DT_STR, "OBR.3" }, { 0x0032, 0x1032, "ReqPhysician", 64, SQL_C_CHAR, DT_STR, "OBR.16" }, { 0x0032, 0x1060, "ReqProcDescription", 64, SQL_C_CHAR, DT_STR, "OBR.4.1" }, { 0x0040, 0x0100, "--------", 0, SQL_C_CHAR, DT_STARTSEQUENCE, "---" }, { 0x0008, 0x0060, "Modality", 16, SQL_C_CHAR, DT_STR, "OBR.24.0" }, { 0x0032, 0x1070, "ReqContrastAgent", 64, SQL_C_CHAR, DT_STR, "---" }, { 0x0040, 0x0001, "ScheduledAE", 16, SQL_C_CHAR, DT_STR, "WL_AWS1" }, { 0x0040, 0x0002, "StartDate", 8, SQL_C_DATE, DT_DATE, "OBR.7.DATE" }, { 0x0040, 0x0003, "StartTime", 16, SQL_C_CHAR, DT_TIME, "OBR.7.TIME" }, { 0x0040, 0x0006, "PerfPhysician", 64, SQL_C_CHAR, DT_STR, "OBR.16" }, { 0x0040, 0x0007, "SchedPSDescription", 64, SQL_C_CHAR, DT_STR, "---" }, { 0x0040, 0x0009, "SchedPSID", 16, SQL_C_CHAR, DT_STR, "OBR.4" }, { 0x0040, 0x0010, "SchedStationName", 16, SQL_C_CHAR, DT_STR, "OBR.24" }, { 0x0040, 0x0011, "SchedPSLocation", 16, SQL_C_CHAR, DT_STR, "---" }, { 0x0040, 0x0012, "PreMedication", 64, SQL_C_CHAR, DT_STR, "---" }, { 0x0040, 0x0400, "SchedPSComments", 64, SQL_C_CHAR, DT_STR, "---" }, { 0x0040, 0x0100, "---------", 0, SQL_C_CHAR, DT_ENDSEQUENCE, "---" }, { 0x0040, 0x1001, "ReqProcID", 16, SQL_C_CHAR, DT_STR, "OBR.4.0" }, { 0x0040, 0x1003, "ReqProcPriority", 16, SQL_C_CHAR, DT_STR, "OBR.27 }


  • I was finally able to get in contact with someone at GE who informed me that there needed to be additional fields in the worklist and that some entries needed to have data, ie not NULL. Below is the response of what needed to be added as well as my worklist definition which is working correctly.


    The following tags in the RESPONSE are the problem:

    Must contain a value ( may not be left empty ):

    0020,000d 0 UI StudyInstanceUID (empty)
    0040,0001 0 AE ScheduledStationAETi (empty)
    0040,0006 0 PN ScheduledPerformingP (empty)
    0040,0007 0 LO ScheduledProcedureSt (empty)

    Must be present in the RESPONSE ( may be left empty ):
    0008,0090 0 PN ReferringPhysicianNa (empty)


Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!