Hi Mauricio
The Radiant + Orthanc configuration works perfectly, it’s what I use every day in a large group of equipment.
All you have to do in Radiant is configure the Orthanc server parameters (AET, IP address and access port).
The only thing to do in Orthanc is to configure in the file orthanc.jsom, in the “DicomModalities” variable, the data of the equipment that Radiant has installed (AET, IP address and access port).
A good advice is to work all the computers with fixed IP.
In my case, modification in the file orthanc.jsom
// The list of the known DICOM modalities
“DicomModalities” : {
/**
-
Uncommenting the following line would enable Orthanc to
-
connect to an instance of the “storescp” open-source DICOM
-
store (shipped in the DCMTK distribution), as started by the
-
command line “storescp 2000”. The first parameter is the
-
AET of the remote modality (cannot be longer than 16
-
characters), the second one is the remote network address,
-
and the third one is the TCP port number corresponding
-
to the DICOM protocol on the remote modality (usually 104).
**/
// “sample” : [ “STORESCP”, “127.0.0.1”, 2000 ]
“RADIANT4” : [ “RADIANT4”, “192.168.10.4”, 11112 ],
“RADIANT9” : [ “RADIANT9”, “192.168.10.9”, 11112 ],
“RADIANT10” : [ “RADIANT10”, “192.168.10.10”, 11112 ],
“RADIANT11” : [ “RADIANT11”, “192.168.10.11”, 11112 ],
“RADIANT12” : [ “RADIANT12”, “192.168.10.12”, 11112 ],
“RADIANT13” : [ “RADIANT13”, “192.168.10.13”, 11112 ],
“RADIANT14” : [ “RADIANT14”, “192.168.10.14”, 11112 ],
“RADIANT15” : [ “RADIANT15”, “192.168.10.15”, 11112 ],
“RADIANT21” : [ “RADIANT21”, “192.168.10.21”, 11112 ],
“RADIANT23” : [ “RADIANT23”, “192.168.10.23”, 11112 ],
“RADIANT50” : [ “RADIANT50”, “192.168.10.50”, 11112 ],
“RADIANT241” : [ “RADIANT241”, “192.168.10.241”, 11112 ],
“RADIANT247” : [ “RADIANT247”, “192.168.10.247”, 11112 ],
“RADIANTTCO” : [ “RADIANTTCO”, “192.168.10.49”, 11112 ],
“TOMOGRAFO” : [ “BAY85CT”, “192.168.10.245”, 4242 ],
“ESTACIONTOMOGRAFO” : [ “PR_AW47”, “192.168.10.246”, 4006 ]
Greetings and good luck
William