All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nical.eureka-common.2.1.1.source-code.application.properties Maven / Gradle / Ivy

Go to download

Eureka Common is a library of shared functionality for the other modules of the Eureka! Clinical Analytics project.

There is a newer version: 3.0
Show newest version
###
# #%L
# Eureka Services
# %%
# Copyright (C) 2012 - 2013 Emory University
# %%
# This program is dual licensed under the Apache 2 and GPLv3 licenses.
# 
# Apache License, Version 2.0:
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
#      http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# 
# GNU General Public License version 3:
# 
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public
# License along with this program.  If not, see
# .
# #L%
###
aiw.site.url=${aiw.site.url}
aiw.help.url=${aiw.site.url}/help/v${parsedVersion.majorVersion}-${parsedVersion.minorVersion}
cas.url=https://localhost:8443/cas-server
cas.url.login=/login
cas.url.logout=/logout
project.organization.name=${project.organization.name}
eureka.version.major=${parsedVersion.majorVersion}
eureka.version.minor=${parsedVersion.minorVersion}
eureka.version.incremental=${parsedVersion.incrementalVersion}
eureka.version.qualifier=${parsedVersion.qualifier}
eureka.version.buildNumber=${parsedVersion.buildNumber}
eureka.stage=${eureka.stage}

eureka.common.callbackserver = https://localhost:8443

eureka.common.demomode =true
eureka.common.ephiprohibited=true
#eureka.webapp.githuboauthkey=yourkey
#eureka.webapp.githuboauthsecret=yoursecret
#eureka.webapp.googleoauthkey=yourkey
#eureka.webapp.googleoauthsecret=yoursecret
#eureka.webapp.twitteroauthkey=yourkey
#eureka.webapp.twitteroauthsecret=yoursecret
#eureka.webapp.globusoauthkey=yourkey
#eureka.webapp.globusoauthsecret=yoursecret
eureka.webapp.localregistrationenabled=true

#eureka.support.uri
#eureka.support.uri.name

eureka.webapp.callbackserver = https://localhost:8443
eureka.webapp.url=https://localhost:8443
eureka.webapp.uploaddir=uploads
eureka.webapp.ephiprohibited=true
eureka.webapp.demomode=false
eureka.etl.url=https://localhost:8443/eureka-protempa-etl
eureka.etl.threadpool.size=4
eureka.etl.callbackserver = https://localhost:8443
eureka.services.url=https://localhost:8443/eureka-services
eureka.services.callbackserver = https://localhost:8443
eureka.services.email.verify.subject=Eureka! Clinical Analytics Registration Verification
eureka.services.email.activation.subject=Eureka! Clinical Analytics Account Activation
eureka.services.email.password.subject=Password changed on Eureka! Clinical Analytics
eureka.services.email.reset.subject=Password reset on Eureka! Clinical Analytics
eureka.services.jobpool.size=5
eureka.services.registration.timeout=72
eureka.jstree.searchlimit=200;
eureka.services.defaultprops=Patient \
 PatientDetails \
 Encounter \
 ICD9:Diagnoses \
 ICD9:Procedures \
 LAB:LabTest \
 MED:medications \
 VitalSign
eureka.cohorts.url=http://localhost:8443/eureka-cohorts






© 2015 - 2025 Weber Informatics LLC | Privacy Policy