You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
---
|
|
app:
|
|
rabbit:
|
|
exchanger: ic-notification
|
|
labTestExchanger: csi.net.labsrvcs
|
|
queue:
|
|
microbiology: ic-notification.infected
|
|
labTest: ehr-ic-dashboard-lab-test-queue
|
|
routingkey: ic-notification.infected
|
|
labTestRoutingKey: csi.net.labsrvcs.status
|
|
csi:
|
|
admissionTypeForTransfer: "Transfer from Another Facility"
|
|
isolatedRoomType: 150
|
|
jpa:
|
|
event:
|
|
isReport: true
|
|
tablePrefix: ehr_service
|
|
db:
|
|
jpa:
|
|
hibernate:
|
|
ddl-auto: none
|
|
kafka:
|
|
topic:
|
|
admission: adt-admission-generated-response.t
|
|
serviceName: "${spring.application.name}-JQA"
|
|
unit-transfer-completed-notification: adt-transfer-completed-notification.t
|
|
ehr-patient-problem-create-and-update: ehr_patient_problem_create_and_update
|
|
ehr-common-infection-create-and-update: ehr_common_infection_create_and_update
|
|
adt-discharge: adt-discharge.t
|
|
server:
|
|
context-path: /ic/dashboard
|
|
spring:
|
|
application:
|
|
name: CSI-JAVA-EHR-IC-DASHBOARD
|
|
websocket:
|
|
endpoint: /ic-socket
|
|
prefix: /ic
|
|
|
|
scheduler:
|
|
infected-admitted-patient:
|
|
#cron-exp: 0 0 22 * * *
|
|
#cron-exp: 0 30 10 * * *
|
|
cron-exp: 0 0 0 * * *
|
|
timezone: UTC
|