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.
83 lines
3.5 KiB
83 lines
3.5 KiB
---
|
|
AppSettings:
|
|
CacheDbResults: true
|
|
SiteTitle: CSI-NET-EMPIWRIT-{env}
|
|
kafka:
|
|
service_name: CSI-NET-EMPIWRIT-{env}
|
|
Logging:
|
|
IncludeScopes: false
|
|
LogLevel:
|
|
Default: Debug
|
|
Microsoft: Information
|
|
System: Information
|
|
swaggerschema:
|
|
api-title: "EMpi Api"
|
|
api-title-desc: "EMpi Api Desc"
|
|
UserRolePermissionOptions:
|
|
fileType:
|
|
Edit: ""
|
|
View: ""
|
|
approvalToProcceedWithoutId:
|
|
Edit: "DOCTOR,ADMIN,NURSE"
|
|
View: ""
|
|
|
|
DataPermissionOptions:
|
|
DataPermissionServiceEndPoint: "http://csi-net-dataperm/"
|
|
|
|
UserDetailsOptions:
|
|
UserServiceEndPoint: "http://csi-iam-service/auth/realms/master/csi-user-detail/"
|
|
|
|
UrlOptions:
|
|
FormTemplateUrl: "http://csi-net-empiread/api/RegistrationFormTemplate"
|
|
PatientSearchServiceUrl: "http://csi-net-empiread/api/patient"
|
|
BillingGetAccountIdUrl: "http://csi-bm-invoice/billing/account/create"
|
|
UserServiceEndPoint: "http://csi-iam-service/auth/realms/master/csi-user-detail/"
|
|
BillingDefaultPayerEndPoint: "http://csi-bm-billing/billing/payer-group/get-default"
|
|
BillingSearchPayerContract: "http://csi-bm-billing/billing/payer-contract/search"
|
|
BillingSearchPayerPolicy: "http://csi-bm-billing/billing/payer-contract-policies/search"
|
|
BaseUtilityServiceUrl: "http://csi-java-base-utility"
|
|
EHRPatientPOMRUrl: "http://csi-java-ehr-patient-pomr"
|
|
RMSReservationServiceUrl: "http://csi-pms-rms-reservation"
|
|
ADTRequestUrl: "http://csi-pms-adt-request"
|
|
EHRPatientIpUrl: "http://csi-java-ehr-ip/ehr/ip/doctor/read/carePlan/getMrpIdsAndNursingGroupId"
|
|
PHRRequestUrl: "http://csi-phr-base/api/v1.0/masterData/txnUsersList"
|
|
LABRequestUrl: "http://csi-net-labsrvcs/api/UserManagement/AllUsersForLabRoles"
|
|
RMSResourceRegistryUrl: "http://csi-pms-rms-resource-registry/amd-doctor/search"
|
|
IEGenaralUrl: "http://csi-ie-general/api/patient"
|
|
|
|
writeDbConnection: Server={empi:database:host};Database=empi-event-store;User Name={empi:database:username};Password={empi:database:password}
|
|
|
|
BrighterConfigOptions:
|
|
EventStoreConnectionString: "Server={empi:database:host};Database=empi-event-store;User Name={empi:database:username};Password={empi:database:password}"
|
|
MessageStoreConnectionString: "Server={empi:database:host};Database=empi-event-store;User Name={empi:database:username};Password={empi:database:password}"
|
|
RmqConnectionUrl: "amqp://{empi:rabbitmq:server:username}:{empi:rabbitmq:server:password}@{empi:rabbitmq:server:host}:{empi:rabbitmq:server:port}"
|
|
RmqExchangeName: "vidaplus.empi.exchange"
|
|
|
|
EventStoreConfigOptions:
|
|
EventStoreConnectionString: "mongodb://{empi:database:nodes}/csi-empi-events-store"
|
|
MessageStoreConnectionString: "mongodb://{empi:database:nodes}/csi-empi-events-store"
|
|
RmqConnectionUrl: "amqp://{empi:rabbitmq:server:username}:{empi:rabbitmq:server:password}@{empi:rabbitmq:server:host}:{empi:rabbitmq:server:port}"
|
|
RmqExchangeName: "vidaplus.empi.exchange"
|
|
|
|
NotificationsConfigOptions:
|
|
EventStoreConnectionString: ""
|
|
MessageStoreConnectionString: ""
|
|
RmqConnectionUrl: "amqp://{empi:rabbitmq:server:username}:{empi:rabbitmq:server:password}@{empi:rabbitmq:server:host}:{empi:rabbitmq:server:port}"
|
|
RmqExchangeName: "notifications.exchange"
|
|
|
|
ServiceUrls:
|
|
UserPermission: http://service-base-security-token/token/logged-in-user
|
|
|
|
MongoLogs: "mongodb://{Mongo:appLogs}/app-logs"
|
|
SetupDataOptions:
|
|
SetupDataEndPoint: "http://csi-pms-rms-masterdata"
|
|
|
|
BillingSetupDataOptions:
|
|
BillingSetupDataEndPoint: "http://csi-bm-billing"
|
|
KafkaEnabled: true
|
|
MaximumPatientAgeLimitYears: 150
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-EMPIWRIT
|
|
|
|
SetSelfForUnknownPatientInsurance: true
|