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.
49 lines
2.3 KiB
49 lines
2.3 KiB
---
|
|
AppSettings:
|
|
SiteTitle: CSI-NET-PATIENTS-{env}
|
|
|
|
PostgreSQL:
|
|
ReadCon: "Host={database:host};Port={database:port};Database={database:labPatient:dbName};User Id={database:labPatient:userId};Password={database:labPatient:password};"
|
|
WriteCon: "Host={database:host};Port={database:port};Database={database:labPatient:dbName};User Id={database:labPatient:userId};Password={database:labPatient:password};"
|
|
Oracle:
|
|
ReadCon: "Data Source=(description=(address=(host={database:primaryHost})(protocol=tcp)(port={database:port}))(address=(host={database:secondaryHost})(protocol=tcp)(port={database:port}))(failover=yes)(connect_data=(service_name={database:serviceName})(failover_mode=(type=select)(method=basic))));User Id={database:labPatient:userId};Password={database:labPatient:password}"
|
|
WriteCon: "Data Source=(description=(address=(host={database:primaryHost})(protocol=tcp)(port={database:port}))(address=(host={database:secondaryHost})(protocol=tcp)(port={database:port}))(failover=yes)(connect_data=(service_name={database:serviceName})(failover_mode=(type=select)(method=basic))));User Id={database:labPatient:userId};Password={database:labPatient:password}"
|
|
|
|
contextSkipOn: HIS_PatientMaster
|
|
kafka:
|
|
service_name: CSI-NET-PATIENTS-{env}
|
|
rabbitmq:
|
|
client:
|
|
autoDelete: false
|
|
durable: true
|
|
exchangename: vidaplus.empi.exchange
|
|
exclusive: false
|
|
unknownPatientQueue:
|
|
name: csi.vidaplus.lab.uat.unknown.patient.add
|
|
routekey: csi.vidaplus.empi.events.unknownpatientcreatedevent
|
|
bulkPatientQueue:
|
|
name: csi.vidaplus.lab.uat.bulk.patient.add
|
|
routekey: csi.vidaplus.empi.events.bulkunknownpatientscreatedevent
|
|
queueAdd:
|
|
name: csi.vidaplus.lab.uat.patient.add
|
|
routekey: csi.vidaplus.empi.events.patientcreatedevent
|
|
queueEdit:
|
|
name: csi.vidaplus.lab.uat.patient.edit
|
|
routekey: csi.vidaplus.empi.events.patienteditedevent
|
|
empiDataPermissionSavedQueue:
|
|
name: csi.vidaplus.lab.uat.empi.data.permission.saved
|
|
routekey: csi.vidaplus.empi.events.empidatapermissionsavedevent
|
|
quickRegisterQueue:
|
|
name: csi.vidaplus.lab.uat.patient.quickregister
|
|
routekey: csi.vidaplus.empi.events.quickregisteredinhospitalevent
|
|
type: topic
|
|
virtualHost: /
|
|
Report:
|
|
Mongo:
|
|
Collection: "PATIENTS"
|
|
RabbitMQ:
|
|
Mongo:
|
|
Collection: "LAB"
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-PATIENTS
|