I can add one modality, but can’t add anymore - if I do, it all stops working. Attached is a non-working configuration file. Deleting the second modality fixes it and it works again. Can anyone please help?
orthanc.json (10 KB)
I can add one modality, but can’t add anymore - if I do, it all stops working. Attached is a non-working configuration file. Deleting the second modality fixes it and it works again. Can anyone please help?
orthanc.json (10 KB)
Your configuration is not a valid JSON file. Simply separate the two modalities with a comma:
[…]
“DicomModalities” : {
“RLHs-iMac” : [ “RLHs-iMac”, “192.168.1.2”, 1112, “Generic” ],
“RLHs-iMac-3” : [ “RLHs-iMac-3”, “192.168.1.3”, 1112, “Generic” ]
},
[…]
Oh, gosh, how simple. It looks like my copy and pasting got rid of the comma (adding 16 modalities) and I couldn’t work it out. Thanks, so much!