Recent Activities

  • desperate34

    Posted the thread Password DICOMReader 2.1.
    Thread
    Hey and thanks a lot for providing DICOMReader 2.1. Sadly there's no documentation about the default defined password to change the configuration. Where can I get the password?

    Best regards
  • Sebastian Schuelke

    File
    Get detailed information on the medical device iQ-SYSTEM PACS.
  • Sebastian Schuelke

    File
    Get detailed information on the medical device iQ-SYSTEM PACS.
  • SM1312

    Reaction (Post)
    Hi,

    association is called for any connection. SO you have to change it to:

    EndAssociation = if list2[1] then local f=io.open(list2[1], 'wt') f:write(table.concat(list, '\n') f:close() end

    Yes you can call two scripts using a ; to seperate. But they…
  • marcelvanherk

    Replied to the thread Export Converter Script Execution.
    Post
    Hi,

    association is called for any connection. SO you have to change it to:

    EndAssociation = if list2[1] then local f=io.open(list2[1], 'wt') f:write(table.concat(list, '\n') f:close() end

    Yes you can call two scripts using a ; to seperate. But they…
  • SM1312

    Replied to the thread Export Converter Script Execution.
    Post
    marcelvanherk

    Thanks Marcel.


    I did try the above like:


    [lua]
    Association = local list = {}; local list2={}
    ImportConverters =1
    ImportConverter0 = list[Data.SeriesInstanceUID]= Data.SeriesInstanceUID; list2[Data.StudyInstanceUID]= Data.StudyInstanceUID…
  • SM1312

    Reaction (Post)
    Hi,

    something like this. It does not work with an exportconverter though. This (I think) creates a file with all just stored series in a file studyinstanceuif.txt

    [lua]
    Association = local list = {}, list2={}
    ImportConverter99 =…
  • habrich

    File
    Find out more information in the brochure of iQ-ROUTER
  • marcelvanherk

    Replied to the thread Export Converter Script Execution.
    Post
    Hi,

    something like this. It does not work with an exportconverter though. This (I think) creates a file with all just stored series in a file studyinstanceuif.txt

    [lua]
    Association = local list = {}, list2={}
    ImportConverter99 =…
  • SM1312

    Replied to the thread Export Converter Script Execution.
    Post
    marcelvanherk

    >> Do they come on a single association?. It is easy to store lua data in a single association.

    Could you please show how to record data in a single association using ExportConverter with lua? Thank you.
  • marcelvanherk

    Replied to the thread Export Converter Script Execution.
    Post
    Ah,

    get it. Maybe you can keep record of which series came in. Do they come on a single association?. It is easy to store lua data in a single association.

    Marcel
  • habrich

    Added the version 5.0 of the file iQ-ROUTER/PRO/PREMIUM Brochure.
    File Version
    iQ-ROUTER 5.0 Product Brochure
  • stridde

    Added the version 5.0 of the file iQ-ROUTER/PRO/PREMIUM DICOM Conformance Statements.
    File Version
    Filename: iQ-ROUTER 5.0 DICOM Conformance Statement - 001R
    Type: PDF
    Language: English
  • stridde

    Added the version 5.0.1 of the file iQ-ROUTER/PRO/PREMIUM Instructions for Use in German.
    File Version
    Filename: iQ-ROUTER 5.0 Instructions for Use DE - 002R
    Type: PDF
    Language: German
    Release date: 2024-03-15
  • stridde

    Added the version 5.0.1 of the file iQ-ROUTER/PRO/PREMIUM Instructions for Use in English.
    File Version
    Filename: iQ-ROUTER 5.0 Instructions for Use EN - 002R
    Type: PDF
    Language: English
    Release date: 2024-03-15
  • stridde

    Added the version 5.0.1 of the file iQ-ROUTER/PRO/PREMIUM Administration Guides.
    File Version
    Filename: iQ-ROUTER 5.0 Administration Guide - 002R
    Type: PDF
    Language: English
    Release date: 2024-03-14
  • stridde

    Added the version 5.0.1 of the file iQ-ROUTER/PRO/PREMIUM.
    File Version

    Changelog

    5.0.1

    Features

    • Support of TLS 1.3
    • Option to split forwarding jobs
    • Regulatory updates to the labeling

    Bug fixes

    • Fixed aborted associations when receiving a C-FIND from iQ-WEB
    • Connection that are rejected or aborted very early by
  • SM1312

    Replied to the thread Export Converter Script Execution.
    Post
    marcelvanherk

    >> You can just use processStudy, and write a simple query to extract all series in that lua file.

    But the issue with this is that it would retrieve all series belonging to that study. I want only those series which came in at the time…
  • marcelvanherk

    Replied to the thread using lua code into dicom ini.
    Post
    Hi,

    you use converters that call a lua file. ImportConverter0 gets the filename in variable 'filename'. However, it is called AFTER the file is loaded. There is no converter BEFORE a file is loaded. so this does not help you very much.

    Marcel
  • Takisi manganji

    Thread
    Hi,

    you use converters that call a lua file. ImportConverter0 gets the filename in variable 'filename'. However, it is called AFTER the file is loaded. There is no converter BEFORE a file is loaded. so this does not help you very much.

    Marcel