Commit 18e89ea
Fix the DataSync with SyncFailureReason (#121)
* Fix the issue in retrieving the Casesheet Print Data for Cancer Screening (#96)
* fix: change the return type to object to get the details
* fix: remove commented lines
* fix: add the column for NumberperWeek to store and fetch the data (#94)
* Update version in pom.xml to 3.4.0
* chore: add Lombok @DaTa to BenClinicalObservations (#97)
* fix: add file path in cancer gynecological examination (#98)
* Fix the data sync issue (#93)
* fix: Data Sync batch processing for large data
* fix: use parameterized query
* fix: revert the updated query
* fix: add token if it is missing while calling restTemplate
* fix: update the properties
* fix: sync group wise
* fix: enable logger in pom.xml
* fix: coderabbit comments
* fix: remove logger and replace the license
* fix: remove the logs
* fix: resolve code scanning alert
* fix: resolve code scanning alert
* fix: resolve code scanning alert
* fix: resolve code scanning alert
* fix: add comment for code violation
* fix: use syncuploaddataDigester class to load the deatils
* fix: add syncuploaddigestor in implementation file too
* fix: sonarcube comments
* fix: add functionality to save the file ID's uploaded from doctor screen (#99)
* story: amm-1668 task - 1754
* story: amm-1754 updated response including father name and phone no of the beneficiary (#102)
* fix: amm-1754 changing the query to get the expected response similar to hwc
* fix: amm-1754 compilation error fix
* fix: amm-1754 argument issue fix
* fix: amm-1754 argument issue fix
* fix: amm-1754 argument issue fix
* Save the files uploaded from Doctor Screen (#100)
* fix: add file path in cancer gynecological examination
* fix: save the files uploaded from the doctor portal
* fix: get file names in the response of gynecological examination
* fix: cherry-pick the commits from develop
* fix: cherry-pick commits from develop
* Fix the Download Masters issue (#103)
* fix: resolve the conflicts
* fix: fix the issue in download masters table
* fix: remove the validation (#105)
* fix: replace the old working code (#106)
* Fix the datasync upload issue (#107)
* fix: add the schemas
* fix: remove logger
* fix: revert the old code for repository
* Fixing the datasync from local to central (#110)
* fix: datasync from local to central
* fix: fix the token
* fix: remove the token for server authorization (#111)
* Fix the datasync Demographics Issue (#112)
* fix: remove condition for i_beneficiarydetails
* fix: add logs
* fix: add logs
* fix: remove db_iemr
* fix: add log for show column names too
* fix: add date-format condition
* fix: change valid column name
* fix: change valid column name
* fix: change valid column name
* fix: change valid column name
* fix: update insert query
* fix: update cleaned column list
* fix: date conversion
* fix: conversion date-time
* fix: add date conversion
* fix: logs added
* fix: new logger
* fix: revert the date condition
* fix: revert insert code
* fix: revert insert code
* fix: date format issue
* fix: logs add
* fix: log for group and group lsit
* fix: clean the code
---------
Co-authored-by: vishwab1 <vishwanath@navadhiti.com>
* Fix the token issue for Ben-gen id generation (#114)
* fix: update server authorization for bengen
* fix: update server authorization for bengen
* fix: replace authorization for local api call (#116)
* fix: add logs (#117)
* Fix the BenGen ID Issue (#118)
* fix: add logs to check the identity-api
* fix: add logs
* fix: add logs
* fix: add logs
* fix: add logs for checking
* fix: update the prepare statement
* fix: add log
* fix: add log
* fix: add logs
* fix: add Sync Result
* fix: add logs
* fix: add syncResults
* fix: add syncResults
* fix: update processed flag
* fix: update the response
* fix: update the exception block
* fix: upload fix
* fix: address duplication issue
* fix: datasync issue
* fix: remove reason and add dataaccess exception
* fix: revert the server exception
* fix: remove unwanted code
* fix: exception message
* fix: fix the error message
* fix: update the version
---------
Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com>
Co-authored-by: 5Amogh <amoghavarsh@navadhiti.com>
Co-authored-by: vishwab1 <vishwanath@navadhiti.com>1 parent c35ab71 commit 18e89ea
6 files changed
Lines changed: 775 additions & 390 deletions
File tree
- src/main/java/com/iemr/mmu
- data/doctor
- service
- dataSyncActivity
- dataSyncLayerCentral
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
Lines changed: 46 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments