worklist question

  • what HL7 field does conquest look at for scheduled Date/Time ? looking at the sample HL7 message in the distribution its in OBR-36 but when I load the sample.hl7 it doesnt get the date/time .. should it be in another field?


    Thanks,


    --Jason

  • Hi, the HL7 fields are set in DICOM.SQL, and can be edited without regeneration:


    { 0x0040, 0x0002, "StartDate", 8, SQL_C_DATE, DT_DATE, "OBR.7.DATE" },
    { 0x0040, 0x0003, "StartTime", 16, SQL_C_CHAR, DT_TIME, "OBR.7.TIME" },


    So it is OBR.7.


    If you want to extend the worklist, you can also add database fields, but then you need to clear the worklist to make it work again.


    Marcel

Participate now!

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