Error while mapping pacs

Bahmni Openmrs:
** :**

Question: Getting error when i am trying to map PACS when i click on the save button getting error, ,** if possible. Describe what steps you have taken to try to resolve the problem. Include version numbers of related add-on modules, any specific error messages, and if applicable, specific steps to reproduce your problem.

the logs of openmrs is here below

WARN - HibernateConceptDAO.getConceptByName(1779) |2024-03-26T09:22:01,824| No concept found for 'REGISTRATION_CONCEPTS'
WARN - HibernateConceptDAO.getConceptByName(1779) |2024-03-26T09:41:19,803| No concept found for 'REGISTRATION_CONCEPTS'
WARN - HibernateConceptDAO.getConceptByName(1781) |2024-03-26T09:41:25,785| Multiple concepts found for 'Systolic'
WARN - HibernateConceptDAO.getConceptByName(1781) |2024-03-26T09:41:25,801| Multiple concepts found for 'Diastolic'
WARN - HibernateConceptDAO.getConceptByName(1781) |2024-03-26T09:41:25,843| Multiple concepts found for 'Temperature'
ERROR - BahmniExtensions.getExtension(32) |2024-03-26T09:41:25,882| File not found /openmrs/data/bahmni_config/openmrs/observationsAdder/CurrentMonthOfTreatment.groovy
ERROR - BahmniExtensions.getExtension(32) |2024-03-26T09:41:25,904| File not found /openmrs/data/bahmni_config/openmrs/observationsAdder/CurrentMonthOfTreatment.groovy
ERROR - BahmniExtensions.getExtension(32) |2024-03-26T09:41:25,911| File not found /openmrs/data/bahmni_config/openmrs/observationsAdder/CurrentMonthOfTreatment.groovy
ERROR - BahmniExtensions.getExtension(32) |2024-03-26T09:41:25,915| File not found /openmrs/data/bahmni_config/openmrs/observationsAdder/CurrentMonthOfTreatment.groovy
ERROR - BahmniExtensions.getExtension(32) |2024-03-26T09:41:25,920| File not found /openmrs/data/bahmni_config/openmrs/observationsAdder/CurrentMonthOfTreatment.groovy
ERROR - BahmniExtensions.getExtension(32) |2024-03-26T09:41:25,921| File not found /openmrs/data/bahmni_config/openmrs/observationsAdder/CurrentMonthOfTreatment.groovy
ERROR - BahmniExtensions.getExtension(32) |2024-03-26T09:41:25,926| File not found /openmrs/data/bahmni_config/openmrs/observationsAdder/CurrentMonthOfTreatment.groovy
WARN - ObsToObsTabularFlowSheetController.getPivotTableByFormNames(150) |2024-03-26T09:41:25,937| Form name(s) and concept name(s) are required for forms 2.0
ERROR - DicomStudiesQueryController.fetchStudies(41) |2024-03-26T09:41:26,678| Error occurred while trying to query PACS server
java.lang.UnsupportedOperationException: Pacs Server configuration not setup
        at org.bahmni.module.pacsquery.service.impl.Dcm4cheServiceImpl.findStudies(Dcm4cheServiceImpl.java:73) ~[pacsquery-api-1.4.0.jar:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_372]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_372]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_372]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_372]
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) ~[spring-aop-5.2.14.RELEASE.jar:5.2.14.RELEASE]