6 lines
233 B
JSON
6 lines
233 B
JSON
|
|
// The list of the known DICOM modalities
|
||
|
|
// If you are running Orthanc with Docker, you need to put the contents of this file in
|
||
|
|
// /etc/orthanc/orthanc.json
|
||
|
|
"DicomModalities" : {
|
||
|
|
"OHIFDCM" : [ "OHIFDCM", "localhost", 3000 ]
|
||
|
|
},
|