Skip to content

Commit 5dff808

Browse files
committed
Switch detected_rdt_concerns to detectionConcerns to match the new naming expected from Audere
1 parent d847b82 commit 5dff808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/medicmobile/webapp/mobile/ChtExternalApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ private JSONObject parseBundleToJson(String parentKey, Bundle bundle) {
267267

268268
private void setValueInJson(String parentKey, String childKey, JSONObject json, Bundle bundle) {
269269
String key = ("detectedRdt".equals(parentKey) && "concerns".equals(childKey))
270-
? "detected_rdt_concerns"
270+
? "detectionConcerns"
271271
: childKey;
272272
try {
273273
Object value = bundle.get(childKey);

0 commit comments

Comments
 (0)