Web server

  • Marcel,

    The first metadata searched is from studies and after, series. It´s not from instances.


    Here is a metadata from

    https://server.dcmjs.org/dcm4c…8695661986996009/metadata


    Is possible get it from conquest?


    Another problem is you are returning tags in lowercase as

    '0020000d' and OHIF doesn't like that. It needs '0020000D'




    Code
    [{"00080005":{"vr":"CS","Value":["ISO_IR 100"]},"00080016":{"vr":"UI","Value":["1.2.840.10008.5.1.4.1.1.7"]},"00080018":{"vr":"UI","Value":["1.3.6.1.4.1.9590.100.1.2.289923739312470966435676008311959891294"]},"00080020":{"vr":"DA"},"00080023":{"vr":"DA","Value":["20160503"]},"00080030":{"vr":"TM"},"00080033":{"vr":"TM","Value":["105946.779000"]},"00080050":{"vr":"SH"},"00080060":{"vr":"CS","Value":["MG"]},"00080064":{"vr":"CS","Value":["WSD"]},"00080090":{"vr":"PN"},"00100010":{"vr":"PN","Value":[{"Alphabetic":"P_00038^P_00038"}]},"00100020":{"vr":"LO","Value":["P_00038_LEFT_CC.dcm"]},"00100030":{"vr":"DA"},"00100040":{"vr":"CS"},"00180015":{"vr":"CS","Value":["Left Breast"]},"00181016":{"vr":"LO","Value":["MathWorks"]},"00181018":{"vr":"LO","Value":["MATLAB"]},"0020000D":{"vr":"UI","Value":["1.3.6.1.4.1.9590.100.1.2.85935434310203356712688695661986996009"]},"0020000E":{"vr":"UI","Value":["1.3.6.1.4.1.9590.100.1.2.374115997511889073021386151921807063992"]},"00200010":{"vr":"SH","Value":["DDSM"]},"00200011":{"vr":"IS","Value":["1"]},"00200013":{"vr":"IS","Value":["1"]},"00200020":{"vr":"CS","Value":["CC"]},"00280002":{"vr":"US","Value":[1]},"00280004":{"vr":"CS","Value":["MONOCHROME2"]},"00280010":{"vr":"US","Value":[4616]},"00280011":{"vr":"US","Value":[3016]},"00280100":{"vr":"US","Value":[16]},"00280101":{"vr":"US","Value":[16]},"00280102":{"vr":"US","Value":[15]},"00280103":{"vr":"US","Value":[0]},"00280106":{"vr":"SS","Value":[0]},"00280107":{"vr":"SS","Value":[-3756]},"7FE00010":{"vr":"UN","BulkDataURI":"http://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.3.6.1.4.1.9590.100.1.2.85935434310203356712688695661986996009/series/1.3.6.1.4.1.9590.100.1.2.374115997511889073021386151921807063992/instances/1.3.6.1.4.1.9590.100.1.2.289923739312470966435676008311959891294"}}]
  • Hi,


    we need to implement metadata, e.g. as follows in Lua (study level only for now)


    This requires a fix in dgate64.exe; sequences are not properly serialised in dicomweb format throwing the parser later.


    Then I get one step further, but OHIF fails to pass StudyInstanceUID from the browser, and SeriesInstanceUID in the viewer.


    Marcel

  • This what I get for the WADO request:


    Code
    http://127.0.0.1/api/dicom/wadouri?requestType=WADO&studyUID=1.2.826.0.1.52132.298498737761445842638386012988770619979&seriesUID=undefined&objectUID=1.2.826.0.1.52132.106253457334200129843823671565739706880&contentType=application/dicom&transferSyntax=*

    Somehow the seriesUID is lost


    Marcel

  • This metadata works:


  • The latest metadata function, there is an error in browser console and the image is not loading


    Code
    Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length')
    at decodeImageFrame.js:163:53
    at decodeImageFrame.js:137:18
  • Hi,


    this one works for me:


Participate now!

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