I am having problems with meddream install. Specifically the last step,
6. Edit APACHE_HTDOCS_DIR/meddream/config.php file. Follow instructions
inside the file.
What file do I edit and where do I get it?
Meddream install
The only config file I find that seems close is
"config.sample-pacsone.php" located in the meddream folder.
This is the content:
<?php
/* identifies the accompanying Database Management System */
$dbms = "MySQL";
/* identifies the accompanying PACS */
$pacs = "PacsOne";
/* host name (or IP address) of the database server */
$db_host = "localhost";
/* The "path" portion for MedReport integration
(MR will open as CURRENT_HOST_NAME$medreport_root_link?QUERY)
Leave empty if MR is not installed. Typical value: "/medreport/home.php"
*/
$medreport_root_link = "";
/* not required in this configuration, please don't change */
$archive_dir_prefix = "";
$login_form_db = "";
$pacs_login_user = "";
$pacs_login_password = "";
$dcm4che_recv_aet = "";
$mdpacs_dir = "";
$forward_aets = "";
?>
"config.sample-pacsone.php" located in the meddream folder.
This is the content:
<?php
/* identifies the accompanying Database Management System */
$dbms = "MySQL";
/* identifies the accompanying PACS */
$pacs = "PacsOne";
/* host name (or IP address) of the database server */
$db_host = "localhost";
/* The "path" portion for MedReport integration
(MR will open as CURRENT_HOST_NAME$medreport_root_link?QUERY)
Leave empty if MR is not installed. Typical value: "/medreport/home.php"
*/
$medreport_root_link = "";
/* not required in this configuration, please don't change */
$archive_dir_prefix = "";
$login_form_db = "";
$pacs_login_user = "";
$pacs_login_password = "";
$dcm4che_recv_aet = "";
$mdpacs_dir = "";
$forward_aets = "";
?>
Can you check with the technical support of the MedDream Viewer on what settings should be configured for this file?
http://www.softneta.com/meddream.html
http://www.softneta.com/meddream.html
Here is the answer and it works!
>What setting do I need to change in the config file
Just rename "config.sample-pacsone.php" to "config.php". No need to change anything. I hope you use MySQL (not oracle, we does not support oracle)
>do I need to copy that into the Apache htdocs?
No. If you already have running PacsOne web administration, so MedDream files must be in "\PacsOne\php\meddream" folder
>What setting do I need to change in the config file
Just rename "config.sample-pacsone.php" to "config.php". No need to change anything. I hope you use MySQL (not oracle, we does not support oracle)
>do I need to copy that into the Apache htdocs?
No. If you already have running PacsOne web administration, so MedDream files must be in "\PacsOne\php\meddream" folder