Recent Activities

  • xemobin700

    Posted the thread DICOM with custom ids.
    Thread
    Hi everyone!

    Sorry if this is the wrong place to post this. I'm new to working with DICOM and could use some guidance. I am developing a software that allows users to order imaging exams through the software and receive results once they're ready.

  • Ronce1938

    Post
    please try it..
    thank you!
    Tellthebell
  • Wikipedia page writing services are essential for individuals and organizations aiming to establish a reputable presence on the renowned online encyclopedia. These services offer expert writers adept at navigating the complex guidelines and protocols of…
  • marcelvanherk

    Post
    Try:

    ifequal "%m","DX";lua/process_us_images.lua


    if the script is in the lua folder.


    Marcel
  • vetmidi

    Post
    does it sounds good like this :

    ImportConverter4 = ifequal "%m","DX"; lua "process_us_images.lua"

    and a lua script :


    -- process_us_images.lua
    function mkdir(path)
    os.execute('mkdir "' .. path .. '"')
    end


    function
  • vetmidi

    Post
    thank you Marcel.
    It looks to me this is lua.
    I've never used lua in the ini file

    this is what I use :
    ImportConverter = ifequal "%m","DX"; mkdir C:\Users\xxxx\Dropbox\xxxx\%VPatientName\%VStudyInstanceUID\; save jpg to…
  • marcelvanherk

    Post
    try:

    dgate64 "--modifystudy:,[[SIUID]],lua:Data.AccessionNumber=[[12345]]"

    The quotes "" are needed for the OS. [[12345] is a form of lua string.

    Marcekl
  • muellert42

    Post
    All of command lines I have tried return an error. For example the following is what I get for:

    --modifystudy:,[[SIUID]],:"Data.AccessionNumber = 12345" *** Importconverter-1.0 error: :Data.AccessionNumber = 12345

    I have tried several different…
  • marcelvanherk

    Post
    From extensions:

    (Code, 19 lines)

  • vetmidi

    Post
    thank you Marcel, can you point me to exemples I could use ?
  • marcelvanherk

    Post
    Hi,

    best pass the required level and window to the convert to jpeg command, rather than let it be done automatically.

    Marcel
  • marcelvanherk

    Post
    Sure,

    I think you can add the script to set accessionnumber directly to --movestudy: Quoting strings is usually the most difficult part. If you use lua: you can use [[string]] to avoid needing extra quotes.

    Marcel
  • vetmidi

    Thread
    Hi everybody,

    I've setup a new modality (DR machine) and when this modality export to the conquest PACS there is a image converter to jpeg happening.

    The problem is the end result image format which is in a very wrong windows leveling (inverted).

    Do you…
  • muellert42

    Post
    We use conquest as a receiving and holding place for outside studies. this way we can remove the outside accession # and MRN to avoid conflicts in our PACS. I already have a PHP web app that will allow people to view what is on conquest and then send…
  • skykingkhyb

    Replied to the thread acrnema.map format.
    Post
    I see if I can change the Client AE to be dynamic OR try C-get (that will not verify against Acrnema.map?) Thanks!
  • marcelvanherk

    Post
    On windows GUI try 'modify this study' and put:

    Data.AccessionNumber = '12345'

    in the code box.

    Marcel
  • muellert42

    Thread
    I am needing to edit the accession number of outside studies to match the one on the order in PACS before sending the study to PACS. Searching through these forums I tried using the following command line code to do this

    dgate64…
  • marcelvanherk

    Replied to the thread acrnema.map format.
    Post
    That is correct,

    we used the mechanism in our own software as follows:

    [Application]
    AE=W%IP%;666

    Can you use a script to set your AE title? Or can you use C-GET to retreive images?

    Marcel
  • Vastris31

    Post
    (Quote from marcelvanherk)

    Thanks for highlighting the importance of HL7 data integration for a meaningful worklist in the hospital information system. Your suggestion to check the manual for information on loading HL7 files is valuable for ensuring…
  • skykingkhyb

    Replied to the thread acrnema.map format.
    Post
    Thanks, but that I don't think that will work with DHCP (clients that VPN into the network may get assigned a different IP address each time they log in.) For example, Clients X VPNs in and gets assigned 127.0.0.1 and Acrnema.map has V* * 1234 un, so…