DICOM tags with multiplicity 2 or more

  • Hello, is it possible to load inside the conquest database DICOM tags that have a multiplicity different from 1. For example I would like to store the following data into the database :


    (0018,1164) DS [0.094090909\0.094090909] # 24, 2 ImagerPixelSpacing
    (0018,701a) DS [1\1] # 4, 2 DetectorBinning
    (0018,7020) DS [0.1\0.1] # 8, 2 DetectorElementPhysicalSize
    (0018,7022) DS [0.1\0.1] # 8, 2 DetectorElementSpacing


    If possible how should this be coded inside the dicom.sql ?


    Thanks in advance

  • Hi,


    a big enough string field in the database would just store the entire tag. If you change the type from DT_STR to DT_MSTR the sub-items might be queryable (experimental and not for dbaseIII).


    Marcel

Participate now!

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