AppSettings: 
  CacheDbResults: true
  SiteTitle: CSI-HEM-WR-{env}
kafka:
  service_name: CSI-HEM-WR-{env}
  enableautocommit: true
  autocommitintervalms: 5000
  autooffsetreset: "latest"
  admissiongroupid: "3995405ehdf#df"
  apointmentgroupid: "17309927#dgfh"
  topic:
    admission: "adt-admission-generated-response.t"
    apointment: "appointment"
    RenalPatientStatus: "renal-patient-status"
    RenalRunsheetStatus: "renal-runsheet-status"
  reservation:
    topic: "rms-reservation-notification"
    reservationgroupid: "rmsreservationnotification#group"
  ehr_custom_order:
    topic: "ehr-custom-order-queue"
  ehr_delete_patient_order:
    topic: "ehr-delete-patient-order"
  empi_patient_update:
    topic: "csi.vidaplus.empi.events.patienteditedevent"
  empi_patient_merge:
    topic: "csi.vidaplus.empi.events.patientmergedevent"
  empi_patient_add:
    topic: "csi.vidaplus.empi.events.patientcreatedevent"

  kafka_group: renal_kafka_group   

PostgreSQL: 
  ReadCon: "Host={database:host};Port={database:port};Database={database:renal:dbName};User Id={database:renal:userId};Password={database:renal:password};"
  WriteCon: "Host={database:host};Port={database:port};Database={database:renal:dbName};User Id={database:renal:userId};Password={database:renal: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:renal:userId};Password={database:renal: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:renal:userId};Password={database:renal:password}"

Logging: 
  IncludeScopes: false
  LogLevel: 
    Default: Debug
    Microsoft: Information
    System: Information

Utilities: 
  Images: 
    ImgAllMachines: /csi-net-hemdialy/images/all-machines.png
    ImgConfirmPatient: /csi-net-hemdialy/images/confirm-patient.png
    ImgNurse: /csi-net-hemdialy/images/nurse.png
    ImgOnboardPatient: /csi-net-hemdialy/images/onboard-patient.png

TestVal: testvalue
contextSkipOn: "REN_Appointment"
serviceurls: 
  UserManagement: "http://172.16.16.109/service-base-security-token/"
rabbitmq:
  ehrexchnage:
    exchangeName: ehr-custom-order-exchange
    type: fanout
    durable: true
    exclusive: false
    autoDelete: false
    ehrqueue:
      name: ehr-custom-order-queue
      routekey: ehr-custom-order-queue
      durable: true
      exclusive: false
      autoDelete: false
  referralexchange:
    exchangename: referral-exchange
    type: topic
    durable: false
    exclusive: false
    autoDelete: false
    hemodialysisqueue: 
      name: hemodialysis-queue
      routekey: hemodialysis-queue
      durable: true
      exclusive: false
      autoDelete: false  
  empiexchnage:
    exchangeName: vidaplus.empi.exchange
    type: topic
    durable: true
    exclusive: false
    autoDelete: false
    empiqueue:
      name: hemodialysis-patient-update
      routekey: csi.vidaplus.empi.events.patienteditedevent
      durable: true
      exclusive: false
      autoDelete: false
    empipatientmergequeue:
      name: renal-patient-merge
      routekey: csi.vidaplus.empi.events.patientmergedevent
      durable: true
      exclusive: false
      autoDelete: false  
    empipatientaddqueue: 
      name: renal-patient-add
      routekey: csi.vidaplus.empi.events.patientcreatedevent
      durable: true
      exclusive: false
      autoDelete: false  
rabbitmqqa:
  referralexchange:
    exchangename: referral-exchange
    type: topic
    durable: false
    exclusive: false
    autoDelete: false
    hemodialysisqueue: 
      name: hemodialysis-queue
      routekey: hemodialysis-queue
      durable: true
      exclusive: false
      autoDelete: false
    hemodialysisqueueDev: 
      name: hemodialysis-queue-dev
      routekey: hemodialysis-queue
      durable: true
      exclusive: false
      autoDelete: false

UnitId:
  HEMO01: 550
systemuser:
  username: "rojjer@abcd.com"
  password: "ABcde@1234"
  passwordR: "123"
  usernameR: Omar
Report:
  Mongo:
    Collection: "RENAL"
RabbitMQ:
  Mongo:
    Collection: "RENAL"
MongoLogs: "mongodb://{empi:database:nodes}/app-logs"

# Elastic Apm Ends ==============================================

ElasticApm:
  ServiceName: "CSI-NET-HEMDIALY"
  
# Service Specific URL Start ==============================================