Hi Raul,
Even though it's not part of my question, you are indeed correct. I don't need my ubuntu server to be on the domain for Orthanc to function.
The reason I have installed Orthanc on Windows is because I want to use a FQDN. At some stage the server will be moved, or migrated and the structure of my Hospital network is not conventional. I have a mix of switches and VLANs and they don't all provide the same IP range.
Currently the Orthanc server is on 10.55.95.XX If I were to move it to my Radiology server room it would have to have an IP of 10.55.195.XX and the shortcuts to the server I have pushed out would all need to be fixed BUT --> Having an FQDN on a Windows box means I don't need to worry, as my users can navigate to the HOSTNAME:PORT and If the Orthanc server changes IP it won't matter.
Back to the question though:
**I wanted to know where I add the PostgresQL information into the config file**
Could you or anyone just show me where and what I type into the config file, because I am having difficulty with this. I went to the Orthanc book and tried to use the example there without much luck. After making the changes, the website would not work.
Perhaps, If you, or someone else is kind enough to post an example of where/what I type and just assume I have my PostgreSQL server setup it would help me understand.
For example: If you asked
"what do I type in the config file to add a DICOM modality to Orthanc?
I would type this:
"Under the Network Topology section you need to put in your DICOM modality details"
please see the details from the Network topology section from my config file:
/**
* Network topology
**/
// 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) started by the
* command line "storescp 2000".
**/
// "sample" : [ "STORESCP", "127.0.0.1", 2000 ]
"GEPACS" : [ "LIV108GEPACS", "10.55.195.108", 4100 ],
"RA600-LIV" : [ "AE_LIVW5804", "10.55.196.122", 104 ],
"RA600-CTN" : [ "AE_CTNW2918", "10.35.15.141", 104 ],
"Terarecon-LIV" : [ "LIVERPOOLTR_AE", "10.55.195.29", 105 ],
"Terarecon-CTN" : [ "AQNETC", "10.35.15.110", 105 ],
"Terarecon-BNK" : [ "AQNET32900249_AE", "10.35.209.61", 105 ],
"XEIR-SCP" : [ "ECSWSCROSS_SCP", "10.22.127.32", 4000 ],
"RADIANT-LIVW9145" : [ "RADLIVW9145", "10.55.196.128", 11112 ],
"RADIANT-LIVW7179" : [ "RADLIVW7179", "10.55.196.178", 11112 ],
"RADIANT-LIVW9140" : [ "RADLIVW9140", "10.55.95.128", 11112 ],
"RADIANT-LIVW7170" : [ "RADLIVW7170", "10.55.196.179", 11112 ],
"MEDINRIA-LIVW7170" : [ "MEDLIVW7170", "10.55.196.179", 11112 ],
"ClearCanvas-LIVW7170" : [ "LIVW7170", "10.55.196.179", 104 ],
"XXRAULSWORKSTATIONXX" : [ "RAULWS", "10.55.195.120", 4100 ],
"CODONICS-ROBOT" : [ "CODONICS_VIRTUA", "10.55.94.100", 104 ]
So, if someone would help me in this way, that would be awesome.
Thanks again,
Alex