Recent Activities
-
gorec2005
Posted the thread Forwarding to .... debug.ThreadHi!
I have one conquest srv AE:PACS and remote AE:PACS2
in dicom.ini:
...
ImportConverters = 2
ImportConverter0 = forward to PACS2; nop %u %m %i %o
[lua]
association = package.path=package.path..';'..Global.basedir..'lua/?.lua'
ImportConverter1 =… -
marcelvanherk
Replied to the thread Conquest 1.5.0d released.Post -
marcelvanherk
Replied to the thread Conquest 1.5.0d released.PostThis is possible as explained in the above reply in solution 1 and 4.
Can you define the AE of the viewers to encode the .x in your example? E.g. AE=viewer.1 for 192.168.1.1?
Then define in acrnema.map:
viewer.* 192.168.1.* 1234 … -
marcelvanherk
Replied to the thread Sending images to user.PostHi,
2. this is not built-in. You would have to script that for instance processing the query and move command, best by adding an item for a users (e.g. ReferringPhysicianName = 'name of user'0
3. Their PACS I guess
Marcel -
Shingeki
Posted the thread Sending images to user.ThreadHey, I'm new on that forum, I had browsed it for a while but I can't find the answear to my question.
1. Im using server version 1.5.0b, The users app vary, between RadiAnt Dicom Viewer and something as simple as MicroDicom Dicom Viewer.
2. I would want… -
pipponasella
Replied to the thread Conquest 1.5.0d released.Post(Code, 2 lines)
-
marcelvanherk
Replied to the thread Conquest 1.5.0d released.PostHi,
acrnema.map is not about restrictions (that is dgatesop.lst), but only to lookup the IP address and port of an AE.
Solution 1: (for C-MOVE) if you control the AE of the host, you can use e.g. the V* in acrnema.map:
Give your host e.g. AE =… -
pipponasella
Replied to the thread Conquest 1.5.0d released.Post(Code, 5 lines)
-
AmHa
Added the version 1.1.3 of the file iQ-DOSE Flyer in German.File VersionFilename: iQ-DOSE 1.1.3 Flyer PUB DACH DE 001R.pdf
Language: German -
AmHa
Added the version 1.1.3 of the file iQ-DOSE Flyer in English.File VersionFilename: iQ-DOSE 1.1.3 Flyer PUB INT EN 001R.pdf
Language: English -
ajbehzadi
Replied to a comment by marcelvanherk on marcelvanherk’s wall.Wall ReplyThe error that I am getting when I try to view the image in the Conquest DICOM server1.4.17 -
marcelvanherk
Replied to the thread Conquest as router.PostAnd there is no log entry for RTSTRUCT or RTPLAN?
In any case, the correct form of the statement is simply:
# Configuration of forwarding and/or converter programs to export DICOM slices
ForwardAssociationLevel = SERIES
ExportConverters = 2
… -
Ralf0815
Replied to the thread Conquest as router.Postyes the struckter sets, plans and CT Pictures come in but only the CT Pictures go out
Ralf -
marcelvanherk
Replied to the thread Conquest as router.PostDo RT objects come in, but not go out?
Marcel -
Ralf0815
Replied to the thread Conquest as router.Posti had change to SERIES, but still the same Problem.
Here is my dicom.ini so far :
[sscscp]
MicroPACS = sscscp
# Network configuration: server name and TCP/IP port#
MyACRNema = CONQUESTSRV1
TCPPort = 5678
… -
marcelvanherk
Replied to the thread Possible to send images using command-line?.PostSure:
dgate --move:
Note that is is quite particular about the syntax. And you need to know UIDs of what your sending.
Marcel
DICOM move options:
--movepatient:source,dest,patid Move patient, source e.g. (local)
… -
talormanda
Posted the thread Possible to send images using command-line?.ThreadUsing the conquest GUI, images get transferred to my PACS great. I want to implement this into a script where I am using other tools to convert images, with the final step being the image gets sent by the script. Is there a way to use dgate64.exe to send… -
marcelvanherk
Replied to the thread Conquest as router.PostAre there any error messages? The forward statement is modality agnostic. Stuff may not be forwarded though if the reciever does not accept it. -
marcelvanherk
Replied to the thread Conquest as router.PostI would try seting it to SERIES, the default.
Marcel -
Ralf0815
Replied to the thread Conquest as router.Postbut with the first dicom.ini (without quotes and spaces) i only get the Images not the RT Strukters or Plans.
May it depends on the GLOBAL / PATIENTS / STUDIE mark?