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
2.2 KiB
45 lines
2.2 KiB
---
|
|
AppSettings:
|
|
CacheDbResults: true
|
|
SiteTitle: CSI-NET-MEDISPAN-{env}
|
|
|
|
PostgreSQL:
|
|
ReadCon: "Host={database:host};Port={database:port};Database={database:medispan:dbName};User Id={database:medispan:userId};Password={database:medispan:password};"
|
|
|
|
SQLServer:
|
|
ReadCon: "Data Source={database:medispan:host};Initial Catalog={database:medispan:dbName};User ID={database:medispan:userId};Password={database:medispan: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:medispan:userId};Password={database:medispan:password}"
|
|
kafka:
|
|
service_name: CSI-NET-MEDISPAN-{env}
|
|
Logging:
|
|
IncludeScopes: false
|
|
LogLevel:
|
|
Default: Debug
|
|
Microsoft: Information
|
|
System: Information
|
|
swaggerschema:
|
|
api-title: "Medi span integration api"
|
|
api-title-desc: "Medi span integration api Desc"
|
|
Integrations-DbConnectionString: Server=172.15.100.88;Database=medispan-integrations;User Name=postgres;Password=cloud@123
|
|
UrlOptions:
|
|
AllergiesUrl: "http://csi-net-ehr-opd-patient/api/EHRPatientsAllergy/PatientsAllergyByPatientID"
|
|
PatinetInfoUrl: "http://csi-net-empiread/api/patient/pre-formatted"
|
|
ConditionsUrl: "http://csi-java-ehr-patient-pomr/ehr/opd/patientProblem/byPatientId"
|
|
VitalSignsUrl: "http://csi-java-ehr-common/vital-signs/displayV2/patient"
|
|
DrugsUrl: "http://csi-phr-base/api/v1.0/formulary/getCodeDetail"
|
|
LabResultsUrl: "http://csi-net-labsrvcs/api/LabResults/GetResultsByPatient"
|
|
ProcedureUrl: "http://csi-phr-base/api/v1.0/masterData/getProcedureConfig"
|
|
LdrService: "http://csi-java-ehr-ldr/ehr/labor-and-delivery/lactation/last/lactation-id"
|
|
SnowmedAlergyUrl: "http://csi-net-ehr-opd-master/api/EHRMaster/GetAllergy"
|
|
PregnancyUrl: "https://csi-java-ehr-opd/ehr/opd/pregnancy/byPatientIdAndPOMRId"
|
|
UseResilientHttp: true
|
|
preloadCache: true
|
|
useICD10AM6: true
|
|
MongoLogs: "mongodb://{Mongo:appLogs}/app-logs"
|
|
Hangfire:
|
|
Storage: "mongodb://{Mongo:appLogs}/csi-net-medispan"
|
|
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-MEDISPAN
|