-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.php
38 lines (37 loc) · 1.58 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
# ThaiRIS (Thai Radiology Information System)
# Version: 1.0
# File last modified: 18 AUG 2013
# File name: config.php
# http://www.thairis.net
# By ThaiRIS.Net
# Email : [email protected]
##############################################################################
# COPYRIGHT NOTICE
# Copyright 2009-2017 ThaiRIS All Rights Reserved.
#
# This script may be used and modified free of charge by anyone so long as
# this copyright notice and the comments above remain intact. By using this
# code you agree to indemnify ThaiRIS.net from any liability that might
# arise from it's use.
#
# You can use and modify if you need but can't sale
#
# This Copyright is in full effect in any country that has International
##############################################################################
// Automatic create request number 0=NO, 1=Yes;
$auto_request_no = 1;
$CREATELOG_FILE=1;
$TIME_EDIT_REPORT = 60; // minute
//This for optional don't change application will not work//
$auto_print_request = 0;
$auto_print_report = 0;
$CREATEHL7=1;
$CREATEHL7_ADT=1;
$CREATEHL7_ORU=1;
$CREATEHL7_ORM=0;
$CREATEHL7_XML=0;
// Language
$LANGUAGE = "english";
include "language/".$LANGUAGE.".php";
?>